Agent
.halguru.yaml ➤ Agent
Represents the configuration settings for the AI Agent within the system, linking to its associated components and attributes.
Agent:
Id: 05BB4146-D395-4F9D-9F7A-0E7F607C6961
Name: My Agent
Type: Basic
Version: 1.0.0
Description: |
This is a sample agent.
Author: {}
Start: {}
Themes: {}
UI: {}
Features: {}
Domains: []
| Name |
Description |
| Title |
Agent |
| Field Type |
Object |
| Required |
True |
Field List
| Name |
Type |
Required |
Description |
| Id |
Guid |
✔️ |
The unique identifier for the agent |
| Name |
Text |
✔️ |
The name of the agent. |
| Type |
Choice |
✔️ |
The type of the agent, such as Basic (default), Advanced, or Custom. |
| Version |
Version |
✔️ |
The version of the agent. |
| Description |
MultilineText |
|
The description of the agent. |
| Author |
Object |
|
The author information of the agent. |
| Start |
Object |
✔️ |
The starting configuration for the agent. |
| Themes |
Object |
|
The collection of themes and their associated designs for the agent. |
| UI |
Object |
|
The user interface design configuration for the agent. |
| Features |
Object |
|
The features and capabilities of the agent. |
| Domains[] |
SimpleList |
|
The list of domains associated with the agent. |
| Property |
Value |
| Path |
Agent |
| Internal Type |
AgentModels.AgentMetadata |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |