Files
awesome-llm-apps/mcp_ai_agents/github_mcp_agent/requirements.txt
Shubhamsaboo 62f760c18e refactor: Update travel planner and GitHub agent to use RunOutput and enhance requirements
- Changed `add_datetime_to_instructions` to `add_datetime_to_context` in travel planner for better context handling.
- Updated response type to `RunOutput` in both travel planner and GitHub agent for improved type safety.
- Specified minimum version for the 'agno' package in requirements.txt for compatibility.
2025-11-09 15:02:32 -08:00

5 lines
70 B
Plaintext

streamlit>=1.28.0
agno>=2.2.10
mcp>=0.1.0
openai>=1.0.0
asyncio>=3.4.3