Package portable grid agent operation (#134)
This commit is contained in:
20
config/grid-agent.integrated.example.json
Normal file
20
config/grid-agent.integrated.example.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"integrated": true,
|
||||
"split": false,
|
||||
"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"
|
||||
},
|
||||
"authorized_avatar_uuids": [
|
||||
"00000000-0000-4000-8000-000000000001"
|
||||
],
|
||||
"storage_path": "data/grid-agent"
|
||||
}
|
||||
Reference in New Issue
Block a user