mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Remove memory-plugin assumptions from root and non-plugin DOX contracts so disabled plugins are not implied as available runtime behavior. Keep the memory plugin documented only in its owning plugin subtree and mark it optional from the parent plugin index.
629 B
629 B
History Add Before Extensions DOX
Purpose
- Own preprocessing before messages are added to agent history.
Ownership
- Ordered Python files own history content masking before persistence or model reuse.
Local Contracts
- Preserve secret and sensitive-content masking before history storage.
- Do not remove fields required by downstream history organization or replay.
Work Guidance
- Coordinate history mutation changes with message persistence and plugin-owned history consumers.
Verification
- Test message history insertion for masked content after changes.
Child DOX Index
No child DOX files.