sanbuphy/nanoAgent
If you can read ~100 lines of Python, you understand agents.
Implements OpenAI function calling in a tight agent loop that decides between bash execution, file reading, and file writing tools. The architecture uses iterative model calls with tool result feedback until task completion, with recent error handling that returns malformed arguments back to the model rather than crashing. Configurable via environment variables for API key, base URL, and model selection.
353 stars.
Stars
353
Forks
28
Language
Python
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/sanbuphy/nanoAgent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
openai/openai-agents-python
A lightweight, powerful framework for multi-agent workflows
openagents-org/openagents
OpenAgents - AI Agent Networks for Open Collaboration
camel-ai/camel
🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents....
vamplabAI/sgr-agent-core
Schema-Guided Reasoning (SGR) has agentic system design created by neuraldeep community
BrainBlend-AI/atomic-agents
Building AI agents, atomically