26 lines
667 B
JSON
26 lines
667 B
JSON
{
|
|
"schema_version": 1,
|
|
"integrated": false,
|
|
"split": true,
|
|
"llm": {
|
|
"endpoint_url": "https://llm.example.invalid/v1/chat/completions"
|
|
},
|
|
"grid": {
|
|
"login_url": "https://grid.example.invalid/login",
|
|
"avatar_name": "Service Avatar"
|
|
},
|
|
"secret_files": {
|
|
"llm_api_key": "secrets/llm-api-key",
|
|
"grid_password": "secrets/grid-password",
|
|
"control_operator_token": "secrets/control-operator-token",
|
|
"control_observer_token": "secrets/control-observer-token"
|
|
},
|
|
"authorized_avatar_uuids": [
|
|
"00000000-0000-4000-8000-000000000001"
|
|
],
|
|
"storage_path": "data/grid-agent",
|
|
"control": {
|
|
"listen": "127.0.0.1:9764"
|
|
}
|
|
}
|