fix: add context isolation in CompositeAgent using deepcopy #37

Closed
aditya wants to merge 1 commit 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
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 milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!37
No description provided.