Summary
Add a LangGraph adapter to gitagent, enabling export and run support for the LangGraph framework.
Details
LangGraph is a popular framework for building stateful, multi-agent applications with LLMs. A gitagent adapter would allow users to:
- Export: Convert a gitagent agent definition to a LangGraph graph/state machine
- Run: Execute a gitagent-defined agent using the LangGraph runtime
Acceptance Criteria
Resources
Summary
Add a LangGraph adapter to gitagent, enabling export and run support for the LangGraph framework.
Details
LangGraph is a popular framework for building stateful, multi-agent applications with LLMs. A gitagent adapter would allow users to:
Acceptance Criteria
gitagent export --format langgraphgenerates valid LangGraph Python codegitagent run ./agent --adapter langgraphexecutes the agentexamples/Resources
src/adapters/for reference