Files
microdao-daarion/opencode.json
Apple fa749fa56c chore(infra): add NODA2 setup files, docker-compose configs and root config
- AGENTS.md: Sofiia Chief AI Architect role definition
- SOFIIA_IN_OPENCODE.md, SOFIIA_NODA2_SETUP.md: NODA2 setup documentation
- agromatrix_stepan_noda1_APPLY.md, agromatrix_stepan_noda1_prod.patch: AgroMatrix production patch
- docker-compose.memory-node2.yml: memory service for NODA2
- docker-compose.node2-sofiia-supervisor.yml: sofiia supervisor for NODA2
- gateway-bot/gateway_boot.py, monitor_prompt.txt, vision_guard.py: gateway extras
- models/Modelfile.qwen3.5-35b-a3b: Qwen model definition for NODA3
- opencode.json: OpenCode providers and agents config
- scripts/init-sofiia-memory.py, scripts/node2/*, start-memory-node2.sh: NODA2 init scripts
- setup_sofiia_node2.sh: NODA2 full setup script

Made-with: Cursor
2026-03-03 07:15:20 -08:00

62 lines
1.6 KiB
JSON

{
"providers": {
"ollama": {
"provider": "ollama",
"url": "http://localhost:11434",
"models": [
{
"id": "glm-4.7-flash:32k",
"name": "GLM-4.7 Flash (Local)",
"description": "GLM-4.7 Flash - 19GB, fast multilingual model"
},
{
"id": "qwen3:14b",
"name": "Qwen3 14B (Local)",
"description": "Qwen3 14B - balanced local model for router/default"
},
{
"id": "qwen3.5:35b-a3b",
"name": "Qwen3.5 35B A3B (Local)",
"description": "Qwen3.5 35B A3B via llama-server/Ollama bridge"
},
{
"id": "gpt-oss:latest",
"name": "GPT-OSS (Local)",
"description": "GPT-OSS latest local model"
},
{
"id": "deepseek-coder:33b",
"name": "DeepSeek Coder (Local)",
"description": "DeepSeek Coder 33B - 18GB, coding model"
},
{
"id": "deepseek-r1:70b",
"name": "DeepSeek R1 (Local)",
"description": "DeepSeek R1 70B - 42GB, reasoning model"
},
{
"id": "mistral-nemo:12b",
"name": "Mistral Nemo (Local)",
"description": "Mistral Nemo 12B - 7.1GB, general purpose"
},
{
"id": "gemma2:27b",
"name": "Gemma 2 (Local)",
"description": "Gemma 2 27B - 15GB, Google model"
}
],
"defaultModel": "qwen3:14b"
}
},
"agents": {
"sofiia": {
"provider": "xai",
"model": "grok-4-1-2025-01-25"
},
"sofiia-local": {
"provider": "ollama",
"model": "qwen3.5:35b-a3b"
}
}
}