Router Agent
Classifies intent and orchestrates A2A coordination across specialized agents.
- Intent routing
- Task decomposition
- Response aggregation
A production-oriented AI system implementing Router Agents, Task Agents, RAG pipelines, and Agent-to-Agent coordination.
A modular, production-oriented multi-agent architecture designed for enterprise workflows.
Classifies intent and orchestrates A2A coordination across specialized agents.
Runs analysis over transactional datasets and highlights anomalies and patterns.
Answers with grounding using company policies and finance playbooks indexed in a vector store.
Executes tools safely (ERP mock APIs, SQL, validators) and returns structured outputs.
Async API surface for chat + agent workflows with clean separation of layers.
Local-first retrieval for MVP. Designed to swap to managed vector DB later.
LLM inference via provider API. Prompt versioning and guardrails supported.
Structured logs and tracing-friendly metadata for production diagnosis.
A deterministic, production-friendly flow where the Router Agent owns the plan and delegates to specialized agents and tools.
Chosen to demonstrate deployability, modularity, and enterprise-safe agent orchestration in an MVP timeline.
Front-end chat wired to /v1/chat. Supports mock mode, trace IDs, tool events, and citations.