agent-file-tools 0.56.0

Agent File Tools — tree-sitter powered code analysis for AI agents
Documentation
1
2
3
4
5
6
7
8
pub mod index;
pub mod probe_login_shell_path;
// Compiled everywhere: the memory census view has no OS dependency, and the
// CPU sampler (`sample`/`atos` on macOS, `perf`/`addr2line` on Linux) refuses
// by name at runtime where it is unsupported.
pub mod profile;
pub mod sandbox_launch;
pub mod warmup;