decompute-core 0.2.0

Transport-neutral chat, tool-call, model, and generation types for Decompute
Documentation
  • Coverage
  • 10.59%
    9 out of 85 items documented0 out of 0 items with examples
  • Size
  • Source code size: 19.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • GreedyKomodoDragon/decompute
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • GreedyKomodoDragon

decompute-core

Transport-neutral types shared by the Decompute SDK and runtimes.

This crate contains chat messages, tool definitions and calls, generation results, model manifests, hardware information, and session-cache types. It does not load models, execute inference, or perform network requests.

For local GGUF inference, use decompute-sdk.