Expand description
Swarm result caching for avoiding duplicate task execution
Uses content-based hashing to identify identical tasks and cache their results to disk for reuse across executions.
Structsยง
- Cache
Config - Configuration for the swarm cache
- Cache
Entry - Cache entry storing a subtask result with metadata
- Cache
Stats - Cache statistics for monitoring
- Swarm
Cache - Swarm result cache using content-based hashing