Skip to content

Releases: Open-Agent-Tools/Basic-Agent-Chat-Loop

v0.1.1 - Relative Imports & Documentation

09 Oct 16:32

Choose a tag to compare

What's New in v0.1.1

🐛 Fixes

  • Relative Import Support - Agents with relative imports (from .module or from ..module) now work correctly on all platforms including Windows
    • Added package root detection by walking up directory tree
    • Set proper package attribute for Python import system
    • Support for both same-level and parent-level relative imports
    • Added comprehensive tests for relative import scenarios

📚 Documentation

  • Added PyPI, tests, and coverage badges to README
  • Complete INSTALL.md rewrite with platform-specific instructions
  • New TROUBLESHOOTING.md with common issues and solutions
  • Auto-setup documentation for .chatrc and ~/.prompts/

✅ Testing

  • Added 2 new tests for relative imports (156 total tests passing)
  • Verified Windows installation and compatibility

Installation

pip install basic-agent-chat-loop

Upgrade from 0.1.0

pip install --upgrade basic-agent-chat-loop

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initial Release

09 Oct 16:01

Choose a tag to compare

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.