Expand description
Event classifier: takes a chat chunk + recent task context, returns suggested event_type + task_id + confidence.
Modules§
- agent_
sdk - Claude CLI (“agent SDK”) classifier backend.
- heuristic
- Heuristic classifier — pattern-matching on common phrasing cues.
- http
- Anthropic API HTTP client implementing Classifier.
- hybrid
- Hybrid classifier — heuristic-first, LLM fallback chain.
- mock
- Mock classifier: returns a pre-set output regardless of input.
- prompt
- Prompt builder for the classifier.
- telemetry
- Append-only classifier telemetry: one JSONL line per classification call.