agent-zero/extensions/python/tool_execute_before/AGENTS.md
Alessandro b704a0e3f5
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 inspectable parallel tool calls
- add a parallel wrapper and runtime for concurrent background tool calls
- run parallel call_subordinate jobs as child chats with visible subagent steps that match normal subordinate args
- render parallel child tool steps with normal tool-call args while keeping job handles in wrapper results and prompt extras
- group parallel child chats in the sidebar with persistent accordion and caret behavior
- add prompt, extension, DOX, and regression coverage
2026-06-12 15:23:14 +02:00

27 lines
745 B
Markdown

# Tool Execute Before Extensions DOX
## Purpose
- Own backend processing immediately before tool execution.
## Ownership
- Ordered Python files own prior tool-output replacement, parallel recursion guards, and secret unmasking before execution.
## Local Contracts
- Unmask only values required by the target tool.
- Preserve safety checks and do not expose secrets to logs or unrelated tools.
- Keep ordering stable where replacement must occur before unmasking or execution.
## Work Guidance
- Coordinate with secret handling, tool argument preparation, and plugin tool gates.
## Verification
- Smoke-test tool execution with masked secret arguments and prior-output references after changes.
## Child DOX Index
No child DOX files.