llmos
Rust boilerplate for an agent (trait + types) and a llmos CLI binary, ready to publish on crates.io.
Run locally
Read from stdin:
|
Library
Use the Agent trait and EchoAgent from the llmos crate, or swap in your own Agent implementation.
Publish to crates.io
- Create an account on crates.io and an API token.
- Run
cargo loginand paste the token. - Ensure the package name
llmosis available (or changenameinCargo.toml). cargo publish --dry-runthencargo publish.
After the first publish, docs appear on docs.rs automatically.
License
MIT. See LICENSE.