Ship a session's raw event log to a remote collector as the versioned lodestar.session_ship@1 NDJSON wire format, with the locked sensitivity ceiling applied client-side before egress. Part of Lodestar, the trust layer for AI agents.
Claim extraction, evidence linking, and belief adoption for the Lodestar epistemic chain — the layer above the Memory Firewall. Part of Lodestar, the trust layer for AI agents.
Schemas and types for the Lodestar epistemic chain. Part of Lodestar, the trust layer for AI agents.
Append-only NDJSON event log writer and reader for the Lodestar epistemic chain. Part of Lodestar, the trust layer for AI agents.
Tool registry, two-phase action execution, and sandbox profiles for the Lodestar epistemic chain. Part of Lodestar, the trust layer for AI agents.
Lifecycle gates for claims and beliefs — four orthogonal axes (truth, retrieval, security, freshness) with per-axis transition rules. Part of Lodestar, the trust layer for AI agents.
The read side — project the Lodestar event log into the epistemic chain and render a 'why did the agent do this?' report. Part of Lodestar, the trust layer for AI agents.
Filesystem adapter for the Lodestar Action Kernel: governed reads and root-confined writes. Part of Lodestar, the trust layer for AI agents.
Git status tool adapter for the Lodestar Action Kernel. Part of Lodestar, the trust layer for AI agents.
Governed shell-command tool adapter for the Lodestar Action Kernel. Part of Lodestar, the trust layer for AI agents.
Governed Nostr transport tool adapter (publish/fetch) for the Lodestar Action Kernel. Part of Lodestar, the trust layer for AI agents.
Governed HTTP transport tool adapter (fetch/request) for the Lodestar Action Kernel. Part of Lodestar, the trust layer for AI agents.
mem0 import adapter — bring mem0 records through the Lodestar Memory Firewall as external_document evidence at unverified/restricted, never silently promoted. Part of Lodestar, the trust layer for AI agents.
Zep fact-import adapter — bring Zep facts through the Lodestar Memory Firewall as external_document evidence at unverified/restricted, never silently promoted (Zep ratings never raise truth status). Part of Lodestar, the trust layer for AI agents.
Letta memory-block import adapter — bring Letta blocks through the Lodestar Memory Firewall as external_document evidence at unverified/restricted, never silently promoted. Part of Lodestar, the trust layer for AI agents.
The Policy Kernel — compiles a declarative, signable action Policy into the Action Kernel's PolicyGate. Three-valued gate (allow/deny/hold), trust-ladder floor, and the approval-request lifecycle. Part of Lodestar, the trust layer for AI agents.
The Lodestar Harness — probe packs, sentinels, and calibrators that exercise and audit the epistemic chain. Part of Lodestar, the trust layer for AI agents.
The write-side trust layer — wrap an agent loop and route every tool call through the Action Kernel, every observation through the Cognitive Core. Part of Lodestar, the trust layer for AI agents.
MCP proxy mode for Lodestar Guard — wrap any MCP-speaking agent (Claude Code, Cursor, Aider) so every tool call passes through the Action Kernel and every result through the Cognitive Core. Part of Lodestar, the trust layer for AI agents.
The language-agnostic governance-gate sidecar — govern a non-MCP agent runtime (LangGraph, CrewAI, AutoGen) by remoting each native tool call through the Action Kernel over a thin NDJSON-RPC seam. The reusable spine of Lodestar's runtime-adapter epic.
The read-side Governing UI — a local, read-only web viewer over the Lodestar event log. Renders the live epistemic chain and trust report in the browser. Part of Lodestar, the trust layer for AI agents.
Project the Lodestar event log into OpenTelemetry GenAI spans and export them over OTLP/HTTP — pair the epistemic chain with Langfuse, Phoenix, Jaeger, or Tempo. Part of Lodestar, the trust layer for AI agents.