For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added
- Python SDK:
- SDK Normalization Framework — New foundation types, adapter constructors with AdapterFeatures, tool filtering helpers, and serialized AgentTools contracts provide a unified interface across all adapters.
- Dual Package Publishing — SDK is now available under both thenvoi-sdk and band-sdk package names.
Fixed
- Python SDK:
- Resolved dependency conflicts with cryptography and requests packages.