fix(grid-agent): move setup into YAML preferences (#135)
Some checks failed
CI / rust-skia (Rust only) (push) Successful in 2m46s
CI / required (push) Failing after 54s

This commit is contained in:
2026-08-18 21:34:14 +02:00
parent b56b28043f
commit db25a977b7
27 changed files with 1242 additions and 482 deletions

View File

@@ -0,0 +1,18 @@
schema_version: 1
integrated: false
split: true
llm:
endpoint_url: https://llm.example.invalid/v1/chat/completions
api_key: <replace-in-private-config>
model: <endpoint-model-name>
grid:
login_url: https://grid.example.invalid/login
avatar_name: Service Avatar
password: <replace-in-private-config>
authorized_avatar_uuids:
- 00000000-0000-4000-8000-000000000001
storage_path: data/grid-agent
control:
listen: 127.0.0.1:9764
operator_token: <replace-in-private-config>
observer_token: <replace-in-private-config-with-distinct-value>