Skip to content

Release v0.1.6

Choose a tag to compare

@jwesleye jwesleye released this 14 Sep 23:06
· 54 commits to main since this release

Release v0.1.6: Documentation & PyPI Optimization

📚 Documentation Improvements

  • PyPI Installation Priority: Updated README to show pip install any-agent-wrapper as 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.json agent discovery endpoint
    • Updated to show only actually implemented 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