Add the paths, channel, loop and baseline config tables

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-18 17:36:20 -07:00
parent 06298d6a8e
commit ec5d887daa
4 changed files with 185 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
[infer]
socket = "/tmp/infer.sock"
model = "some-model"
[slots]
main = 0
background = 1
[expect]
template_sha256 = "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f"
n_ctx = 4096
slots = 2
[paths]
home = "/srv/boxmaker"
[channel]
socket = "/run/boxmaker/loop/loop.sock"
[loop]
tool_iterations = 3
repeat_detection = false
tool_result_cap = 1024
[baseline]
system = "prompts/agent.md"