fix: add context isolation in CompositeAgent using deepcopy #37

Closed
aditya wants to merge 1 commits from fix/component-isolation-security-fix into tests/unit-tests
Member

Summary

Fix context isolation by using deepcopy to prevent shared mutable state between components.

Relates to

Relates to #7
Relates to #28

## Summary Fix context isolation by using deepcopy to prevent shared mutable state between components. ## Relates to Relates to #7 Relates to #28
aditya added 1 commit 2025-11-20 12:44:35 +00:00
Owner

Closing as superseded. This security fix PR targets the tests/unit-tests branch which is no longer active. Context isolation in CompositeAgent has been addressed in the v3 architecture where actor configuration uses frozen Pydantic models and thread-safe registries.

Closing as superseded. This security fix PR targets the `tests/unit-tests` branch which is no longer active. Context isolation in CompositeAgent has been addressed in the v3 architecture where actor configuration uses frozen Pydantic models and thread-safe registries.
freemo closed this pull request 2026-02-24 03:27:48 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#37