Version
The version of the agent.
Agent:
Version:
Summary#
Gets or sets the version information of the robot.
Remarks#
The Version property specifies the version of the agent's configuration or implementation. It can be used to identify and differentiate between various iterations or releases of the agent. Version should be in the format: Major.Minor[.Patch] or GitVersionInfo It’s common practice to prefix your version names with the letter v. Some good tag names might be v1.0.0 or v2.3.4. If the tag isn’t meant for production use, add a pre-release version after the version name. Some good pre-release versions might be v0.2.0-alpha or v5.9-beta.3.
Properties#
- Id - The unique identifier for the agent (GUID ex. 12345678-1234-1234-1234-123456789012).
- Name - The name of the agent.
- Type - The type of the agent, such as Basic (default), Advanced, or Custom.
- Version - The version of the agent.
- Description - The description of the agent.
- Author - The author information of the agent.
- Start - The starting configuration for the agent.
- Themes - The collection of themes and their associated designs for the agent.
- UI - The user interface design configuration for the agent.
- Features - The features and capabilities of the agent.
Parent models#
- .halguru.yaml: Agent: - The AI Agent configuration.
Summary#
- Path:
.halguru.yaml: Agent: Version:
- Internal type:
Agent
- Internal root type:
AgentConfiguration
- JSON Schema for YAML: https://docs.hal.guru/schemas/halguru-schema.json