- Replaced direct instantiation of ChatOpenAI with a centralized get_llm function in CheckpointAgent, NoteAgent, ProjectAgent, and TaskAgent. - Introduced a new llm.py module to handle LLM model instantiation and API key management. - Updated settings.py to include LLM_MODEL and LLM_ROUTER_MODEL configurations. - Modified orchestrator.py to use get_router_llm for intent classification. - Updated requirements.txt to include litellm for LLM management. - Adjusted tests to mock get_llm instead of ChatOpenAI directly.
28 lines
495 B
Plaintext
28 lines
495 B
Plaintext
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.34.0
|
|
gunicorn>=22.0.0
|
|
langchain>=0.3.0
|
|
langchain-openai>=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
|
|
ruff>=0.8.0
|