A minimal AI agent built from scratch — no agent framework, just Python, the OpenAI SDK, and a while loop. Accompanies the Medium article "Build Your Own AI Agent from Scratch." Three execution modes: local (Ollama only), remote (cloud provider), mixed (local…
$git clone https://github.com/sergenes/mini_agentInstalls into the current project.
Install mini_agent by running `git clone https://github.com/sergenes/mini_agent`, then use it for the current task and follow its documentation at https://github.com/sergenes/mini_agent.