agentwatch-core 0.1.2

Core detection library for AgentWatch - identifies AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
// ── Vendor-specific detector modules ─────────────────────────────────────────
// Each module exports fingerprints for one agent ecosystem.
// Phase 6 of the pair-review plan: stop growing one giant fingerprint table.

pub mod anthropic;
pub mod openai;
pub mod google;
pub mod microsoft;
pub mod cursor;
pub mod codeium;
pub mod others;