The framework for agentic analytics
.agent.yml
files that specify their instructions. Provide context through .sql
and .sem.yml
files that supply queries and semantic information, respectively.
.workflow.yml
files to orchestrate multi-step processes. Chain validated agents and tasks together into reusable, production-ready automations.
.agent.yml
or .workflow.yml
files. Execute tests using the oxy test
command.
oxy run path/to/agent_name.agent.yml "question"
or execute complete workflows using oxy run path/to/workflow_name.workflow.yml
.