Configuration files
The configuration files use the YAML standard for describing and preserving AI Agents.
- *.halguru.yaml file - The full configuration of an AI agent. See also: JSON Schema
- *.halguru-state.yaml file - Defines the operational state and associated metadata for a session of an agent. See also: JSON Schema
- *.halgur-action.yaml file - Represents an action executed by an agent in the system. See also: JSON Schema
- *.halguru-website.yaml file - Represents the configuration settings for a website crawler or scraper. Defines parameters such as the name of the website, the starting URL, maximum allowed levels and pages, specific URL patterns to process, and connectors required for linking external components like LLMs and file systems. See also: JSON Schema