mix lemon.introspection (lemon_core v0.1.0)

View Source

Query and display agent introspection events from the Lemon store.

Usage

mix lemon.introspection
mix lemon.introspection --limit 50
mix lemon.introspection --run-id <run_id>
mix lemon.introspection --session-key <session_key>
mix lemon.introspection --event-type tool_completed
mix lemon.introspection --since 1h
mix lemon.introspection --since 2026-02-23T00:00:00Z

Options

  • --run-id <id> - Filter by run ID
  • --session-key <key> - Filter by session key
  • --event-type <type> - Filter by event type (e.g. run_started, tool_completed)
  • --agent-id <id> - Filter by agent ID
  • --limit <n> - Maximum number of events to return (default: 20)
  • --since <value> - Only show events after this time. Accepts:
    • Relative: 1h, 30m, 2d (hours, minutes, days)
    • ISO 8601: 2026-02-23T00:00:00Z

Output

Events are printed as a human-readable table sorted newest-first.