Module agent

Module agent 

Source
Expand description

Agent module providing the core Agent functionality.

This module contains the Agent struct which is the main entry point for creating and running AI agents with goal-oriented capabilities, memory, and tool integration.

Structsยง

Agent
An AI Agent with goal-oriented capabilities, memory, and tool integration.
AgentConfig
Configuration for an AI Agent.