← Back to Projects

AgentForge

Universal AI agent blueprint builder. Design, compose, and visualize multi-agent architectures with an interactive canvas, organized by depth layers across 7 pillars.

Architecture

Browser → agentforge.alexander-ahern.com ↓ Caddy reverse proxy ↓ agentforge:3000 (Node.js — React SPA) ↓ /api/advise agentforge:8001 (Python FastAPI) ↓ Ollama via Tailscale → Ornith 1.0 9B ↓ PostgreSQL (blueprint storage) · Redis (caching)

Key Features

Visual Canvas

Drag-and-drop agent architecture builder with auto-layout

7 Pillars

Trigger, LLM, Tool Selector, Action, Memory, Eval, Deploy — each with depth layers

AI Advisor

Forgey — reactive AI mascot that analyzes your architecture in real-time

124 Tools

Organized by depth layer with 14 supplier badges

MCP Connectors

Visual protocol connections with inline labels (MCP, gRPC, SSE, A2A)

Blueprint Library

Save, load, share, and upvote blueprints (Postgres-backed)

Stack

Frontend

React + TypeScript (Vite)

Backend

FastAPI (Python)

LLM

Ornith 1.0 9B via Ollama (Tailscale)

Database

PostgreSQL — blueprint storage + upvotes

Cache

Redis — advisor response cache

Deployment

Docker, single container via supervisord