v0.1.0 - Initial Release
This is the first public release of Basic Agent Chat Loop, a feature-rich interactive CLI for AI agents.
Key Highlights
π·οΈ Save agents as aliases for quick access
π° Track token usage and costs
π Reusable prompt templates
βοΈ Flexible YAML configuration
π¨ Rich markdown rendering
π Automatic error recovery
π Real-time status updates
β
Comprehensive test coverage (61%)
Installation
pip install basic-agent-chat-loopQuick Start
# Save an alias
chat_loop --save-alias myagent path/to/agent.py
# Run chat
chat_loop myagentSee CHANGELOG.md for full details.