
-
Agent Configuration: Define agents using
.agent.ymlfiles that specify their instructions. Provide context through.sqland.sem.ymlfiles that supply queries and semantic information, respectively. -
Workflow Development: Create
.workflow.ymlfiles to orchestrate multi-step processes. Chain validated agents and tasks together into reusable, production-ready automations. -
Testing Framework: Add test cases directly to
.agent.ymlor.workflow.ymlfiles. Execute tests using theoxy testcommand.
oxy run path/to/agent_name.agent.yml "question" or execute complete workflows using oxy run path/to/workflow_name.workflow.yml.