- Add app/integrations/__init__.py: Fernet token encryption helpers, EmailMessage/ChatMessage dataclasses, get_provider() factory - Add app/integrations/gmail.py: GmailClient with async fetch_messages(), token refresh, configurable label/sender/date filters - Add app/integrations/ms_graph.py: MSGraphClient with fetch_emails() (Outlook) and fetch_messages() (Teams), MSAL token refresh, OData filters - Update app/core/agent_runner.py: replace run_cloud_agent() stub with full 8-step implementation; extend _finalize_run() for cloud config type - Update app/config/settings.py: add OAuth + Fernet encryption settings - Update requirements.txt: google-api-python-client, google-auth-*, msal, cryptography - Add tests/test_integrations.py: 47 tests covering all integration code - Update tests/test_agent_runner.py: replace stub test with 7 real tests All 76 new/updated tests pass.
35 lines
655 B
Plaintext
35 lines
655 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
|
|
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
|