Simple AI agent system that executes tasks using tool selection logic.
Task planner
Tool execution
FastAPI interface
Modular tool architecture
Python
FastAPI
Requests
agent – planning and execution logic
tools – external tools like calculator
api – API server
pip install -r requirements.txt
uvicorn api.server:app --reload
GET /task?task=calculate 5+5