-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
40 lines (40 loc) · 1.05 KB
/
Copy pathconfig.example.json
File metadata and controls
40 lines (40 loc) · 1.05 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"accounts": {
"app": {
"id": "cli_xxxxxxxxxxxxxxxx",
"secret": { "source": "env", "id": "FEISHU_APP_SECRET" },
"tenant": "feishu"
}
},
"preferences": {
"gatewayMode": "adapter",
"agentProfile": "agent_profile.codex_host",
"appServerCwd": "~/Documents/Codex/app-server",
"messageReply": "text",
"turnTrace": {
"enabled": false,
"artifactNamespace": "agent-interaction-bridge.turn-traces"
},
"replyMentionTargets": [
{
"name": "Example Bot",
"id": "cli_xxxxxxxxxxxxxxxx",
"key": "@example_bot"
}
],
"requireApprovalBeforeRun": false,
"approvalKeywords": ["/approve", "/审批"],
"approvalModels": [],
"access": {
"allowedUsers": [],
"allowedChats": [],
"admins": []
}
},
"runtimeServices": {
"artifact_namespace": "agent-interaction-bridge",
"vector_tableName": "agent_interaction_bridge_vectors",
"record_namespace": "agent-interaction-bridge",
"record_tableName": "agent_interaction_bridge_records"
}
}