Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/openclaw.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
"memory_search",
"memory_get",
"web_search",
"read",
"session_status"
]
},
Expand Down
1 change: 0 additions & 1 deletion scenarios/client_escalation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tools:
- memory_search
- memory_get
- web_search
- read

# Default prompt sent to the agent
prompt: >
Expand Down
1 change: 0 additions & 1 deletion scenarios/inbox_to_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ tools:
- memory_search
- memory_get
- web_search
- read

prompt: >
Process my inbox from overnight. For each email: classify it, draft replies
Expand Down
1 change: 0 additions & 1 deletion scenarios/inbox_triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tools:
- memory_search
- memory_get
- web_search
- read

# Default prompt sent to the agent
prompt: >
Expand Down
1 change: 0 additions & 1 deletion scenarios/morning_brief.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tools:
- memory_search
- memory_get
- web_search
- read

prompt: >
It's 6:30am on Thursday Feb 6. Give me my daily brief: what matters today,
Expand Down
1 change: 0 additions & 1 deletion scenarios/team_standup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ tools:
- memory_search
- memory_get
- web_search
- read

prompt: >
It's 8:55am, standup is in 5 minutes. Catch me up: what happened
Expand Down
2 changes: 0 additions & 2 deletions scripts/run_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"memory_get",
"web_search",
"web_fetch",
"read",
]

# Tools to deny in the generated config (dangerous/unused in sandbox)
Expand Down Expand Up @@ -218,7 +217,6 @@ def dry_run_scenario(scenario: dict, variant: str) -> dict:
"slack": ["slack_messages.json"],
"memory_search": [], # checked separately below
"memory_get": [],
"read": [], # reads workspace files, not fixtures
"web_search": ["web_search_results.json"],
"web_fetch": ["web_pages.json"],
}
Expand Down