agent-zero/extensions/python/system_prompt
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
..
.gitkeep BIG PYTHON REFACTOR 2026-03-05 17:28:11 +01:00
_10_main_prompt.py refactor: use @extensible decorator on build_prompt functions 2026-03-20 12:48:26 +08:00
_11_tools_prompt.py refactor: use @extensible decorator on build_prompt functions 2026-03-20 12:48:26 +08:00
_12_mcp_prompt.py Revamp MCP server configuration 2026-06-09 17:29:25 +02:00
_13_secrets_prompt.py refactor: use @extensible decorator on build_prompt functions 2026-03-20 12:48:26 +08:00
_13_skills_prompt.py Normalize tool contracts and slim prompt surface 2026-05-09 21:54:43 +02:00
_14_project_prompt.py Add protocol prompt area before history 2026-06-18 21:42:06 +02:00
AGENTS.md Add protocol prompt area before history 2026-06-18 21:42:06 +02:00