@Agent class with LLM configuration and optional tool references.
Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. The name of the agent |
project | string | — | Required. The project to add the agent to |
model | string | gpt-4 | The LLM model name |
tools | string | — | Comma-separated tool names to reference |
directory | string | — | Subdirectory within src/agents/ |