use-reasoning 0.0.1

AI reasoning metadata primitives for RustUse.
Documentation
  • Coverage
  • 1.12%
    1 out of 89 items documented1 out of 18 items with examples
  • Size
  • Source code size: 8.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustUse/use-ai
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-reasoning

AI reasoning metadata primitives for RustUse.

Experimental

use-reasoning is experimental while use-ai remains below 0.3.0.

Example

use use_reasoning::{ReasoningMode, ReasoningVisibility};

assert_eq!("tool augmented".parse::<ReasoningMode>()?, ReasoningMode::ToolAugmented);
assert_eq!(ReasoningVisibility::SummaryOnly.as_str(), "summary-only");
# Ok::<(), use_reasoning::ReasoningError>(())

Scope

  • Reasoning modes, visibility, step kinds, trace status, effort, strategies, artifacts, and error labels.
  • Metadata only.

Non-goals

  • Producing chain-of-thought, calculating answers, executing programs, verifying proofs, or exposing hidden traces.

License

Licensed under either Apache-2.0 or MIT.