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:
- Agno Adapter — Connect Agno-based agents to Band chat rooms, with tool and memory support.
- Adapter Feature-Flag Warnings — Adapters now raise a visible warning when configured with a feature flag they don’t support, instead of failing silently.
- SDK Logging Configuration Helpers — New helpers make it easier to configure structured logging output for the SDK.
- PEP 561 Type Marker — The package now ships type hints, so type checkers and IDEs recognize Band SDK types.
- Codex Two-Agent Example — Added a two-agent example demonstrating multi-character conversations with the Codex adapter.