agent-team-event-log

Inspect append-only state events with filters by run, entity, type, and version.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-event-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-event-log
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-event-log
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-event-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspect append-only state events for audit, debugging, or incremental polling.

Core Features & Use Cases

  • Filter by run, entity-type, entity, event type, and version to isolate relevant events.
  • View ordered event histories for audits, debugging sessions, and reproducing issues.
  • Use case: diagnose why a run progressed to a given state by examining associated task and message events.

Quick Start

Query the event log to retrieve the most recent events for a specific run (example: agent-team event log --run run_docs).

Frequently Asked Questions about agent-team-event-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect append-only event histories for debugging a specific run?

Inspect append-only event histories by applying filters like run, entity-type, and event type to isolate relevant events for debugging. This retrieves ordered state events from the agent-team event store via CLI, allowing you to diagnose exactly why a run progressed to a specific state.

Can I filter the event log by entity type and after-version for incremental polling?

Yes, you can filter the event log by run, entity-type, entity, event type, and after-version for incremental polling. This allows you to retrieve ordered data slices from the event history, ensuring you only process new or updated state events during downstream analysis.

What is the best way to audit state events across multiple agent-team runs?

Auditing state events across runs is done by querying the append-only event store via CLI with specific filters. You can isolate and view ordered event histories by run and entity, providing an accurate chronological record for compliance audits and issue reproduction.

Why does an agent-team run progress to a specific state and how do I reproduce it?

An agent-team run progresses to a specific state based on associated task and message events. You can reproduce and diagnose the issue by examining the ordered event history with filters, isolating the exact state version and event type that triggered the transition.

Does the event log inspection tool require any external dependencies?

No, the event log inspection tool does not require external dependencies. It operates directly against the agent-team event store via the CLI, allowing you to apply filters and output ordered data immediately for downstream analysis and auditing.

When should I use event version filtering instead of run filtering?

Use event version filtering with after-version for incremental polling to retrieve only recent state changes. Use run filtering when you need to view the complete ordered event history for a specific execution to diagnose overall progression or audit the full lifecycle.