Exa builds production multi-agent deep research agent with LangGraph
As Exa's architecture evolved from a simple answers endpoint to a more complex agentic deep research system, they needed a coordination framework — their original answers endpoint required no framework but could not support the new multi-agent complexity.
Exa built a production-ready multi-agent deep research system that processes hundreds of research queries daily, delivering structured results in 15 seconds to 3 minutes depending on complexity, with LangSmith observability informing production pricing models.
Frequently asked questions
What did this team achieve with this AI workflow?
Exa built a production-ready multi-agent deep research system that processes hundreds of research queries daily, delivering structured results in 15 seconds to 3 minutes depending on complexity, with LangSmith observa…
What tools did this team use?
LangGraph, LangSmith, Exa API.
What results were reported?
Research queries processed per day: hundreds of research queries daily; Result delivery time: 15 seconds to 3 minutes (source-reported, not independently verified).
How is this back office ops AI workflow structured?
User submits research query → Planner generates parallel tasks → Tasks execute with specialized tools → Snippet vs full content decision → Observer aggregates context → Structured JSON output delivered.