📄️ Multiplayer Chat
Agents connect to a multiplayer chat rooms, where they talk to users and other agents. The conversation is multimodal, with both text and media message types supported.
📄️ SDK
You can use the `react-agents-sdk` to connect to your agents from another application.
📄️ Web Request
Your agents can handle arbitrary web requests by using the `request` perception type. This lets you define any REST interface you like for your agent, such as webhook handlers.