Expand description
Shared result store for sub-agent result sharing
This module provides a mechanism for sub-agents to share intermediate results during execution, allowing dependent sub-agents to access results without waiting for the entire swarm to finish.
Structs§
- Result
Notification - Notification sent when a result is published
- Result
Schema - Schema information for a shared result
- Result
Store - Shared result store for sub-agent communication
- Shared
Result - A typed result entry in the shared store
- SubTask
Store Handle - Handle for a sub-agent to interact with the shared result store
Enums§
- Subscription
Pattern - Subscription pattern for result notifications
Traits§
- Result
Store Context - Extension trait for SubTaskContext to integrate with ResultStore