hyphae-pliegors
Optional public-contract adapter between PliegoRS applications and the
Hyphae /v1 API.
[]
= "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.