052591281d
- Complete agent system with planning and execution - Bridge API with FastAPI server - WhatsApp-style mobile dashboard - Enhanced web search with query improvement - Security guards and policy checks - Comprehensive documentation
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# Stage 1 uses only the Python standard library.
|
|
# External dependencies for web search tool:
|
|
requests>=2.31.0
|
|
beautifulsoup4>=4.12.0
|