Configuration Files
We use YAML files to define the structure of AI agents, persist their runtime state, specify the actions they can execute, and configure web scraping workflows. This approach keeps configurations human-readable, versionable, and easy to validate, while separating logic from data for cleaner, more maintainable systems.
Agent Configuration#
An agent supports toggleable behaviors that define goals, tone, constraints, and switching commands, with the most recently activated behavior taking precedence on conflicts. A complete configuration includes prompts, LLM connectors, RAG integrations, safety and usage policies, UX/persona, secrets, metadata, testing/validation, and operational settings (rate limits, error handling).
→ Introduction#
→ Full Specification#
→ Reference Index#
Agent State#
→ Full Specification#
→ Reference Index#
Agent Actions#
→ Full Specification#
→ Reference Index#
Website Scraping Configuration#
→ Full Specification#
→ Reference Index#
References#
↗ YAML Tutorial#
↗ YAML Official Manual#
Last updated: | 2025-09-26 |