Skip to content

Agent

.halguru.yamlAgent

Represents the configuration settings for the AI Agent within the system, linking to its associated components and attributes.

Agent:
  Id: 21B0626E-3AC9-4340-838A-8F684BA61358
  Name: My Agent
  Type: Basic
  Version: 1.0.0
  Description: |
    This is a sample agent.
  IsAuthorizationRequired: true
  Author: {}
  Start: {}
  Themes: {}
  UI: {}
  Features: {}
  Domains: []

Properties#

Name Type Required Description
Id Guid ✔️ The unique identifier for the agent
Name Text ✔️ The name of the agent.
Type Option ✔️ 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.
IsAuthorizationRequired Boolean A value indicating whether authorization is required for 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 List The list of domains associated with the agent.

Technical Information#

Property Value
Path Agent
Internal Type AgentModels.Agent
Internal Root Type AgentConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0