forked from NateBJones-Projects/OB1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecall.json
More file actions
46 lines (46 loc) · 1.2 KB
/
Copy pathrecall.json
File metadata and controls
46 lines (46 loc) · 1.2 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
41
42
43
44
45
46
{
"schema_version": "openbrain.openclaw.recall.v1",
"workspace_id": "workspace_123",
"project_id": "project_ob1",
"task_id": "taskflow_step_002",
"flow_id": "taskflow_agent_memory_launch",
"task_type": "taskflow_work_log",
"channel": {
"kind": "openclaw",
"id": "flow_agent_memory_launch",
"thread_id": "step_002"
},
"runtime": {
"name": "openclaw",
"version": "2026.3.24-beta.2"
},
"model_intent": {
"provider": "anthropic",
"model": "claude-sonnet"
},
"query": "Continue the Agent Memory launch TaskFlow. Retrieve prior attempts, blockers, decisions, constraints, and what the next agent should know.",
"entities": {
"people": ["Jonathan Edwards"],
"orgs": ["OB1"],
"repos": ["NateBJones-Projects/OB1"],
"files": [],
"customers": [],
"topics": ["taskflow", "agent memory", "handoff"]
},
"scope": {
"visibility": "project",
"project_only": true,
"include_unconfirmed": true,
"include_stale": false
},
"limits": {
"max_items": 12,
"max_tokens": 6000,
"recency_days": 90
},
"sensitivity": {
"contains_code": false,
"contains_customer_data": false,
"contains_private_meeting_data": false
}
}