agtrace-providers 0.8.0

Internal provider adapters for the agtrace CLI. Not intended for direct use.
Documentation
pub mod discovery;
pub mod io;
pub mod mapper;
pub mod models;
pub mod parser;
pub mod schema;
pub mod tool_mapping;
pub mod tools;

pub(crate) mod execute_intent;

pub use self::discovery::CodexDiscovery;
pub use self::io::{
    extract_codex_header, extract_cwd_from_codex_file, extract_spawn_events,
    is_empty_codex_session, normalize_codex_file,
};
pub use self::mapper::CodexToolMapper;
pub use self::parser::CodexParser;
pub use self::tool_mapping::{mcp_server_name, mcp_tool_name, parse_mcp_name};