Architect and lead developer. Led the team, reviewed and shipped alongside them
Enterprise Agentic AI Platform
A production platform that placed an organization's siloed systems behind one governed conversational surface. It carried a marketplace of versioned agents, a connector fabric grounded in the organization's own sources, a set of inline visualization tools, branded document export, a separate mesh for work a single agent could not finish, and a governance plane spanning all of it.
Architecture schematic: two separate entry surfaces — agent chat and mesh chat — each with its own orchestration engine. The chat orchestrator handles versions, memory, and quota for single-agent turns; the mesh engine runs a LangGraph state machine with checkpoints and human-in-the-loop interrupts for multi-agent work. Both converge on a shared runtime of payload building, stream event handling, and the tool loop, then the streaming model runtime. Every tool call passes through a full-width governance gate — RBAC, tool policy, approvals, audit — before reaching MCP tools, retrieval packs, document stores, NL-to-SQL, connectors, and memory, all reporting into a telemetry rail.