declare_outputs
Registers output keys that a worker will generate within a shared memory session, enabling coordinated task execution and dependency management across AI agents.
Instructions
Declare what outputs this worker will produce
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| worker_id | Yes | Worker ID | |
| output_keys | Yes | Keys of outputs this worker will produce |