Skip to content

Commit b4f1907

Browse files
Socratic Developerclaude
andcommitted
feat: Add langchain, langraph, and openclaw framework integrations
Add optional dependencies for langchain, langraph, and openclaw to support multiple framework integrations. These are optional to maintain flexibility for users to use their preferred framework ecosystem. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 759ffd7 commit b4f1907

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ requires-python = ">=3.9"
3333
dependencies = []
3434

3535
[project.optional-dependencies]
36+
# Framework integrations
37+
openclaw = []
38+
langchain = ["langchain>=0.1.0"]
39+
langraph = ["langgraph>=0.0.1"]
40+
41+
# Development
3642
dev = [
3743
"pytest>=7.0",
3844
"pytest-asyncio>=0.21.0",

0 commit comments

Comments
 (0)