<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Docs.rs</title>
    <subtitle>Recent Rust crates</subtitle>

    <link href="https://docs.rs/releases/feed" rel="self" />
    <link href="https://docs.rs/" />
    <link href="https://pubsubhubbub.appspot.com" rel="hub" />
    <link href="https://pubsubhubbub.superfeedr.com" rel="hub" />

    <id>urn:docs-rs:0.0.0 (b67fb7d1993e3c70fff4d05e2bc482bd9d0d774f 2026-08-13 )</id>
    <updated>2026-08-14T23:59:15.828376+00:00</updated>

        <entry>
            <title>tower-proxy-0.9.1</title>

            <link href="/tower-proxy/0.9.1/tower_proxy/" />
            <id>urn:docs-rs:tower-proxy:0.9.1</id>
            <updated>
            2026-08-14T23:59:15.828376+00:00</updated>

            <summary>Tower service for reverse proxy</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-terminal-0.10.96</title>

            <link href="/harn-terminal/0.10.96/harn_terminal/" />
            <id>urn:docs-rs:harn-terminal:0.10.96</id>
            <updated>
            2026-08-14T23:58:35.282720+00:00</updated>

            <summary>Typed pseudo-terminal sessions and VT screen capture for Harn hosts</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-fmt-0.10.96</title>

            <link href="/harn-fmt/0.10.96/harn_fmt/" />
            <id>urn:docs-rs:harn-fmt:0.10.96</id>
            <updated>
            2026-08-14T23:58:18.757782+00:00</updated>

            <summary>Code formatter for the Harn programming language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-session-store-0.10.96</title>

            <link href="/harn-session-store/0.10.96/harn_session_store/" />
            <id>urn:docs-rs:harn-session-store:0.10.96</id>
            <updated>
            2026-08-14T23:58:02.724358+00:00</updated>

            <summary>Durable Harn session event store primitives</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-sqlite-0.10.96</title>

            <link href="/harn-sqlite/0.10.96/harn_sqlite/" />
            <id>urn:docs-rs:harn-sqlite:0.10.96</id>
            <updated>
            2026-08-14T23:57:59.004407+00:00</updated>

            <summary>Cross-process SQLite initialization primitives for Harn runtimes</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-kernel-0.10.96</title>

            <link href="/harn-kernel/0.10.96/harn_kernel/" />
            <id>urn:docs-rs:harn-kernel:0.10.96</id>
            <updated>
            2026-08-14T23:57:55.996680+00:00</updated>

            <summary>Portable compiler, program artifact, and deterministic execution kernel for Harn</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-ir-0.10.96</title>

            <link href="/harn-ir/0.10.96/harn_ir/" />
            <id>urn:docs-rs:harn-ir:0.10.96</id>
            <updated>
            2026-08-14T23:57:50.433794+00:00</updated>

            <summary>CFG and invariant analysis for the Harn programming language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-opcode-macros-0.10.96</title>

            <link href="/harn-opcode-macros/0.10.96/harn_opcode_macros/" />
            <id>urn:docs-rs:harn-opcode-macros:0.10.96</id>
            <updated>
            2026-08-14T23:57:48.370458+00:00</updated>

            <summary>define_opcodes! proc-macro: emits the VM Op enum, sync/async dispatch, disassembly, and classification helpers from a single declarative table.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-glob-0.10.96</title>

            <link href="/harn-glob/0.10.96/harn_glob/" />
            <id>urn:docs-rs:harn-glob:0.10.96</id>
            <updated>
            2026-08-14T23:57:43.845991+00:00</updated>

            <summary>Glob pattern matching primitives for the Harn programming language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-modules-0.10.96</title>

            <link href="/harn-modules/0.10.96/harn_modules/" />
            <id>urn:docs-rs:harn-modules:0.10.96</id>
            <updated>
            2026-08-14T23:57:42.739639+00:00</updated>

            <summary>Cross-file module graph and import resolution utilities for Harn</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-secret-catalog-0.10.96</title>

            <link href="/harn-secret-catalog/0.10.96/harn_secret_catalog/" />
            <id>urn:docs-rs:harn-secret-catalog:0.10.96</id>
            <updated>
            2026-08-14T23:57:42.109413+00:00</updated>

            <summary>Canonical high-confidence secret pattern catalog shared by the Harn runtime redaction/scan paths and downstream host consumers.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-clock-0.10.96</title>

            <link href="/harn-clock/0.10.96/harn_clock/" />
            <id>urn:docs-rs:harn-clock:0.10.96</id>
            <updated>
            2026-08-14T23:57:39.005672+00:00</updated>

            <summary>Unified time + sleep abstraction for the Harn runtime, CLI, triggers, cron, and harn-cloud.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-parser-0.10.96</title>

            <link href="/harn-parser/0.10.96/harn_parser/" />
            <id>urn:docs-rs:harn-parser:0.10.96</id>
            <updated>
            2026-08-14T23:57:37.747452+00:00</updated>

            <summary>Parser, AST, and type checker for the Harn programming language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-lexer-0.10.96</title>

            <link href="/harn-lexer/0.10.96/harn_lexer/" />
            <id>urn:docs-rs:harn-lexer:0.10.96</id>
            <updated>
            2026-08-14T23:57:35.521622+00:00</updated>

            <summary>Tokenizer with span tracking for the Harn programming language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-stdlib-0.10.96</title>

            <link href="/harn-stdlib/0.10.96/harn_stdlib/" />
            <id>urn:docs-rs:harn-stdlib:0.10.96</id>
            <updated>
            2026-08-14T23:57:29.560717+00:00</updated>

            <summary>Embedded Harn standard library source catalog</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-capability-contracts-0.10.96</title>

            <link href="/harn-capability-contracts/0.10.96/harn_capability_contracts/" />
            <id>urn:docs-rs:harn-capability-contracts:0.10.96</id>
            <updated>
            2026-08-14T23:57:28.787877+00:00</updated>

            <summary>Canonical typed Harness capability method contracts</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-flock-0.10.96</title>

            <link href="/harn-flock/0.10.96/harn_flock/" />
            <id>urn:docs-rs:harn-flock:0.10.96</id>
            <updated>
            2026-08-14T23:57:25.815287+00:00</updated>

            <summary>Advisory file locks with deadlines for the Harn programming language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-builtin-macros-0.10.96</title>

            <link href="/harn-builtin-macros/0.10.96/harn_builtin_macros/" />
            <id>urn:docs-rs:harn-builtin-macros:0.10.96</id>
            <updated>
            2026-08-14T23:57:25.413085+00:00</updated>

            <summary>#[harn_builtin] proc-macro: emits a runtime registration entry plus a parser BuiltinSignature from a single annotated function.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-builtin-meta-0.10.96</title>

            <link href="/harn-builtin-meta/0.10.96/harn_builtin_meta/" />
            <id>urn:docs-rs:harn-builtin-meta:0.10.96</id>
            <updated>
            2026-08-14T23:57:25.021171+00:00</updated>

            <summary>Shared type definitions for Harn builtin signatures (BuiltinSignature, Param, Ty). Consumed by both harn-parser and harn-vm so signatures stay cycle-free.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-builtin-registry-0.10.96</title>

            <link href="/harn-builtin-registry/0.10.96/harn_builtin_registry/" />
            <id>urn:docs-rs:harn-builtin-registry:0.10.96</id>
            <updated>
            2026-08-14T23:57:22.952841+00:00</updated>

            <summary>Runtime-installable builtin signature registry. Decouples harn-parser (consumer) from harn-vm (producer) without a dependency cycle.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-mcp-0.2.13</title>

            <link href="/deed-mcp/0.2.13/deed_mcp/" />
            <id>urn:docs-rs:deed-mcp:0.2.13</id>
            <updated>
            2026-08-14T23:57:20.850475+00:00</updated>

            <summary>The capability-free agent boundary: module source in, compiler evidence out</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-lang-0.2.13</title>

            <link href="/crate/deed-lang/0.2.13" />
            <id>urn:docs-rs:deed-lang:0.2.13</id>
            <updated>
            2026-08-14T23:57:20.123506+00:00</updated>

            <summary>The deed command line tool</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-wasm-0.2.13</title>

            <link href="/deed-wasm/0.2.13/deed_wasm/" />
            <id>urn:docs-rs:deed-wasm:0.2.13</id>
            <updated>
            2026-08-14T23:57:20.078108+00:00</updated>

            <summary>The boundary a page calls across: linear memory in, JSON out, no binding generator</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-dap-0.2.13</title>

            <link href="/deed-dap/0.2.13/deed_dap/" />
            <id>urn:docs-rs:deed-dap:0.2.13</id>
            <updated>
            2026-08-14T23:57:19.704414+00:00</updated>

            <summary>A debug adapter for Deed</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-lsp-0.2.13</title>

            <link href="/deed-lsp/0.2.13/deed_lsp/" />
            <id>urn:docs-rs:deed-lsp:0.2.13</id>
            <updated>
            2026-08-14T23:57:16.917773+00:00</updated>

            <summary>A language server for Deed</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-fetch-0.2.13</title>

            <link href="/deed-fetch/0.2.13/deed_fetch/" />
            <id>urn:docs-rs:deed-fetch:0.2.13</id>
            <updated>
            2026-08-14T23:57:16.874276+00:00</updated>

            <summary>Fetch, verify, and cache Deed dependencies without executing them</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-tatara-0.1.114</title>

            <link href="/caixa-tatara/0.1.114/caixa_tatara/" />
            <id>urn:docs-rs:caixa-tatara:0.1.114</id>
            <updated>
            2026-08-14T23:57:15.772808+00:00</updated>

            <summary>caixa-tatara — typed renderer that emits a tatara Process CR with Intent::Aplicacao + Lifetime::Ephemeral from an :kind Aplicacao caixa. Bridges caixa-helm&#38;apos;s chart output to tatara-reconciler&#38;apos;s ephemeral envelope.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-driver-0.2.13</title>

            <link href="/deed-driver/0.2.13/deed_driver/" />
            <id>urn:docs-rs:deed-driver:0.2.13</id>
            <updated>
            2026-08-14T23:57:13.997513+00:00</updated>

            <summary>Runs every Deed compiler pass over a file</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-fmt-0.2.13</title>

            <link href="/deed-fmt/0.2.13/deed_fmt/" />
            <id>urn:docs-rs:deed-fmt:0.2.13</id>
            <updated>
            2026-08-14T23:57:12.853339+00:00</updated>

            <summary>The one canonical form of a Deed source file</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-interp-0.2.13</title>

            <link href="/deed-interp/0.2.13/deed_interp/" />
            <id>urn:docs-rs:deed-interp:0.2.13</id>
            <updated>
            2026-08-14T23:57:12.506378+00:00</updated>

            <summary>Runs Deed programs</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-explain-0.2.13</title>

            <link href="/deed-explain/0.2.13/deed_explain/" />
            <id>urn:docs-rs:deed-explain:0.2.13</id>
            <updated>
            2026-08-14T23:57:10.046233+00:00</updated>

            <summary>Generated pages for every diagnostic code deed can produce</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-codegen-0.2.13</title>

            <link href="/deed-codegen/0.2.13/deed_codegen/" />
            <id>urn:docs-rs:deed-codegen:0.2.13</id>
            <updated>
            2026-08-14T23:57:08.563248+00:00</updated>

            <summary>Compiles deed-mir to WebAssembly, and runs the result</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-mir-0.2.13</title>

            <link href="/deed-mir/0.2.13/deed_mir/" />
            <id>urn:docs-rs:deed-mir:0.2.13</id>
            <updated>
            2026-08-14T23:57:07.537398+00:00</updated>

            <summary>A monomorphized mid-level IR lowered from the checked Deed tree, for the native backend</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-effects-0.2.13</title>

            <link href="/deed-effects/0.2.13/deed_effects/" />
            <id>urn:docs-rs:deed-effects:0.2.13</id>
            <updated>
            2026-08-14T23:57:07.274670+00:00</updated>

            <summary>Checks what a Deed function is allowed to touch</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-typeck-0.2.13</title>

            <link href="/deed-typeck/0.2.13/deed_typeck/" />
            <id>urn:docs-rs:deed-typeck:0.2.13</id>
            <updated>
            2026-08-14T23:57:04.127197+00:00</updated>

            <summary>Gives every Deed expression a type</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-rt-0.2.13</title>

            <link href="/deed-rt/0.2.13/deed_rt/" />
            <id>urn:docs-rs:deed-rt:0.2.13</id>
            <updated>
            2026-08-14T23:57:04.027106+00:00</updated>

            <summary>Runtime support code that native-compiled Deed programs call into</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-resolve-0.2.13</title>

            <link href="/deed-resolve/0.2.13/deed_resolve/" />
            <id>urn:docs-rs:deed-resolve:0.2.13</id>
            <updated>
            2026-08-14T23:57:01.180637+00:00</updated>

            <summary>Binds every name in a Deed module to a declaration</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-arch-0.1.114</title>

            <link href="/caixa-arch/0.1.114/caixa_arch/" />
            <id>urn:docs-rs:caixa-arch:0.1.114</id>
            <updated>
            2026-08-14T23:57:00.713436+00:00</updated>

            <summary>Reasoning layer for caixa — walks TeiaManifest through iac-forge&#38;apos;s policy engine to prove invariants BEFORE any cloud API call.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-parser-0.2.13</title>

            <link href="/deed-parser/0.2.13/deed_parser/" />
            <id>urn:docs-rs:deed-parser:0.2.13</id>
            <updated>
            2026-08-14T23:57:00.422036+00:00</updated>

            <summary>Builds a Deed syntax tree from tokens</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-lexer-0.2.13</title>

            <link href="/deed-lexer/0.2.13/deed_lexer/" />
            <id>urn:docs-rs:deed-lexer:0.2.13</id>
            <updated>
            2026-08-14T23:56:58.173999+00:00</updated>

            <summary>Turns Deed source text into tokens</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-ast-0.2.13</title>

            <link href="/deed-ast/0.2.13/deed_ast/" />
            <id>urn:docs-rs:deed-ast:0.2.13</id>
            <updated>
            2026-08-14T23:56:57.216897+00:00</updated>

            <summary>Syntax tree for the Deed language</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-feira-0.1.114</title>

            <link href="/crate/caixa-feira/0.1.114" />
            <id>urn:docs-rs:caixa-feira:0.1.114</id>
            <updated>
            2026-08-14T23:56:55.555036+00:00</updated>

            <summary>feira — CLI for the caixa tatara-lisp package system (init, add, lock, build, nix).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>deed-diagnostics-0.2.13</title>

            <link href="/deed-diagnostics/0.2.13/deed_diagnostics/" />
            <id>urn:docs-rs:deed-diagnostics:0.2.13</id>
            <updated>
            2026-08-14T23:56:54.113906+00:00</updated>

            <summary>Source management and structured diagnostics for the Deed compiler</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-crd-0.1.114</title>

            <link href="/caixa-crd/0.1.114/caixa_crd/" />
            <id>urn:docs-rs:caixa-crd:0.1.114</id>
            <updated>
            2026-08-14T23:56:51.049844+00:00</updated>

            <summary>Kubernetes CRD wire formats for the caixa ecosystem — Caixa, Lacre, CaixaBuild.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-actions-0.1.114</title>

            <link href="/caixa-actions/0.1.114/caixa_actions/" />
            <id>urn:docs-rs:caixa-actions:0.1.114</id>
            <updated>
            2026-08-14T23:56:49.135980+00:00</updated>

            <summary>caixa-actions — typed renderer that validates a Caixa&#38;apos;s :kind Acao :ci slot (a canteiro_types::CiRun) by decomposing it into a shigoto DAG. M0 is validate-only; full GitHub Actions workflow emission (emit_gha) is a named next step, deliberately deferred (see crate docs).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-helm-0.1.114</title>

            <link href="/caixa-helm/0.1.114/caixa_helm/" />
            <id>urn:docs-rs:caixa-helm:0.1.114</id>
            <updated>
            2026-08-14T23:56:37.933577+00:00</updated>

            <summary>caixa-helm — typed renderer that emits a per-program lareira-* Helm chart from a Caixa manifest. Mirrors the helmworks/charts/lareira-&#38;lt;name&#38;gt; shape (Chart.yaml + values.yaml depending on the pleme-computeunit library chart).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-mesh-0.1.114</title>

            <link href="/caixa-mesh/0.1.114/caixa_mesh/" />
            <id>urn:docs-rs:caixa-mesh:0.1.114</id>
            <updated>
            2026-08-14T23:56:34.501773+00:00</updated>

            <summary>caixa-mesh — typed renderer that emits cluster mesh primitives (programs.yaml fan-out, Cilium NetworkPolicies, Gateway/HTTPRoute) from an Aplicacao manifest.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-operator-0.1.114</title>

            <link href="/crate/caixa-operator/0.1.114" />
            <id>urn:docs-rs:caixa-operator:0.1.114</id>
            <updated>
            2026-08-14T23:56:34.491127+00:00</updated>

            <summary>Kubernetes operator for Caixa / Lacre / CaixaBuild CRDs — kube-rs reconciler.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-flux-0.1.114</title>

            <link href="/caixa-flux/0.1.114/caixa_flux/" />
            <id>urn:docs-rs:caixa-flux:0.1.114</id>
            <updated>
            2026-08-14T23:56:28.621763+00:00</updated>

            <summary>caixa-flux — typed renderer that emits FluxCD GitOps fragments from a Caixa manifest. Aggregator path: a single entry for the cluster&#38;apos;s programs.yaml (consumed by lareira-fleet-programs). Cluster-bundle path: GitRepository + HelmRelease + Kustomization for one-time per-cluster wiring.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-pangea-0.1.114</title>

            <link href="/caixa-pangea/0.1.114/caixa_pangea/" />
            <id>urn:docs-rs:caixa-pangea:0.1.114</id>
            <updated>
            2026-08-14T23:56:25.191975+00:00</updated>

            <summary>TeiaManifest → iac-forge IR → HCL/JSON. The Lisp sibling of Pangea&#38;apos;s `.build(synth, config)` path — typed all the way down.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-flake-0.1.114</title>

            <link href="/caixa-flake/0.1.114/caixa_flake/" />
            <id>urn:docs-rs:caixa-flake:0.1.114</id>
            <updated>
            2026-08-14T23:56:20.011810+00:00</updated>

            <summary>flake.lisp — tatara-lisp expression of a Nix flake, with transpile-to-flake.nix for full Nix ecosystem interop.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-provedor-0.1.114</title>

            <link href="/caixa-provedor/0.1.114/caixa_provedor/" />
            <id>urn:docs-rs:caixa-provedor:0.1.114</id>
            <updated>
            2026-08-14T23:56:20.003852+00:00</updated>

            <summary>iac-forge Backend that emits ferrite-typed Go OpenTofu provider source — GC-free generated providers from OpenAPI / IacResource specs.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-teia-forge-0.1.114</title>

            <link href="/caixa-teia-forge/0.1.114/caixa_teia_forge/" />
            <id>urn:docs-rs:caixa-teia-forge:0.1.114</id>
            <updated>
            2026-08-14T23:56:12.801775+00:00</updated>

            <summary>iac-forge Backend that emits tatara-lisp caixas from IacResource — the Lisp-native peer of pangea-forge.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>uarp-sdk-0.3.0</title>

            <link href="/uarp-sdk/0.3.0/uarp_sdk/" />
            <id>urn:docs-rs:uarp-sdk:0.3.0</id>
            <updated>
            2026-08-14T23:56:10.140768+00:00</updated>

            <summary>Async Rust client for the UARP (Snaga) Universal Agent Runtime Platform API</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-teia-0.1.114</title>

            <link href="/caixa-teia/0.1.114/caixa_teia/" />
            <id>urn:docs-rs:caixa-teia:0.1.114</id>
            <updated>
            2026-08-14T23:56:04.898107+00:00</updated>

            <summary>Tatara-lisp abstract synthesizer — weaves (defteia) forms into iac_forge::IacResource. The Lisp-native sibling of Ruby&#38;apos;s Pangea.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-resolver-0.1.114</title>

            <link href="/caixa-resolver/0.1.114/caixa_resolver/" />
            <id>urn:docs-rs:caixa-resolver:0.1.114</id>
            <updated>
            2026-08-14T23:56:02.761146+00:00</updated>

            <summary>Git-only dependency resolver for caixas — clone, content-hash, transitive walk. Zig-style: no central registry.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-lint-0.1.114</title>

            <link href="/caixa-lint/0.1.114/caixa_lint/" />
            <id>urn:docs-rs:caixa-lint:0.1.114</id>
            <updated>
            2026-08-14T23:55:56.345464+00:00</updated>

            <summary>Linter for tatara-lisp / caixa sources — rule engine + Ruby+Rust best-practice rulebook.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-lsp-0.1.114</title>

            <link href="/crate/caixa-lsp/0.1.114" />
            <id>urn:docs-rs:caixa-lsp:0.1.114</id>
            <updated>
            2026-08-14T23:55:49.441824+00:00</updated>

            <summary>Language Server for tatara-lisp / caixa — diagnostics via caixa-lint, formatting via caixa-fmt, hover + goto-def + document-symbol.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-fmt-0.1.114</title>

            <link href="/caixa-fmt/0.1.114/caixa_fmt/" />
            <id>urn:docs-rs:caixa-fmt:0.1.114</id>
            <updated>
            2026-08-14T23:55:44.273575+00:00</updated>

            <summary>Canonical formatter for tatara-lisp / caixa sources.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-lacre-0.1.114</title>

            <link href="/caixa-lacre/0.1.114/caixa_lacre/" />
            <id>urn:docs-rs:caixa-lacre:0.1.114</id>
            <updated>
            2026-08-14T23:55:42.968533+00:00</updated>

            <summary>Lock file (deflacre) types, BLAKE3 content + closure hashing for the caixa tatara-lisp package system.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-theme-0.1.114</title>

            <link href="/caixa-theme/0.1.114/caixa_theme/" />
            <id>urn:docs-rs:caixa-theme:0.1.114</id>
            <updated>
            2026-08-14T23:55:41.528955+00:00</updated>

            <summary>Nord palette + blackmatter style overlays for caixa diagnostics, formatter output, LSP semantic tokens, and nvim plugin colors.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-ast-0.1.114</title>

            <link href="/caixa-ast/0.1.114/caixa_ast/" />
            <id>urn:docs-rs:caixa-ast:0.1.114</id>
            <updated>
            2026-08-14T23:55:36.104120+00:00</updated>

            <summary>Span-aware Lisp AST for the caixa ecosystem — shared by caixa-fmt, caixa-lint, caixa-lsp. Compatible with tatara-lisp&#38;apos;s Sexp.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>caixa-core-0.1.114</title>

            <link href="/caixa-core/0.1.114/caixa_core/" />
            <id>urn:docs-rs:caixa-core:0.1.114</id>
            <updated>
            2026-08-14T23:55:31.516786+00:00</updated>

            <summary>Manifest types, layout invariants, and version contract for the caixa tatara-lisp package system.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-cerebras-0.10.4</title>

            <link href="/agentkit-provider-cerebras/0.10.4/agentkit_provider_cerebras/" />
            <id>urn:docs-rs:agentkit-provider-cerebras:0.10.4</id>
            <updated>
            2026-08-14T23:55:28.390460+00:00</updated>

            <summary>Cerebras Inference API provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-0.10.4</title>

            <link href="/agentkit/0.10.4/agentkit/" />
            <id>urn:docs-rs:agentkit:0.10.4</id>
            <updated>
            2026-08-14T23:55:24.143410+00:00</updated>

            <summary>Feature-gated umbrella crate for building agent applications with agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-anthropic-0.10.4</title>

            <link href="/agentkit-provider-anthropic/0.10.4/agentkit_provider_anthropic/" />
            <id>urn:docs-rs:agentkit-provider-anthropic:0.10.4</id>
            <updated>
            2026-08-14T23:55:23.679068+00:00</updated>

            <summary>Anthropic Messages API provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>how-cli-0.10.4</title>

            <link href="/crate/how-cli/0.10.4" />
            <id>urn:docs-rs:how-cli:0.10.4</id>
            <updated>
            2026-08-14T23:55:16.066963+00:00</updated>

            <summary>Ask your terminal how to do things.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-groq-0.10.4</title>

            <link href="/agentkit-provider-groq/0.10.4/agentkit_provider_groq/" />
            <id>urn:docs-rs:agentkit-provider-groq:0.10.4</id>
            <updated>
            2026-08-14T23:55:11.114791+00:00</updated>

            <summary>Groq provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-mistral-0.10.4</title>

            <link href="/agentkit-provider-mistral/0.10.4/agentkit_provider_mistral/" />
            <id>urn:docs-rs:agentkit-provider-mistral:0.10.4</id>
            <updated>
            2026-08-14T23:55:10.677287+00:00</updated>

            <summary>Mistral provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-vllm-0.10.4</title>

            <link href="/agentkit-provider-vllm/0.10.4/agentkit_provider_vllm/" />
            <id>urn:docs-rs:agentkit-provider-vllm:0.10.4</id>
            <updated>
            2026-08-14T23:54:58.658418+00:00</updated>

            <summary>vLLM provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-openai-0.10.4</title>

            <link href="/agentkit-provider-openai/0.10.4/agentkit_provider_openai/" />
            <id>urn:docs-rs:agentkit-provider-openai:0.10.4</id>
            <updated>
            2026-08-14T23:54:49.817274+00:00</updated>

            <summary>OpenAI provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-ollama-0.10.4</title>

            <link href="/agentkit-provider-ollama/0.10.4/agentkit_provider_ollama/" />
            <id>urn:docs-rs:agentkit-provider-ollama:0.10.4</id>
            <updated>
            2026-08-14T23:54:43.939234+00:00</updated>

            <summary>Ollama provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-provider-openrouter-0.10.4</title>

            <link href="/agentkit-provider-openrouter/0.10.4/agentkit_provider_openrouter/" />
            <id>urn:docs-rs:agentkit-provider-openrouter:0.10.4</id>
            <updated>
            2026-08-14T23:54:43.324561+00:00</updated>

            <summary>OpenRouter provider adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-mcp-0.10.4</title>

            <link href="/agentkit-mcp/0.10.4/agentkit_mcp/" />
            <id>urn:docs-rs:agentkit-mcp:0.10.4</id>
            <updated>
            2026-08-14T23:54:27.117480+00:00</updated>

            <summary>Model Context Protocol integration for agentkit, including transports, auth, and adapters.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-tool-skills-0.10.4</title>

            <link href="/agentkit-tool-skills/0.10.4/agentkit_tool_skills/" />
            <id>urn:docs-rs:agentkit-tool-skills:0.10.4</id>
            <updated>
            2026-08-14T23:54:16.228596+00:00</updated>

            <summary>Agent Skills tool for progressive skill discovery and activation in agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-tool-compose-0.10.4</title>

            <link href="/agentkit-tool-compose/0.10.4/agentkit_tool_compose/" />
            <id>urn:docs-rs:agentkit-tool-compose:0.10.4</id>
            <updated>
            2026-08-14T23:54:16.148647+00:00</updated>

            <summary>Lua tool composition for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-tool-shell-0.10.4</title>

            <link href="/agentkit-tool-shell/0.10.4/agentkit_tool_shell/" />
            <id>urn:docs-rs:agentkit-tool-shell:0.10.4</id>
            <updated>
            2026-08-14T23:54:15.421622+00:00</updated>

            <summary>Shell execution tool and shell-oriented safety hooks for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-adapter-completions-0.10.4</title>

            <link href="/agentkit-adapter-completions/0.10.4/agentkit_adapter_completions/" />
            <id>urn:docs-rs:agentkit-adapter-completions:0.10.4</id>
            <updated>
            2026-08-14T23:54:05.126897+00:00</updated>

            <summary>Generic OpenAI-compatible chat completions adapter for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-tool-fs-0.10.4</title>

            <link href="/agentkit-tool-fs/0.10.4/agentkit_tool_fs/" />
            <id>urn:docs-rs:agentkit-tool-fs:0.10.4</id>
            <updated>
            2026-08-14T23:54:05.063692+00:00</updated>

            <summary>Filesystem tools and session-scoped filesystem policies for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-acp-0.10.4</title>

            <link href="/agentkit-acp/0.10.4/agentkit_acp/" />
            <id>urn:docs-rs:agentkit-acp:0.10.4</id>
            <updated>
            2026-08-14T23:54:00.389060+00:00</updated>

            <summary>Agent Client Protocol integration for agentkit hosts.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-reporting-0.10.4</title>

            <link href="/agentkit-reporting/0.10.4/agentkit_reporting/" />
            <id>urn:docs-rs:agentkit-reporting:0.10.4</id>
            <updated>
            2026-08-14T23:53:54.300928+00:00</updated>

            <summary>Reporting observers and event consumers for agentkit loops.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-compaction-0.10.4</title>

            <link href="/agentkit-compaction/0.10.4/agentkit_compaction/" />
            <id>urn:docs-rs:agentkit-compaction:0.10.4</id>
            <updated>
            2026-08-14T23:53:47.848816+00:00</updated>

            <summary>Transcript compaction triggers, strategies, pipelines, and backend hooks for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-loop-0.10.4</title>

            <link href="/agentkit-loop/0.10.4/agentkit_loop/" />
            <id>urn:docs-rs:agentkit-loop:0.10.4</id>
            <updated>
            2026-08-14T23:53:41.584852+00:00</updated>

            <summary>Runtime-agnostic loop driver, interrupts, and model session traits for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-task-manager-0.10.4</title>

            <link href="/agentkit-task-manager/0.10.4/agentkit_task_manager/" />
            <id>urn:docs-rs:agentkit-task-manager:0.10.4</id>
            <updated>
            2026-08-14T23:53:37.617716+00:00</updated>

            <summary>Task manager abstractions and implementations for tool execution scheduling.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-http-0.10.4</title>

            <link href="/agentkit-http/0.10.4/agentkit_http/" />
            <id>urn:docs-rs:agentkit-http:0.10.4</id>
            <updated>
            2026-08-14T23:53:33.098135+00:00</updated>

            <summary>HTTP client abstraction used across agentkit. Default reqwest-backed implementation behind an opt-out feature; BYO impls plug in via the HttpClient trait.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-testkit-0.15.0</title>

            <link href="/hotl-testkit/0.15.0/hotl_testkit/" />
            <id>urn:docs-rs:hotl-testkit:0.15.0</id>
            <updated>
            2026-08-14T23:53:30.326036+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Golden-transcript test harness: scripted provider + real engine + normalized persisted transcripts.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-tools-core-0.10.4</title>

            <link href="/agentkit-tools-core/0.10.4/agentkit_tools_core/" />
            <id>urn:docs-rs:agentkit-tools-core:0.10.4</id>
            <updated>
            2026-08-14T23:53:30.140577+00:00</updated>

            <summary>Tool traits, registry, execution, permissions, approvals, and auth for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-tools-derive-0.10.4</title>

            <link href="/agentkit-tools-derive/0.10.4/agentkit_tools_derive/" />
            <id>urn:docs-rs:agentkit-tools-derive:0.10.4</id>
            <updated>
            2026-08-14T23:53:27.525432+00:00</updated>

            <summary>Procedural macro derives for agentkit tools (the #[tool] attribute).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-context-0.10.4</title>

            <link href="/agentkit-context/0.10.4/agentkit_context/" />
            <id>urn:docs-rs:agentkit-context:0.10.4</id>
            <updated>
            2026-08-14T23:53:22.629352+00:00</updated>

            <summary>Context loading for AGENTS.md files in agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-capabilities-0.10.4</title>

            <link href="/agentkit-capabilities/0.10.4/agentkit_capabilities/" />
            <id>urn:docs-rs:agentkit-capabilities:0.10.4</id>
            <updated>
            2026-08-14T23:53:19.509927+00:00</updated>

            <summary>Capability abstractions shared by tools, MCP, and agentkit hosts.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-engine-0.15.0</title>

            <link href="/hotl-engine/0.15.0/hotl_engine/" />
            <id>urn:docs-rs:hotl-engine:0.15.0</id>
            <updated>
            2026-08-14T23:53:12.960098+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. L3 turn engine, M0 slice: sample→tools loop, max_turns, cancellation.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-0.15.0</title>

            <link href="/crate/hotl/0.15.0" />
            <id>urn:docs-rs:hotl:0.15.0</id>
            <updated>
            2026-08-14T23:53:09.489729+00:00</updated>

            <summary>Human-on-the-loop terminal AI agent: steering TUI + headless mode, gated tools under a kernel sandbox floor, session resume + undo, MCP/ACP, any Anthropic or OpenAI-compatible model — plus `hotl watch`, a tmux dashboard for the agents you already run.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>arete-0.7.0</title>

            <link href="/arete/0.7.0/arete/" />
            <id>urn:docs-rs:arete:0.7.0</id>
            <updated>
            2026-08-14T23:53:04.213301+00:00</updated>

            <summary>Real-time streaming data pipelines for Solana - transform on-chain events into typed state projections</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-tui-0.15.0</title>

            <link href="/hotl-tui/0.15.0/hotl_tui/" />
            <id>urn:docs-rs:hotl-tui:0.15.0</id>
            <updated>
            2026-08-14T23:53:03.253563+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Elm-style ratatui console (state, update, view) for the execute agent. Before 0.2.0 this crate name shipped hotl&#38;apos;s watch/dashboard TUI (now hotl-watch-tui).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>arete-mcp-0.7.0</title>

            <link href="/crate/arete-mcp/0.7.0" />
            <id>urn:docs-rs:arete-mcp:0.7.0</id>
            <updated>
            2026-08-14T23:53:01.237431+00:00</updated>

            <summary>MCP (Model Context Protocol) server wrapping Arete streams for AI agent integration</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-retrieval-0.15.0</title>

            <link href="/hotl-retrieval/0.15.0/hotl_retrieval/" />
            <id>urn:docs-rs:hotl-retrieval:0.15.0</id>
            <updated>
            2026-08-14T23:52:51.592146+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Retrieval seam: Retriever trait, recall tool, MCP backend adapter, sanitizer chokepoint.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>bevy_simple_random-1.0.0</title>

            <link href="/bevy_simple_random/1.0.0/bevy_simple_random/" />
            <id>urn:docs-rs:bevy_simple_random:1.0.0</id>
            <updated>
            2026-08-14T23:52:49.459589+00:00</updated>

            <summary>A crate for easily adding random number generation to Bevy.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>a4-cli-0.7.0</title>

            <link href="/crate/a4-cli/0.7.0" />
            <id>urn:docs-rs:a4-cli:0.7.0</id>
            <updated>
            2026-08-14T23:52:38.266516+00:00</updated>

            <summary>CLI tool for generating TypeScript SDKs from Arete stream specifications</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-mcp-0.15.0</title>

            <link href="/hotl-mcp/0.15.0/hotl_mcp/" />
            <id>urn:docs-rs:hotl-mcp:0.15.0</id>
            <updated>
            2026-08-14T23:52:32.373280+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. M3a MCP client: stdio JSON-RPC, deferred loading, sanitizer chokepoint, trust store.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-tools-0.15.0</title>

            <link href="/hotl-tools/0.15.0/hotl_tools/" />
            <id>urn:docs-rs:hotl-tools:0.15.0</id>
            <updated>
            2026-08-14T23:52:26.377081+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. L4 tool system: read/edit/write/bash built-ins, permission gate seam, protected execute-later paths.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-watch-tui-0.15.0</title>

            <link href="/hotl-watch-tui/0.15.0/watch_tui/" />
            <id>urn:docs-rs:hotl-watch-tui:0.15.0</id>
            <updated>
            2026-08-14T23:52:09.133124+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Elm-style ratatui TUI (state, update, view) for hotl.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-watch-listener-0.15.0</title>

            <link href="/hotl-watch-listener/0.15.0/watch_listener/" />
            <id>urn:docs-rs:hotl-watch-listener:0.15.0</id>
            <updated>
            2026-08-14T23:52:05.447222+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Aggregates agent observations across surfaces for hotl.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-watch-tmux-0.15.0</title>

            <link href="/hotl-watch-tmux/0.15.0/watch_tmux/" />
            <id>urn:docs-rs:hotl-watch-tmux:0.15.0</id>
            <updated>
            2026-08-14T23:52:02.889601+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. tmux/ps shims and agent status detection for hotl.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>keepass-ng-0.11.7</title>

            <link href="/keepass-ng/0.11.7/keepass_ng/" />
            <id>urn:docs-rs:keepass-ng:0.11.7</id>
            <updated>
            2026-08-14T23:51:57.085365+00:00</updated>

            <summary>KeePass .kdbx database file parser with ehancements</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>terminal-jarvis-0.1.15</title>

            <link href="/terminal-jarvis/0.1.15/terminal_jarvis/" />
            <id>urn:docs-rs:terminal-jarvis:0.1.15</id>
            <updated>
            2026-08-14T23:51:56.175203+00:00</updated>

            <summary>A data-driven harness switcher for AI coding agents</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>clark-omnidep-0.3.2</title>

            <link href="/clark-omnidep/0.3.2/clark_omnidep/" />
            <id>urn:docs-rs:clark-omnidep:0.3.2</id>
            <updated>
            2026-08-14T23:51:51.693550+00:00</updated>

            <summary>Clark Omnidep: proof-carrying polyglot dependency graphs and certified conditional dead-code analysis</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>service_conventions-0.0.42</title>

            <link href="/service_conventions/0.0.42/service_conventions/" />
            <id>urn:docs-rs:service_conventions:0.0.42</id>
            <updated>
            2026-08-14T23:51:51.630734+00:00</updated>

            <summary>Conventions for services</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>clark-agent-0.3.1</title>

            <link href="/clark-agent/0.3.1/clark_agent/" />
            <id>urn:docs-rs:clark-agent:0.3.1</id>
            <updated>
            2026-08-14T23:51:41.429999+00:00</updated>

            <summary>Typed agent loop with typed messages, typed events, swappable LLM transport, and plugin hooks. Provider-agnostic, sandbox-agnostic, tooling-agnostic. By Clark Labs Inc.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>kcode-session-history-0.1.14</title>

            <link href="/kcode-session-history/0.1.14/kcode_session_history/" />
            <id>urn:docs-rs:kcode-session-history:0.1.14</id>
            <updated>
            2026-08-14T23:51:35.574844+00:00</updated>

            <summary>Kennedy&#38;apos;s durable session history, lifecycle, and reconstructed context</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>parse-rust-cli-0.1.0</title>

            <link href="/crate/parse-rust-cli/0.1.0" />
            <id>urn:docs-rs:parse-rust-cli:0.1.0</id>
            <updated>
            2026-08-14T23:51:28.800509+00:00</updated>

            <summary>Installs the parse-rust executable: a Rust-native implementation of the Parse Server API.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>yuru-tui-0.2.2</title>

            <link href="/yuru-tui/0.2.2/yuru_tui/" />
            <id>urn:docs-rs:yuru-tui:0.2.2</id>
            <updated>
            2026-08-14T23:51:22.839696+00:00</updated>

            <summary>Terminal user interface for Yuru</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>mxc-alpha-mxc-sdk-0.7.1</title>

            <link href="/mxc-alpha-mxc-sdk/0.7.1/mxc_alpha_mxc_sdk/" />
            <id>urn:docs-rs:mxc-alpha-mxc-sdk:0.7.1</id>
            <updated>
            2026-08-14T23:51:22.830209+00:00</updated>

            <summary>Importable library for starting MXC sandboxes in-process (no pty, streaming stdio).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>kcode-session-control-state-0.1.3</title>

            <link href="/kcode-session-control-state/0.1.3/kcode_session_control_state/" />
            <id>urn:docs-rs:kcode-session-control-state:0.1.3</id>
            <updated>
            2026-08-14T23:51:09.802793+00:00</updated>

            <summary>Typed session-control projection, append, compaction, and deletion</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>yuru-0.2.2</title>

            <link href="/crate/yuru/0.2.2" />
            <id>urn:docs-rs:yuru:0.2.2</id>
            <updated>
            2026-08-14T23:51:06.829093+00:00</updated>

            <summary>A fast phonetic fuzzy finder for the shell</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>yuru-ja-0.2.2</title>

            <link href="/yuru-ja/0.2.2/yuru_ja/" />
            <id>urn:docs-rs:yuru-ja:0.2.2</id>
            <updated>
            2026-08-14T23:51:00.338283+00:00</updated>

            <summary>Japanese phonetic matching support for Yuru</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>shikumi-0.1.557</title>

            <link href="/shikumi/0.1.557/shikumi/" />
            <id>urn:docs-rs:shikumi:0.1.557</id>
            <updated>
            2026-08-14T23:50:53.898527+00:00</updated>

            <summary>Shikumi (仕組み) — config discovery, hot-reload, and ArcSwap store for Nix-managed desktop apps</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-agentbridge-0.1.2</title>

            <link href="/agntcy-agentbridge/0.1.2/agentbridge/" />
            <id>urn:docs-rs:agntcy-agentbridge:0.1.2</id>
            <updated>
            2026-08-14T23:50:44.086275+00:00</updated>

            <summary>General-purpose agent interconnect over A2A, built on shadi_mas.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>yuru-zh-0.2.2</title>

            <link href="/yuru-zh/0.2.2/yuru_zh/" />
            <id>urn:docs-rs:yuru-zh:0.2.2</id>
            <updated>
            2026-08-14T23:50:28.472945+00:00</updated>

            <summary>Chinese pinyin matching support for Yuru</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>yuru-ko-0.2.2</title>

            <link href="/yuru-ko/0.2.2/yuru_ko/" />
            <id>urn:docs-rs:yuru-ko:0.2.2</id>
            <updated>
            2026-08-14T23:50:25.551195+00:00</updated>

            <summary>Korean Hangul matching support for Yuru</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-shadi-py-0.1.3</title>

            <link href="/crate/agntcy-shadi-py/0.1.3" />
            <id>urn:docs-rs:agntcy-shadi-py:0.1.3</id>
            <updated>
            2026-08-14T23:50:20.307725+00:00</updated>

            <summary>PyO3 Python bindings for SHADI runtime services.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>yuru-core-0.2.2</title>

            <link href="/yuru-core/0.2.2/yuru_core/" />
            <id>urn:docs-rs:yuru-core:0.2.2</id>
            <updated>
            2026-08-14T23:50:15.629399+00:00</updated>

            <summary>Core fuzzy matching and ranking library for Yuru</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-shadi-cli-0.1.4</title>

            <link href="/crate/agntcy-shadi-cli/0.1.4" />
            <id>urn:docs-rs:agntcy-shadi-cli:0.1.4</id>
            <updated>
            2026-08-14T23:50:14.916362+00:00</updated>

            <summary>Command-line interface for SHADI policy, secrets, memory, and SLIM operations.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-shadi-mas-0.1.2</title>

            <link href="/agntcy-shadi-mas/0.1.2/shadi_mas/" />
            <id>urn:docs-rs:agntcy-shadi-mas:0.1.2</id>
            <updated>
            2026-08-14T23:50:05.726645+00:00</updated>

            <summary>Coordination runtime for SHADI multi-agent systems.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>briny_ai-0.7.0</title>

            <link href="/briny_ai/0.7.0/briny_ai/" />
            <id>urn:docs-rs:briny_ai:0.7.0</id>
            <updated>
            2026-08-14T23:49:59.205570+00:00</updated>

            <summary>A tiny &#38;amp; efficient AI inference engine</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-agentbridge-cli-0.1.2</title>

            <link href="/crate/agntcy-agentbridge-cli/0.1.2" />
            <id>urn:docs-rs:agntcy-agentbridge-cli:0.1.2</id>
            <updated>
            2026-08-14T23:49:20.334793+00:00</updated>

            <summary>CLI binary for the agentbridge general-purpose agent interconnect.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-shadi-identity-0.1.1</title>

            <link href="/agntcy-shadi-identity/0.1.1/shadi_identity/" />
            <id>urn:docs-rs:agntcy-shadi-identity:0.1.1</id>
            <updated>
            2026-08-14T23:49:10.705392+00:00</updated>

            <summary>Ed25519 did:key agent identity primitives for SHADI.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-shadi-agent-transport-slim-0.2.1</title>

            <link href="/agntcy-shadi-agent-transport-slim/0.2.1/agent_transport_slim/" />
            <id>urn:docs-rs:agntcy-shadi-agent-transport-slim:0.2.1</id>
            <updated>
            2026-08-14T23:49:02.548544+00:00</updated>

            <summary>SLIM transport integration and stdio bridge support for SHADI.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agntcy-shadi-sandbox-0.1.1</title>

            <link href="/agntcy-shadi-sandbox/0.1.1/shadi_sandbox/" />
            <id>urn:docs-rs:agntcy-shadi-sandbox:0.1.1</id>
            <updated>
            2026-08-14T23:47:59.320324+00:00</updated>

            <summary>OS-level sandbox policy and process launching for SHADI.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-cli-0.4.0</title>

            <link href="/fragcap-cli/0.4.0/fragcap_cli/" />
            <id>urn:docs-rs:fragcap-cli:0.4.0</id>
            <updated>
            2026-08-14T23:47:40.619997+00:00</updated>

            <summary>Command line interface for fragcap.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-targets-0.4.0</title>

            <link href="/fragcap-targets/0.4.0/fragcap_targets/" />
            <id>urn:docs-rs:fragcap-targets:0.4.0</id>
            <updated>
            2026-08-14T23:47:19.773821+00:00</updated>

            <summary>Targets hint database: an embedded store of game launch hints and its schema-conformant export.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-0.4.0</title>

            <link href="/fragcap/0.4.0/fragcap/" />
            <id>urn:docs-rs:fragcap:0.4.0</id>
            <updated>
            2026-08-14T23:47:19.499240+00:00</updated>

            <summary>Facade re-exporting the fragcap library surface.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-steam-0.4.0</title>

            <link href="/fragcap-steam/0.4.0/fragcap_steam/" />
            <id>urn:docs-rs:fragcap-steam:0.4.0</id>
            <updated>
            2026-08-14T23:47:11.274387+00:00</updated>

            <summary>Steam platform integration.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-attr-0.4.0</title>

            <link href="/fragcap-attr/0.4.0/fragcap_attr/" />
            <id>urn:docs-rs:fragcap-attr:0.4.0</id>
            <updated>
            2026-08-14T23:47:08.901555+00:00</updated>

            <summary>Flow attribution and process watching.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-sink-0.4.0</title>

            <link href="/fragcap-sink/0.4.0/fragcap_sink/" />
            <id>urn:docs-rs:fragcap-sink:0.4.0</id>
            <updated>
            2026-08-14T23:47:07.555926+00:00</updated>

            <summary>Output sinks and transports.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-profile-0.4.0</title>

            <link href="/fragcap-profile/0.4.0/fragcap_profile/" />
            <id>urn:docs-rs:fragcap-profile:0.4.0</id>
            <updated>
            2026-08-14T23:47:04.892055+00:00</updated>

            <summary>Game profile schema, parsing, and stage matching.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-watch-types-0.15.0</title>

            <link href="/hotl-watch-types/0.15.0/watch_types/" />
            <id>urn:docs-rs:hotl-watch-types:0.15.0</id>
            <updated>
            2026-08-14T23:47:04.657511+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Core config, observation model, and surface trait for hotl.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-capture-0.4.0</title>

            <link href="/fragcap-capture/0.4.0/fragcap_capture/" />
            <id>urn:docs-rs:fragcap-capture:0.4.0</id>
            <updated>
            2026-08-14T23:47:03.777366+00:00</updated>

            <summary>Packet acquisition backends.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-store-0.15.0</title>

            <link href="/hotl-store/0.15.0/hotl_store/" />
            <id>urn:docs-rs:hotl-store:0.15.0</id>
            <updated>
            2026-08-14T23:47:02.608030+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. L5 persistence: append-only JSONL session log with ingestion-time secret masking.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>arete-server-0.7.0</title>

            <link href="/arete-server/0.7.0/arete_server/" />
            <id>urn:docs-rs:arete-server:0.7.0</id>
            <updated>
            2026-08-14T23:47:00.058890+00:00</updated>

            <summary>WebSocket server and projection handlers for Arete streaming pipelines</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>fragcap-core-0.4.0</title>

            <link href="/fragcap-core/0.4.0/fragcap_core/" />
            <id>urn:docs-rs:fragcap-core:0.4.0</id>
            <updated>
            2026-08-14T23:46:59.004209+00:00</updated>

            <summary>Types, traits, and the capture pipeline. Platform-neutral.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>arete-a4-sdk-0.7.0</title>

            <link href="/arete-a4-sdk/0.7.0/arete_a4_sdk/" />
            <id>urn:docs-rs:arete-a4-sdk:0.7.0</id>
            <updated>
            2026-08-14T23:46:54.933165+00:00</updated>

            <summary>Rust SDK client for connecting to Arete streaming servers</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>harn-cli-0.10.95</title>

            <link href="/harn-cli/0.10.95/harn_cli/" />
            <id>urn:docs-rs:harn-cli:0.10.95</id>
            <updated>
            2026-08-14T23:46:53.806906+00:00</updated>

            <summary>CLI for the Harn programming language — run, test, REPL, format, and lint</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>agentkit-core-0.10.4</title>

            <link href="/agentkit-core/0.10.4/agentkit_core/" />
            <id>urn:docs-rs:agentkit-core:0.10.4</id>
            <updated>
            2026-08-14T23:46:48.461100+00:00</updated>

            <summary>Core transcript, content, usage, and cancellation primitives for agentkit.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-minify-0.15.0</title>

            <link href="/hotl-minify/0.15.0/hotl_minify/" />
            <id>urn:docs-rs:hotl-minify:0.15.0</id>
            <updated>
            2026-08-14T23:46:35.853051+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Tree-sitter token-stream minification with a byte-exact position map.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-context-0.15.0</title>

            <link href="/hotl-context/0.15.0/hotl_context/" />
            <id>urn:docs-rs:hotl-context:0.15.0</id>
            <updated>
            2026-08-14T23:46:35.248640+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. L6 context assembly, M0 slice: owner system prompt, AGENTS.md in the untrusted envelope, byte-stable prefix.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-provider-openai-responses-0.15.0</title>

            <link href="/hotl-provider-openai-responses/0.15.0/hotl_provider_openai_responses/" />
            <id>urn:docs-rs:hotl-provider-openai-responses:0.15.0</id>
            <updated>
            2026-08-14T23:46:26.445487+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. OpenAI Responses-API provider (reasoning models whose effort control needs /v1/responses).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>arete-interpreter-0.7.0</title>

            <link href="/arete-interpreter/0.7.0/arete_interpreter/" />
            <id>urn:docs-rs:arete-interpreter:0.7.0</id>
            <updated>
            2026-08-14T23:46:23.002196+00:00</updated>

            <summary>AST transformation runtime and VM for Arete streaming pipelines</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-provider-openai-0.15.0</title>

            <link href="/hotl-provider-openai/0.15.0/hotl_provider_openai/" />
            <id>urn:docs-rs:hotl-provider-openai:0.15.0</id>
            <updated>
            2026-08-14T23:46:12.088491+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. OpenAI-compatible chat-completions provider (OpenAI, Groq, Ollama, any compatible endpoint).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-provider-anthropic-0.15.0</title>

            <link href="/hotl-provider-anthropic/0.15.0/hotl_provider_anthropic/" />
            <id>urn:docs-rs:hotl-provider-anthropic:0.15.0</id>
            <updated>
            2026-08-14T23:46:05.487636+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. Anthropic Messages API provider: SSE streaming, verbatim block assembly, static cache placement.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>hotl-provider-0.15.0</title>

            <link href="/hotl-provider/0.15.0/hotl_provider/" />
            <id>urn:docs-rs:hotl-provider:0.15.0</id>
            <updated>
            2026-08-14T23:45:54.265806+00:00</updated>

            <summary>Internal component of hotl - no semver promise; pin exact or don&#38;apos;t depend. L2 provider seam: trait, block-structured event enum, scripted test provider.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>
</feed>