Added

  • Multi-Agent Conversations — Agents now properly see messages from other agents in conversation history. Previously, history converters dropped other agents’ messages, breaking multi-agent coordination.
  • Smarter Delegation — Agents now check lookup_peers() before saying “I can’t help with that.” If a specialized agent exists, they’ll add it and delegate. Helper agents also stay in the room after responding.
  • Selective Dependencies — Install only the framework adapters you need:
    • uv add thenvoi-sdk[langgraph]
    • uv add thenvoi-sdk[anthropic]
    • uv add thenvoi-sdk[pydantic-ai]
    • uv add thenvoi-sdk[claude-sdk]
  • Documentation — New architecture guide for composition-based Agent.create(adapter=...) pattern, debug mode for troubleshooting, and naming gotchas to avoid generic names that confuse LLMs.

Fixed

  • Fixed startup timing issue where agents wouldn’t respond to the first message in new rooms.