agent-zero/extensions/python/system_prompt/AGENTS.md
frdel afdc3aeb44
Some checks are pending
Build And Publish Docker Images / plan (push) Waiting to run
Build And Publish Docker Images / build (push) Blocked by required conditions
Add protocol prompt area before history
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.
2026-06-18 21:42:06 +02:00

810 B

System Prompt Extensions DOX

Purpose

  • Own construction of core system prompt sections.

Ownership

  • Ordered Python files own main, tools, MCP, secrets, skills, and project prompt sections.
  • Active project instruction bodies are moved into prompt protocol; the system prompt keeps project metadata and stable project rules.

Local Contracts

  • Preserve ordering where sections depend on earlier context.
  • Keep secret-related prompt sections masked and scoped.
  • Prompt additions must be bounded and compatible with tool-call contracts.

Work Guidance

  • Coordinate broad system prompt changes with profiles, skills, tools, plugins, and prompt tests.

Verification

  • Inspect rendered system prompts or run prompt-construction tests after changes.

Child DOX Index

No child DOX files.