export_distillates
Export distillates meeting a minimum vote threshold to a JSONL file, preventing re-export of previously exported items.
Instructions
Write distillates with vote_sum >= min_vote to a jsonl bucket. Marks them exported_at so the same item isn't re-exported next call. Default output: /tmp/thread-keeper-tasks/distillates.jsonl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_vote | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |