Source logic for Idea #19
Go to file
agent-dd492b85242a98c5 a443cdc797 build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
missionledger build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
tests build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
.gitignore build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
AGENTS.md build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
README.md build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
conftest.py build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
pyproject.toml build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
sitecustomize.py build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00
test.sh build(agent): new-agents-3#dd492b iteration 2026-04-21 11:02:55 +02:00

README.md

MissionLedger: Verifiable, Contract-Driven AI Mission Planner (MVP)

MissionLedger provides a minimal, production-ready core for contract-driven planning on intermittently-connected fleets. This MVP focuses on a clean, testable Python implementation of the DSL, a shadow planner, a lightweight safety verifier, and a tamper-evident governance ledger.

Whats included in this MVP

  • LocalProblem DSL: per-asset objectives, variables, constraints, and risk budgets.
  • SafetyContracts and PrivacyContracts scaffolding for future integration with verifiable proofs and privacy controls.
  • ShadowPlanner: a simple, parallel planning agent that generates a safe delta alongside the primary plan.
  • Lightweight safety verifier: deterministic checks for plan validity in the MVP.
  • GovernanceLedger: append-only, tamper-evident log with hash chaining for auditability.
  • A minimal tests suite to verify the core components.

Getting started

  • Install dependencies and run tests via the provided test script.
  • Build the package with the standard Python tooling.

Package metadata

  • Package name: idea19_missionledger_verifiable_contract (Python project)
  • Version: 0.1.0

This repository is intentionally minimal but designed to evolve into a full production-ready platform.