add_discovery
Share discoveries like function findings, dependencies, or optimizations with other workers in a shared memory system to coordinate tasks and reduce redundant work.
Instructions
Add a discovery that other workers can benefit from
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| worker_id | Yes | Worker making the discovery | |
| discovery_type | Yes | Type of discovery | |
| data | Yes | Discovery data | |
| affects_workers | No | Worker IDs that should be notified (optional) |