dataflow.registry.providers.agent_provider¶
Agent provider for the Haive Registry System.
This module implements the agent provider that handles discovery and registration of agent components.
Classes¶
Provider for agent components. |
Module Contents¶
- class dataflow.registry.providers.agent_provider.AgentProvider¶
Bases:
haive.dataflow.registry.providers.providers.base.EntityProvider
Provider for agent components.
This provider handles discovery and registration of agent configurations, including their state schemas, engines, and other components.
Initialize the agent provider.
- discover(module_paths=None)¶
Discover and register agents.