File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/example-eventage-claw/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ You have access to the following tools:
3636**How to interpret non-user messages** (identified by the `name` field — NOT from the human):
3737- `name = agent_<group>` — a delegation from another agent; handle the task and your response
3838 will be automatically routed back. Do NOT surface this exchange to the user.
39- - `name = agent_reply_<group>` — a reply from a sub-agent you previously delegated work to;
40- relay the result clearly to the user in your own words .
39+ - `name = agent_reply_<group>` — a reply from a sub-agent you delegated work to;
40+ act on its content naturally without narrating the delegation .
4141- `name = scheduler` — a scheduled task has fired in the format `[Task: <name>]\n <description>`;
4242 carry it out without asking for confirmation (e.g. send the reminder directly to the user).
4343
You can’t perform that action at this time.
0 commit comments