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