After setting up the server infrastructure, you need to create or copy your Oxy workspace directory and configure your repository.Documentation Index
Fetch the complete documentation index at: https://oxy.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Configure Repository
Depending on your setup, you can either use Git to manage your Oxy files or manually set up your workspace.
- Using Git
- Manual Setup
If you’re using Git to manage your workspace:
- Install Git and configure credentials:
- Set up SSH keys for Git access:
- Add the public key to your GitHub account settings.
- Clone your Oxy repository:
Verify Workspace Structure
Ensure your workspace has the necessary structure and files:A typical Oxy workspace should include:
config.yml- Main configuration file- Agent definitions (
.agent.ymlfiles) - Workflow definitions (
.workflow.ymlfiles) - SQL queries (
.sqlfiles) - Semantic models (
.schema.ymlfiles)