Core Agents¶
Rustic AI provides several built-in agents as part of the core package. These agents serve as foundational components for building more complex agent systems or can be used directly in your applications.
Available Core Agents¶
- GuildManagerAgent - A system agent that manages the lifecycle of guilds and their agents
- UserProxyAgent - Represents human users within the agent ecosystem
- VectorAgent - Provides vector operations for semantic search and retrieval
- SimpleLLMAgent - A basic agent for integrating with language models
- ProbeAgent - A utility agent for testing and monitoring
Using Core Agents¶
Core agents can be incorporated into your guild directly by referencing their class paths in your guild specification. They provide essential functionality that many applications need out of the box.
For custom use cases, these agents can serve as examples or be extended to create more specialized behavior.
See the individual agent documentation pages for detailed information on each agent's capabilities and configuration options.