-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.example.json
More file actions
24 lines (24 loc) · 1.24 KB
/
init.example.json
File metadata and controls
24 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"base_url": "https://na.hub.molten.bot/v1",
// Optional: runtime GitHub token. If set, docker entrypoint exports GITHUB_TOKEN/GH_TOKEN.
// "github_token": "ghp_replace_with_your_pat",
// Optional for Codex harness: runtime OpenAI API key.
// "openai_api_key": "sk-proj_replace_with_your_key",
// Optional for Auggie harness: full session JSON from `auggie token print`.
// "augment_session_auth": "{\"accessToken\":\"XXX\",\"tenantURL\":\"https://YYY/\",\"scopes\":[\"email\"]}",
// Optional for Pi harness: install with `npm install -g @mariozechner/pi-coding-agent`
// and configure Pi auth/providers separately. Example persisted runtime value:
// "pi_provider_auth": "{\"env_var\":\"OPENAI_API_KEY\",\"value\":\"sk-proj_replace_with_your_key\"}",
"agent_token": "agent_replace_with_your_token",
// Optional log level: error | warn | info | debug (default: info).
"log_level": "info",
"agent_harness": "codex",
// optional override when executable name differs from harness default
// "agent_command": "codex",
// or provide: "bind_token": "bind_replace_with_your_binding_key",
"profile": {
"display_name": "molten hub code",
"emoji": "🎮",
"profile": "I am 1000 Codex instances connected by electric tissues."
}
}