All Files
Page 97 of 102 · 3,056 total files
Logger
/** * Structured logger. The single sanctioned sink for log output — * bare console.log in logic paths is a lint-level…
Loop Detector
/** * H3.2 — Loop Detector: actionHash(tool, args) via src/lib/ids.ts; * ring buffer W=10; ≥3 identical in window → HA…
Loop Detector.Test
/** * Tests for loop-detector (H3.2). * * Proves: * - the identical action halts at exactly the 3rd occurrence (not …
Memory
/** * Memory service types — Loop 4. * * Injectables: BlobStore, SemanticIndex, Clock, TokenCounter. * D1DatabaseLik…
Memory Record
{ "record_id": "mem_a1b2c3d4e5f6", "scope": "execution", "level": "semantic", "topic": "astro-jsonld-phantom-bug…
Memory Record.Bad Scope
{ "record_id": "mem_a1b2c3d4e5f6", "scope": "global", "level": "semantic", "topic": "t", "summary": "s", "cr…
Memory Record.Extra Prop
{ "record_id": "mem_a1b2c3d4e5f6", "scope": "execution", "level": "semantic", "topic": "t", "summary": "s", …
Memory Record.Schema
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://leverageai.network/schemas/loom/memory-recor…
Metadata
SQLite format 3 @ .~X …
Metadata
�- _P3bv�e���ҷ��R�S%r �d�- _P3bv�e���ҷ��R�S%r �d ������������ …
Metadata
7� -� ���ҷ��R�����T� ���ҷ��Ru5�i�u|SQLite format 3 @ …
Metadata
SQLite format 3 @ .~X …
Metadata
�- ~E�o���i����5�0V?��- ~E�o���i����5�0V?� ������������ …
Metadata
7� -� �i����Эl�=t1 �i������/Z�ThMSQLite format 3 @ …
Metadata
SQLite format 3 @ .~X …
Metadata
�- ��u�]��?<#�'����&�YY�- ��u�]��?<#�'����&�YY ������������ …
Metadata
7� -� �?<#�'��#B�I20M �?<#�'��ь�SQLite format 3 @ …
Metadata
SQLite format 3 @ .~X …
Metadata
�- �a����*-��֊�H�����,�- �a����*-��֊�H�����, ������������ …
Metadata
7� -� *-��֊�T�0=� �r *-��֊�QL��F'l�SQLite format 3 @ …
Mode Registry
/** * H2.1 — D1-backed mode registry. * * selectMode(variety_class) picks the mode with highest success rate for that…
Mode Registry.Test
/** * Tests for ModeRegistry (H2.1). * * Proves: * - unknown variety_class → highest-capability mode + variety_defic…
Model Client
/** * H3.0 — Fetch-based Anthropic Messages API client. * workerd-compatible: plain fetch, NO node SDK, no node:* impo…
Model Client.Test
/** * Tests for model-client (H3.0). * * Proves: * - createAnthropicModelCaller returns a callable ModelCaller * - …
No Silent Failure.Test
/** * No-Silent-Failure Invariant Walk. * * For EVERY terminated (non-DONE) stage across all golden runs + chaos runs…
Package
{ "name": "loom", "version": "0.1.0", "private": true, "description": "LOOM — Multi-Loop Cybernetic Orchestrator…
Parity
# LOOM Parity Gate The parity gate ensures that the monitor decision path produces **byte-identical output** across con…
Parity Check
#!/usr/bin/env bun /** * Parity Check — byte-stable decision log for LOOM monitor decision path. * * Replays a script…
Pointer Hierarchy
/** * H4.4 — Pointer Hierarchy. * * topic → summary → episodic_ref (R2 key). * * memoryExpand(record_id): resolve e…
Pointer Hierarchy.Test
/** * PointerHierarchy tests (H4.4). * * Proves: * - memory_expand round-trips: put full text in fake BlobStore → …