Skip to main content

ServerRegistry

Defined in the agent module.
AI Agent Registry for API server state per-port.

Methods

get_default_instance()

Get default global registry for backward compatibility.

is_server_started()

Instance method.

set_server_started()

Instance method.

get_shared_app()

Instance method.

set_shared_app()

Instance method.

register_agent()

Instance method.

get_registered_agents()

Instance method.

cleanup_agent_registrations()

Remove all registrations for an agent ID and clean empty port state.

Source

View on GitHub

praisonaiagents/agent/agent.py at line 141