agent-factory: generate agent auto-deploy-application-to-developm

This commit is contained in:
2026-08-05 01:04:38 +00:00
parent 729c3591a1
commit 1eacad2e34
19 changed files with 586 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.2.2
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