gc_beat
Ingest conversational turns into buffers, check accumulation status, flush buffered data for durability, and generate reports on beat activity to manage turn collection and buffering.
Instructions
Beat accumulation: ingest turns, check status, flush buffers, report durability. Actions: ingest, status, flush, report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (for ingest) | |
| bank | No | Bank filter (for report) | |
| role | No | Turn role (for ingest) | |
| text | No | Turn text (for ingest) | |
| agent | No | Agent name (for ingest) | |
| action | Yes | Action to perform | |
| hostname | No | Hostname (for ingest) | |
| files_read | No | Files read (for ingest) | |
| session_id | No | Session ID | |
| tool_calls | No | Tool calls in this turn (for ingest) | |
| files_modified | No | Files modified (for ingest) |