An interactive execute agent with a simple planning loop, tool registry, built-in tools (shell, filesystem, http, python eval), and pluggable model providers (echo, OpenAI).
pip install -e .
For OpenAI provider:
pip install -e .[openai]
export OPENAI_API_KEY=...
- One-shot:
execute-agent "list files" --provider echo
- REPL:
execute-agent --provider echo
Type exit
to quit.