agent-factory: generate agent auto-retrieve-files-from-a-reposito

This commit is contained in:
2026-04-13 20:00:51 +00:00
parent 56916f44cf
commit 940e2a5b80
19 changed files with 569 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
# Auto-generated by Agent Factory
uvicorn[standard]==0.32.1
starlette>=0.28.0
pydantic>=2.11.3
python-dotenv==1.0.1
httpx>=0.28.1
click>=8.1.8
# A2A Protocol
a2a-sdk[http-server]>=0.3.0
# LangChain & LangGraph
langchain>=1.2.10
langchain-openai>=0.2.12
langchain-core>=1.2.11
langgraph>=0.2.59
langgraph-checkpoint>=2.0.6
openai>=1.109.1