Summary
Add a LangChain adapter to gitagent, enabling export and run support for the LangChain framework.
Details
LangChain is one of the most widely adopted LLM frameworks. A gitagent adapter would allow users to:
- Export: Convert a gitagent agent definition to LangChain agent configuration
- Run: Execute a gitagent-defined agent using the LangChain runtime
Acceptance Criteria
Resources
Summary
Add a LangChain adapter to gitagent, enabling export and run support for the LangChain framework.
Details
LangChain is one of the most widely adopted LLM frameworks. A gitagent adapter would allow users to:
Acceptance Criteria
gitagent export --format langchaingenerates valid LangChain Python codegitagent run ./agent --adapter langchainexecutes the agentexamples/Resources
src/adapters/for reference