agentwatch-core 0.1.2

Core detection library for AgentWatch - identifies AI coding agents
Documentation
[package]
name = "agentwatch-core"
version = "0.1.2"
edition = "2021"
authors = ["Calcura Software LLC <hello@agentwatch.tools>"]
description = "Core detection library for AgentWatch - identifies AI coding agents"
license = "MIT"
repository = "https://github.com/ArtificialDiamond/agentwatch"
keywords = ["ai", "agents", "detection", "claude", "cursor"]
categories = ["development-tools"]

[dependencies]
sysinfo = "0.38"
serde = { version = "1", features = ["derive"] }
regex = "1"
lazy_static = "1"
thiserror = "2"

[dev-dependencies]
pretty_assertions = "1"