Docs.rs
cli-agents-0.2.1
cli-agents 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
skoppisetty
Dependencies
clap ^4
normal
optional
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
toml ^0.8
normal
tracing ^0.1
normal
tokio ^1
dev
libc ^0.2
normal
Versions
29.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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 runner
cli_
agents
0.2.1
Module runner
Module Items
Structs
Functions
In crate cli_
agents
cli_agents
Module
runner
Copy item path
Source
Structs
§
RunHandle
Handle returned by
run()
— allows awaiting the result or aborting.
Functions
§
run
Launch an agent run. Returns a
RunHandle
with the result future and abort handle.