agtrace 0.1.14

The official CLI for agtrace, built on top of agtrace-sdk. Visualize and analyze AI agent execution traces.
Documentation
[[bin]]
name = "agtrace"
path = "src/main.rs"

[dependencies.agtrace-sdk]
version = "0.1.14"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1.4"

[dependencies.ctrlc]
version = "3.5"

[dependencies.is-terminal]
version = "0.4"

[dependencies.notify]
version = "8.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.owo-colors]
version = "4.2"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.terminal_size]
version = "0.4"

[dependencies.toml]
version = "0.9"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1.19"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.agtrace-testing]
version = "0.1.14"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.insta]
features = ["json"]
version = "1.45"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.24"

[dev-dependencies.uuid]
features = ["serde", "v4"]
version = "1.19"

[lib]
name = "agtrace"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::debugging", "visualization"]
description = "The official CLI for agtrace, built on top of agtrace-sdk. Visualize and analyze AI agent execution traces."
edition = "2024"
homepage = "https://github.com/lanegrid/agtrace"
keywords = ["ai", "agent", "llm", "trace", "tui"]
license = "MIT OR Apache-2.0"
name = "agtrace"
readme = "README.md"
repository = "https://github.com/lanegrid/agtrace"
resolver = "2"
version = "0.1.14"

[package.metadata.dist]
npm-package = "@lanegrid/agtrace"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[[test]]
name = "debug_session_discovery"
path = "tests/debug_session_discovery.rs"

[[test]]
name = "help_snapshots"
path = "tests/help_snapshots.rs"

[[test]]
name = "init_configuration"
path = "tests/init_configuration.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "list_filtering"
path = "tests/list_filtering.rs"

[[test]]
name = "project_isolation"
path = "tests/project_isolation.rs"

[[test]]
name = "provider_filtering"
path = "tests/provider_filtering.rs"

[[test]]
name = "watch_command"
path = "tests/watch_command.rs"