Expand description
Defines the Agent struct and its associated builder, which are central to the Helios Engine.
§Agent Module
This module defines the Agent struct, the core of the Helios Engine. Agents are
autonomous entities that can interact with users, use tools, and manage their
own chat history. The AgentBuilder provides a convenient way to construct
and configure agents.
Structs§
- Agent
- Represents an LLM-powered agent that can chat, use tools, and manage a conversation.
- Agent
Builder