Docs.rs
tiny-loop-0.2.0
tiny-loop 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
DiscreteTom
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
futures ^0.3
normal
html2md ^0.2
normal
reqwest ^0.13
normal
schemars ^1
normal
serde ^1
normal
serde_json ^1
normal
tiny-loop-macros ^0.2.0
normal
tokio ^1
normal
tracing ^0.1
normal
rmcp ^0.14
dev
tokio ^1
dev
Versions
86.67%
of the crate is documented
Go to latest version
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
Files
tiny_loop/
lib.rs
1
mod
agent;
2
3
pub mod
history;
4
pub mod
llm;
5
pub mod
tool;
6
pub mod
types;
7
pub use
agent::
*
;