mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Introduce a new prompt "protocol" separate from extras: add LoopData.protocol_temporary and protocol_persistent, include protocol contents before message history during prompt construction, and clear temporary protocol data each turn. Add helper _build_context_message to render protocol/extras, update response input conversion to include protocol, and move project instructions & active/loaded skills injection into protocol. Update docs, prompts, plugin metadata, the SkillsTool message, and add tests to verify protocol placement and behavior.
9 lines
202 B
YAML
9 lines
202 B
YAML
name: _skills
|
|
title: Skills
|
|
description: Pin skills into prompt protocol on every turn.
|
|
version: 1.0.0
|
|
always_enabled: true
|
|
settings_sections:
|
|
- agent
|
|
per_project_config: true
|
|
per_agent_config: false
|