mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Adds the always-enabled _goal plugin with per-chat goal storage, WebUI goal strip, /goal slash command, and agent-facing goal tools. Includes command-picker integration, focused plugin tests, and the generated 256x256 thumbnail asset.
5 lines
203 B
YAML
5 lines
203 B
YAML
name: goal
|
|
description: Create, inspect, pause, resume, edit, or delete this chat goal.
|
|
argument_hint: "[objective|status|pause|resume|edit <goal>|delete|auto]"
|
|
type: script
|
|
script_path: goal_command.py
|