Autonomous Agent
Configure PlexClaw behaviour, thresholds, and per-agent knowledge bases.
PlexClaw uses these thresholds to decide when to act alone vs when to ask the team. Think of it as a confidence dial: turn it up and PlexClaw handles more on its own, turn it down and it asks for help more often.
Observer Mode
PlexClaw only reports. Never takes action or auto-resolves. Best for initial setup.
Supervised Mode
PlexClaw suggests actions and handles routine issues. Asks humans for new situations.
Autonomous Mode
PlexClaw handles most issues alone. Only escalates critical or high-cost decisions.
Control when PlexClaw escalates to the human team vs acting alone. Lower thresholds = more human involvement.
threshold.severity_auto_resolveMax severity Claw can handle alone. "ok" = always ask, "warning" = auto-resolve ok+warning, "critical" = never ask (dangerous)
threshold.confidence_minMinimum LLM confidence (0.0-1.0) before asking a human. Below this, Claw creates a request.
threshold.pattern_recurrenceNumber of times a pattern must recur across runs before Claw promotes it to an insight automatically.
threshold.ask_on_first_encounterWhen Claw encounters a completely new type of issue with no relevant memories, should it always ask a human?
threshold.cost_action_limit_usdMaximum cost (USD) of an action Claw can take without human approval (e.g., restarting a service, triggering a crawl).
threshold.user_impact_escalationIf an issue affects more than N users, always escalate to human regardless of severity.
threshold.request_cooldown_hoursMinimum hours between similar human requests to avoid spamming the team.
Configure how PlexClaw learns, stores memories, and takes actions.
behaviour.learning_modeLearning mode: "active" = learn from every interaction, "passive" = only learn from explicit feedback, "off" = no new memories.
behaviour.autonomy_levelAutonomy level: "observer" = report only, "supervised" = can suggest actions, "autonomous" = can take low-risk actions.
behaviour.memory_decay_rateDaily decay rate for observation importance (0.0-1.0). Higher = memories fade faster.
behaviour.max_observations_per_runMaximum observations Claw saves per run to avoid memory bloat.
behaviour.max_requests_per_runMaximum human requests Claw creates per run.
Control how and when PlexClaw notifies the team.
notifications.slack_enabledSend Slack notifications
notifications.slack_critical_onlyOnly send Slack notifications for critical/high urgency requests.
notifications.digest_hourHour (0-23) to send the daily digest notification.
How PlexClaw decides whether to act alone or ask for help.