query_events
Retrieve events from the append-only ledger by applying exact filters. Combine criteria such as actor, type, or tag to find specific agent actions, returned newest first.
Instructions
Query the append-only ledger with exact filters (no semantic search). AND-combined; newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | ||
| type | No | ||
| sequence | No | ||
| ref | No | ||
| tag | No | ||
| since | No | ||
| until | No | ||
| last_n | No | ||
| limit | No |