View Source SwarmEx.Agent behaviour (SwarmEx v0.2.0)
Defines the behavior and implementation for SwarmEx agents.
Each agent in the SwarmEx system is a process that can:
- Process messages from other agents or clients
- Maintain internal state
- Participate in agent networks
- Execute functions from tool modules
- Perform self-health checks and recovery
Summary
Functions
Creates a new agent process with the given module and options.
Stops an agent process.
Validates the agent implementation to ensure all required callbacks are implemented correctly.
Types
Callbacks
Functions
Creates a new agent process with the given module and options.
Stops an agent process.
Validates the agent implementation to ensure all required callbacks are implemented correctly.