smithers-events
SolidQuery run event history with filters, grouping, and NDJSON output. Run `smithers events --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers events
Query run event history with filters, grouping, and NDJSON output.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `runId` | `string` | yes | Run ID to query |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--node` | `string` | | Filter events by node ID |
| `--type` | `string` | | Filter by event category (agent, approval, frame, memory, node, openapi, output, revert, run, sandbox, scorer, snapshot, supervisor, timer, token, tool-call, workflow) |
| `--since` | `string` | | Filter to a recent duration window (e.g. 5m, 2h; a bare number is milliseconds, and `logs --since` is an event sequence number instead) |
| `--limit` | `number` | | Maximum events to display (default 1000, max 100000) |
| `--json` | `boolean` | `false` | Output NDJSON for piping |
| `--groupBy` | `string` | | Group output by "node" or "attempt" |
| `--watch` | `boolean` | `false` | Watch mode: append new events as they arrive |
| `--interval` | `number` | `2` | Watch poll interval in seconds |
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-node
Show enriched node details for debugging retries, tool calls, and output. Run `smithers node --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-logs
Tail the event log of a specific run. Run `smithers logs --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-inspect
Output detailed run state, including steps, agents, approvals, and outputs. Run `smithers inspect --help` for usage details.
338 Updated today
smithersai