Skip to content

Releases: FlowmemoryAI/flowmemory-warranted-agents

FlowMemory Warranted Agents v0.4.0

20 May 16:00

Choose a tag to compare

PulsePods memory-native pod slice

Adds PulsePods as FlowMemory's memory-native compute pod primitive: provider promises, PulseRouter outcome routing, FlowPulse-linked OutcomePulse settlement, private PulsePass claim, and x402-compatible federation reference.

What changed

  • Added pulsepod-demo and pulsepod-adversary CLI commands.
  • Added flowmemory_compiler/pulsepods.py with PulsePodManifest, ProviderPromise, PulsePassClaim, FederationOffer, pulse graph, scoreboard, validation, and 34 adversarial cases.
  • Added PulsePods architecture docs and specs/PulsePods.v0.md.
  • Wired PulsePods into README, release transcript, launch packet, CI, and local tests.
  • Bumped package version to 0.4.0.

Verification

  • python -m unittest -> 40 tests passed.
  • python -m flowmemory_compiler.cli claim-gate --pretty -> passed, 0 unguarded overclaims.
  • python -m flowmemory_compiler.cli launch-packet --pretty -> readiness passed.
  • python -m flowmemory_compiler.cli pulsepod-adversary --pretty -> 34/34 caught.
  • GitHub Actions CI passed for commit a4ba378.

Boundary

This is a local deterministic architecture and launch proof. It does not claim a live compute marketplace, production settlement, full privacy, zero-knowledge privacy, TEE attestation, cheaper inference, model correctness, real user earnings, custody, wallet enforcement, or fund protection.

FlowMemory Warranted Agents v0.3.0

20 May 12:59

Choose a tag to compare

FlowMemory Warranted Agents v0.3.0 adds the PulseRouter outcome-settled AI launch slice.

Core line:

The cheapest model is not the cheapest successful route.

What changed:

  • Added PulseRouter, a deterministic local router that selects providers by expected successful outcome instead of raw inference price.
  • Added ComputePulse, ToolCallPulse, ActionPulse, FlowPulseLink, OutcomePulse, OutcomePolicy, ProviderQuote, and RouteScore local data models.
  • Added pulserouter-demo and pulserouter-adversary CLI commands.
  • Added a 26-case adversarial suite for route manipulation, privacy drift, FlowPulse link drift, settlement drift, cost-accounting drift, policy drift, unconfirmed FlowPulse evidence, and raw model-content leakage.
  • Added Outcome-Settled AI docs, PulseRouter architecture docs, PulseRouter spec, and build-test-verify loop docs.
  • Added PulseRouter to release transcript, launch packet, CI demo checks, and claim-gated public docs.

Verified:

  • python -m unittest: 37 tests passed.
  • python -m flowmemory_compiler.cli pulserouter-demo --pretty: selected private bonded provider, no validation faults.
  • python -m flowmemory_compiler.cli pulserouter-adversary --pretty: 26/26 adversarial cases caught.
  • python -m flowmemory_compiler.cli launch-packet --pretty: PASSED.
  • python -m flowmemory_compiler.cli claim-gate --pretty: 0 unguarded overclaims.
  • GitHub Actions CI: passing on main.

Non-claims:

This is a local deterministic launch artifact. It does not claim production provider marketplace status, custody, wallet enforcement, production x402 settlement, production bond adjudication, full privacy, zero-knowledge privacy, TEE attestation, model correctness, semantic truth, or profit guarantee.

FlowMemory Warranted Agents v0.2.1

20 May 06:49

Choose a tag to compare

FlowMemory Warranted Agents v0.2.1

Generic agents make claims. FlowMemory agents can leave warranted receipts.

This release is the clean launch checkpoint for the warranted-agent framework after the adapter conformance and launch packet hardening.

Highlights:

  • Adapter conformance harness and CLI.
  • Launch packet CLI with readiness checks.
  • AgentRegistry with warrantability scoring.
  • AgentRuntime with explicit state-machine transitions.
  • Runtime transition hashes and idempotency-key replay rejection.
  • EvidenceSchema checks for warranted receipt envelopes.
  • FlowBond settlement over malformed, missing, or mismatched evidence.
  • Developer handoff, reviewer walkthrough, adapter contract, claim boundaries, threat model, launch checklist, diagrams, specs, and compact examples.

Verification at release:

  • 31 local tests pass with default python -m unittest discovery.
  • Claim gate passes with zero unguarded overclaims.
  • Launch packet readiness passes.
  • GitHub Actions CI passes on main.

Boundary: local deterministic framework only; not custody, wallet enforcement, production settlement, semantic truth, work-quality proof, zero-knowledge privacy, or production verifier infrastructure.

FlowMemory Warranted Agents v0.2.0

20 May 06:40

Choose a tag to compare

FlowMemory Warranted Agents v0.2.0

Generic agents make claims. FlowMemory agents can leave warranted receipts.

This release turns the local proof package into a fuller warranted-agent framework:

  • AgentRegistry with warrantability scoring.
  • AgentRuntime with explicit state-machine transitions.
  • Runtime transition hashes and idempotency-key replay rejection.
  • EvidenceSchema checks for warranted receipt envelopes.
  • FlowBond settlement over malformed, missing, or mismatched evidence.
  • PulsePass scoped private proof demos.
  • ClaimGate CLI and CI check for public overclaim protection.
  • Developer handoff, reviewer walkthrough, adapter contract, threat model, launch checklist, diagrams, specs, and compact examples.

Verification at release:

  • 29 local tests pass.
  • Claim gate passes with zero unguarded overclaims.
  • GitHub Actions CI passes on main.

Boundary: local deterministic framework only; not custody, wallet enforcement, production settlement, semantic truth, work-quality proof, zero-knowledge privacy, or production verifier infrastructure.

FlowMemory Warranted Agents v0.1.0

20 May 05:08

Choose a tag to compare

Initial public launch package for FlowMemory Warranted Agents. Includes PolicyCards, FlowBond warranted action settlement, FlowPulse-style receipts, PulsePass scoped proofs, FlowCompiler conformance demos, tests, and CI.