Skip to main content

TargetInfo

Defined in the protocols module.
AI Agent A reachable delivery target the agent can address. Attributes: target: The token to pass to send (e.g. “origin”, “slack:#ops”). platform: Platform name (e.g. “telegram”, “slack”). kind: Target kind (“origin”, “home”, or “alias”). label: Friendly label for display to the model/user.

Properties

str
No description available.
str
No description available.
str
No description available.
str
No description available.

Methods

as_dict()

Convert to a serializable dictionary.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2464