AI Agents Configuration
Supported providers
Schema in xygeni.yml
xygeni.yml# conf/xygeni.yml
# ... existing scanner configuration ...
ai-agent: ${XYGENI_AI_AGENT:openai} # selected agent
ai-agents:
anthropic:
host: ${ANTHROPIC_HOST:https://api.anthropic.com}
token: ${ANTHROPIC_API_KEY}
model: claude-sonnet-4-6
openai:
host: ${OPENAI_HOST:https://api.openai.com/v1}
token: ${OPENAI_API_KEY}
model: gpt-4o
gemini:
host: ${GEMINI_HOST:https://generativelanguage.googleapis.com/v1beta}
token: ${GEMINI_TOKEN}
model: gemini-2.5-flash
groq:
host: ${GROQ_HOST:https://api.groq.com/openai/v1}
token: ${GROQ_TOKEN}
model: llama-3.1-8b-instant
openrouter:
host: ${OPENROUTER_HOST:https://openrouter.ai/api/v1}
token: ${OPENROUTER_TOKEN}
model: openai/gpt-4o
xygeni: {} # use Xygeni-hosted agentSchema in xygenibot.yml
xygenibot.ymlPrecedence
Source
Precedence
Moving AI Triage configuration to xygeni.yml
xygeni.ymlEnvironment-variable indirection
Validation
Related
Last updated

