Add long-task governor wrapper MVP skeleton
This commit is contained in:
17
docs/_artifacts/long_task_governor_wrapper_example.json
Normal file
17
docs/_artifacts/long_task_governor_wrapper_example.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"requestText": "Research OpenClawGovernor and report back later.",
|
||||
"hasFilesOrSystems": true,
|
||||
"needsWaiting": true,
|
||||
"needsSubagent": false,
|
||||
"needsOwnerDecision": false,
|
||||
"canReplyNow": false,
|
||||
"taskName": "Research OpenClawGovernor concepts",
|
||||
"currentStep": "Reading source material",
|
||||
"nextStep": "Extract reusable governance ideas",
|
||||
"nextReportCondition": "After the first source review is complete",
|
||||
"waitingOn": "none",
|
||||
"blocker": "none",
|
||||
"checkpointTrigger": "after initial source review completes",
|
||||
"externalizedTrigger": "cron reminder",
|
||||
"triggerKind": "cron"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"requestText": "Investigate the Telegram closure issue and report back later.",
|
||||
"hasFilesOrSystems": true,
|
||||
"needsWaiting": true,
|
||||
"needsSubagent": false,
|
||||
"needsOwnerDecision": true,
|
||||
"canReplyNow": false,
|
||||
"taskName": "Investigate Telegram closure issue",
|
||||
"currentStep": "Reviewing recent failures",
|
||||
"nextStep": "Narrow the root cause",
|
||||
"nextReportCondition": "After next meaningful milestone",
|
||||
"waitingOn": "none",
|
||||
"blocker": "none",
|
||||
"checkpointTrigger": "",
|
||||
"externalizedTrigger": "",
|
||||
"triggerKind": ""
|
||||
}
|
||||
Reference in New Issue
Block a user