- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathskillscript.config.json.example
More file actions
Latest commit
19 lines (15 loc) · 866 Bytes
/
Copy pathskillscript.config.json.example
File metadata and controls
19 lines (15 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"_comment": "skillscript.config.json — canonical runtime config (v0.10). Every field optional; copy this file to skillscript.config.json and tweak. ${VAR} resolves against process.env at load time. The two-instance posture (dev + adopter on same machine) works by copying this file with different paths/ports. v0.10 — LocalModel and substrate selection moved to ~/.skillscript/connectors.json `substrate` section; see docs/configuration.md.",
"skillsDir": "${SKILLSCRIPT_HOME}/skills",
"traceDir": "${SKILLSCRIPT_HOME}/traces",
"memoryDbPath": "${SKILLSCRIPT_HOME}/memory.db",
"pollIntervalSeconds": 30,
"enableUnsafeShell": false,
"mode": "dashboard",
"triggersFilePath": "${SKILLSCRIPT_HOME}/triggers.json",
"connectorsConfigPath": "${SKILLSCRIPT_HOME}/connectors.json",
"dashboard": {
"port": 7878,
"host": "127.0.0.1"
}
}