initial update for cavepedia

This commit is contained in:
2025-12-07 09:10:49 -07:00
parent 69be2a5179
commit 176c4344de
7 changed files with 66 additions and 195 deletions

View File

@@ -7,10 +7,10 @@ dependencies = [
"langchain==1.1.0",
"langgraph==1.0.4",
"langsmith>=0.4.49",
"openai>=1.68.2,<2.0.0",
"anthropic>=0.40.0",
"fastapi>=0.115.5,<1.0.0",
"uvicorn>=0.29.0,<1.0.0",
"python-dotenv>=1.0.0,<2.0.0",
"langgraph-cli[inmem]>=0.4.7",
"langchain-openai>=1.1.0",
"langchain-anthropic>=0.3.3",
]