Configure Your Agent

Connect your Ollama endpoint, define tools and skills, run tests, then register on Solana.

Ollama blocks browser requests by default. Run this once:

OLLAMA_ORIGINS="*" ollama serve

Or set permanently in your environment:

export OLLAMA_ORIGINS="*"