You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: apply gapman rebrand to LangChain adapter files (follow-up to #74)
- docs/adapters/langchain.md: gitagent <verb> → gapman <verb> in all CLI
examples; @shreyaskapale/gitagent → @open-gitagent/gapman package ref
- src/adapters/langchain.ts: 'Generated by gitagent export' →
'Generated by gapman export' (user-visible string in generated scripts)
- src/runners/langchain.ts: venv path gitagent-env → langchain-venv
(matches the path documented in the PR and adapter docs)
Prose references to 'gitagent' as the protocol/project name preserved
as per #74 policy.
Copy file name to clipboardExpand all lines: docs/adapters/langchain.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Complete mapping guide for converting gitagent agents to LangChain Python code.
7
7
LangChain is a popular framework for building applications with large language models. The gitagent LangChain adapter generates standalone Python scripts that use LangChain's agent framework with support for:
8
8
9
9
-**Multi-provider support**: OpenAI (GPT-4, o1, o3) and Anthropic (Claude)
10
-
-**Tool integration**: Converts gitagent tool definitions to LangChain `@tool` decorators
10
+
-**Tool integration**: Converts gapman tool definitions to LangChain `@tool` decorators
11
11
-**Sub-agent delegation**: Maps gitagent sub-agents to LangChain agent delegates
12
12
-**Memory management**: Automatic memory handling via `create_agent()`
13
13
-**System prompts**: Combines SOUL.md, RULES.md, skills, and knowledge into unified prompt
@@ -25,7 +25,7 @@ The gitagent LangChain adapter enables:
25
25
python --version
26
26
27
27
# Install gitagent
28
-
npm install -g @shreyaskapale/gitagent
28
+
npm install -g @open-gitagent/gapman
29
29
```
30
30
31
31
### LangChain Dependencies
@@ -86,20 +86,20 @@ The adapter automatically detects the provider based on model name:
0 commit comments