agtrace-sdk 0.7.1

Public SDK for building observability tools on top of agtrace
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Integration tests for agtrace-sdk
//!
//! These tests verify SDK functionality without going through the CLI layer.
//! They use the SDK's public API directly for faster, type-safe testing.

mod scenarios {
    mod filtering;
    mod isolation;
    mod spawn_context;
    mod watch;
}