Kova/process-roles/agent-process.json
2026-05-01 12:52:48 +01:00

12 lines
354 B
JSON

{
"id": "agent-process",
"title": "Agent Process",
"description": "Longer-running agent execution work spawned by OpenClaw while processing a turn.",
"commandPatterns": ["(^|\\s)agent(\\s|$)"],
"processPatterns": [
"(^|\\s|/)openclaw-agent(\\s|$)",
"(^|\\s|/)openclaw\\s+.*\\bsession\\b",
"(^|\\s|/)openclaw\\s+.*\\bagent\\b"
]
}