- Add app/core/deep_agent.py with Home and Floating supervisor graphs using LangGraph create_react_agent (hierarchical pattern) - Strip ChatAgent classes from all 4 agent files, keep @tool functions - Rewrite output_formatter.py for event-based (token/tool_end/mutations) stream - Update device_ws.py to use run_home_stream/run_floating_stream - Rewrite chat.py REST route to use run_home - Add update_core_memory tool to both supervisors - Add langgraph>=0.3.0 to requirements.txt - Remove orchestrator.py, execution_plan.py, agent_registry.py, plans.py - Remove PlanAction, PlanStep, ExecutionPlan, execution_mode from schemas - Update all affected tests to match new API - Remove 6 deprecated test files for deleted modules - Clean up stale docstrings referencing removed orchestrator
37 lines
697 B
Plaintext
37 lines
697 B
Plaintext
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.34.0
|
|
gunicorn>=22.0.0
|
|
langchain>=0.3.0
|
|
langchain-openai>=0.3.0
|
|
langchain-litellm>=0.1.0
|
|
langgraph>=0.3.0
|
|
litellm>=1.50.0
|
|
pydantic>=2.10.0
|
|
pydantic-settings>=2.7.0
|
|
python-jose[cryptography]>=3.3.0
|
|
stripe>=11.0.0
|
|
boto3>=1.35.0
|
|
slowapi>=0.1.9
|
|
sqlalchemy>=2.0.0
|
|
asyncpg>=0.30.0
|
|
alembic>=1.14.0
|
|
bcrypt>=4.2.0
|
|
python-dotenv>=1.0.0
|
|
httpx>=0.28.0
|
|
websockets>=14.0
|
|
psycopg2-binary>=2.9.0
|
|
pytest>=8.0.0
|
|
pytest-asyncio>=0.24.0
|
|
aiosqlite>=0.20.0
|
|
moto[s3]>=5.0.0
|
|
pinecone>=5.0.0
|
|
qdrant-client>=1.7.0
|
|
croniter>=3.0.0
|
|
google-api-python-client>=2.130.0
|
|
google-auth>=2.29.0
|
|
google-auth-oauthlib>=1.2.0
|
|
google-auth-httplib2>=0.2.0
|
|
msal>=1.28.0
|
|
cryptography>=42.0.0
|
|
ruff>=0.8.0
|