abacusai.agent_network ====================== .. py:module:: abacusai.agent_network Classes ------- .. autoapisummary:: abacusai.agent_network.AgentNetwork Module Contents --------------- .. py:class:: AgentNetwork(client, discoverable=None, orgHasOtherUsers=None, ownAgents=None, contacts=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Agent-to-agent messaging state of a personal agent :param client: An authenticated API Client instance :type client: ApiClient :param discoverable: Whether teammates in the org can find this agent and request a contact. :type discoverable: bool :param orgHasOtherUsers: Whether the owner's org has other users (teammate controls are shown only then). :type orgHasOtherUsers: bool :param ownAgents: The owner's other agents (bot_id/name/description); always reachable. :type ownAgents: list :param contacts: Teammate agents (bot_id/name/description/owner_user_id/owner_name/status/t); status is PENDING_IN, PENDING_OUT or ACCEPTED. :type contacts: list .. py:attribute:: discoverable :value: None .. py:attribute:: org_has_other_users :value: None .. py:attribute:: own_agents :value: None .. py:attribute:: contacts :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict