HA
All projects
09INTERNALPersistent memory

LangGraph Agents

Modular multi-agent orchestration — research, code review, and web-search agents with shared persistent memory across sessions.

— Overview

A modular multi-agent orchestration system: research, code-review, and web-search agents that share persistent memory across sessions. Agents hand work to each other through LangGraph’s graph runtime, with Tavily powering the web-search tools.

Built as internal tooling for my own workflow. The shared persistent memory is what makes it useful day to day — agents pick up context from previous sessions instead of starting cold.

— Highlights

  • Research, code-review, and web-search agents on one graph
  • Shared persistent memory across sessions
  • Tavily-powered web search tools
  • FastAPI service layer — internal tooling