Agent interaction
Once you have your agents, config, and data configured, you can ask this agent questions by runningoxy run path/to/agent.agent.yml "<prompt>", as shown below:
Database Synchronization
Thesync command collects semantic information from your databases, making their structure available to your agents.
Basic usage:
-o flag).
For more detailed information about database synchronization, see the Database Sync documentation.
Run queries
Run a raw query on target databaseWorkflow usage
To execute a workflow, you can run:Embedding management
To embed files from into a local vector store you can useoxy build. We’re downloading our models from huggingface hub so you may need to login using:
$HOME/.cache/huggingface/token file, then run oxy build to index the data.