Yuno AgentForge: AI Agent Orchestration Platform
Built Yuno AgentForge, an AI Agent Orchestration Platform to build, connect, run, and monitor teams of AI agents. Created for the Yuno AI Engineer hiring challenge. Features a visual Workflow Builder (ReactFlow), real-time Monitor with WebSocket log streaming, live Telegram integration (@yuno_agentforge_user_bot), and smart cross-workflow routing when users ask questions on the wrong workflow. Two pre-built workflows: Payment Failure Investigator (Orchestrator → Payment Analyst → Response Writer with lookup_payment & get_retry_recommendation tools) and Customer Support Router (Support Router → General Support Agent for FAQs). Example flow: a user asks "Why did my payment fail for order ORD-1002?" The orchestrator classifies intent, hands off to the Payment Analyst (tool calls against a SQLite knowledge base), then the Response Writer drafts the reply. Every agent start, tool call, result, and token count streams live to the Monitor panel. Backend: FastAPI + LangGraph executor, SQLite/SQLModel, OpenAI or Anthropic. Frontend: React + Vite Agent Studio (Dashboard, Agents, Workflows, Builder, Monitor, Channels). Deployed on Render with Docker Compose for local dev.