Release v0.1.6
Release v0.1.6: Documentation & PyPI Optimization
📚 Documentation Improvements
- PyPI Installation Priority: Updated README to show
pip install any-agent-wrapperas the primary installation method - Accurate API Documentation: Corrected API endpoints to reflect actual implementation:
- Removed unimplemented endpoints (
/docs,/metrics,/v1/chat/completions,/invoke) - Added missing
/.well-known/agent-card.jsonagent discovery endpoint - Updated to show only actually implemented endpoints
- Removed unimplemented endpoints (
🧹 Cleanup & Accuracy
- Removed Helmsman References: Cleaned up all Helmsman integration references from:
- Installation examples and deployment commands
- Environment variable documentation
- Quick start guide
- Improved User Experience: Clear separation between PyPI and source installation methods
- Better Examples: Updated production deployment examples to focus on container registry push
🎯 Focus Areas
This release prioritizes user experience improvements and documentation accuracy, making it easier for users to:
- Install directly from PyPI without confusion
- Understand exactly which API endpoints are available
- Get started quickly with accurate examples
The package maintains full backward compatibility while providing clearer, more accurate documentation.
Full Changelog: v0.1.5...v0.1.6