stage-1: project bootstrap

Structure, config loader, personality/tools/memory from clawd, venv, 22 tests passing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MoltBot Service
2026-02-13 10:20:55 +00:00
commit f2973aa76f
374 changed files with 59557 additions and 0 deletions

23
config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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/"
}
}