Structure, config loader, personality/tools/memory from clawd, venv, 22 tests passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
398 B
JSON
23 lines
398 B
JSON
{
|
|
"bot": {
|
|
"name": "Echo",
|
|
"default_model": "sonnet",
|
|
"owner": null,
|
|
"admins": []
|
|
},
|
|
"channels": {},
|
|
"heartbeat": {
|
|
"enabled": true,
|
|
"interval_minutes": 30
|
|
},
|
|
"ollama": {
|
|
"url": "http://localhost:11434"
|
|
},
|
|
"paths": {
|
|
"personality": "personality/",
|
|
"tools": "tools/",
|
|
"memory": "memory/",
|
|
"logs": "logs/",
|
|
"sessions": "sessions/"
|
|
}
|
|
} |