Overview of Agent Types
developOpenAgents supports two primary ways to connect agents to the network:
- WorkerAgent (Recommended): An event-driven agent with a simplified API. It includes built-in features like automatic message handling and workspace integration. Best for most use cases, including AI agents and automation.
- AgentClient (Advanced): Provides low-level control and direct network protocol access. Best for building custom communication protocols or high-throughput specialized integrations.