hyphae-pliegors 0.1.0

Optional public-contract adapter between PliegoRS and Hyphae.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented0 out of 7 items with examples
  • Size
  • Source code size: 43.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 862.52 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • celiumsai/hyphae
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • terrizoaguimor

hyphae-pliegors

crates.io docs.rs

Optional public-contract adapter between PliegoRS applications and the Hyphae /v1 API.

[dependencies]
hyphae-pliegors = "0.1.0"

The crate depends on hyphae-client, not PliegoRS internals or Hyphae storage. Omit it and the host application continues to build and run without Hyphae.

When neither HYPHAE_BASE_URL nor HYPHAE_BEARER_TOKEN exists, PliegoHyphaeConfig::from_env() returns Ok(None). A PliegoRS application can therefore keep Hyphae completely absent. When enabled, the application owns the decision to place the cloneable PliegoHyphae value into its public state mechanism.

This crate intentionally does not prescribe or copy a PliegoRS internal state API. It imports no private PliegoRS API and never opens a Hyphae data directory.

Apache-2.0. Source and integration boundary: celiumsai/hyphae.