Skip to main content

HomeChannelRegistryProtocol

Defined in the protocols module.
AI Agent Protocol for managing default delivery targets per platform. Home channels provide a per-platform default delivery target that can be set once from inside a chat and persisted, so scheduled jobs can deliver results without requiring explicit channel IDs.

Methods

set_home()

Set the home channel for a platform.

get_home()

Get the home channel for a platform.

platforms_with_home()

List all platforms that have a home channel configured.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2273