mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-22 06:45:03 +00:00
Expose sparse Easy-mode profile creation through the Agent Editor and Connector API capability, while preserving existing profile selection behavior. Reuse /profile in the WebUI for management and fast creation, then open a fresh chat with the new profile in the selected project scope. Add focused backend, command, and WebUI regressions for the shared flow.
5 lines
178 B
YAML
5 lines
178 B
YAML
name: profile
|
|
description: Manage, select, or quickly create an agent profile.
|
|
argument_hint: '[profile | "name" "instructions"]'
|
|
type: script
|
|
script_path: connector_commands.py
|