Docs.rs
agent-tools-interface-0.7.11
agent-tools-interface 0.7.11
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
miguelrios
Dependencies
aes-gcm ^0.10
normal
axum ^0.8
normal
base64 ^0.22
normal
bytes ^1
normal
chrono ^0.4
normal
clap ^4
normal
comfy-table ^7
normal
futures ^0.3
normal
glob ^0.3
normal
hex ^0.4
normal
hmac ^0.12
normal
jsonpath-rust ^0.7
normal
jsonwebtoken ^9
normal
libc ^0.2
normal
openapiv3 ^2
normal
rand ^0.8
normal
reqwest ^0.12
normal
ring ^0.17
normal
sentry ^0.47
normal
optional
sentry-tracing ^0.47
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
sha2 ^0.10
normal
strsim ^0.11.1
normal
thiserror ^2
normal
tokio ^1
normal
toml ^0.8
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
zeroize ^1
normal
assert_cmd ^2
dev
http-body-util ^0.1
dev
predicates ^3
dev
reqwest ^0.12
dev
tempfile ^3
dev
tower ^0.5
dev
wiremock ^0.6
dev
Versions
45.88%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module cli_executor
ati
0.7.11
Module cli_
executor
Module Items
Structs
Enums
Constants
Functions
In ati::
core
ati
::
core
Module
cli_
executor
Copy item path
Source
Structs
§
Captured
Output
One captured output: agent-supplied path + the proxy-side temp path the subprocess actually wrote to.
Credential
File
Enums
§
CliError
Constants
§
DEFAULT_
CLI_
MAX_
OUTPUT_
BYTES
Default per-file cap on captured CLI output size (500 MB).
Functions
§
apply_
output_
captures
Apply a provider’s output-capture rules to a flat arg list, producing a rewritten arg list (with temp paths in place of caller paths) plus a list of captures the proxy must read back after the subprocess exits.
execute
Execute a CLI provider tool as a subprocess.
execute_
with_
gen
Execute a CLI provider tool, optionally using a dynamic auth generator.
materialize_
credential_
file
Materialize a keyring secret as a file on disk with 0600 permissions.
resolve_
cli_
env
Resolve a provider’s
cli_env
map against the keyring.