Oxy is the fastest way to build data agents
Environment setup
Add model config
config.yml
... models: - name: llama3.2 vendor: ollama model_ref: llama3.2:latest # or model of choice api_url: http://localhost:11434 api_key: # your ollama api key goes here ...
Update agent's model config
model: llama3.2