Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@jwesleye jwesleye released this 09 Oct 16:01

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-loop

Quick Start

# Save an alias
chat_loop --save-alias myagent path/to/agent.py

# Run chat
chat_loop myagent

See CHANGELOG.md for full details.