Preview v0.3.1
Crucible Trace
Structured causal reasoning chain logging for LLMs. Captures decision-making processes with cryptographic verification for transparency and debugging.
Stats & Info
- Latest release: v0.3.1
- Recent downloads: 166
- All-time downloads: 211
- Maintainers: nshkrdotcom
Installation
Add crucible_trace to your list of dependencies in mix.exs:
def deps do
[
{:crucible_trace, "~> 0.3.1"}
]
endThen run:
mix deps.get