Skip to main content

ECPT collective phase certificate runtime and finite verifier-routing SDK with ALT abstraction-liquidity foundry, ASI-proxy packet percolation, semantic edge checks, residual ledgers, provenance, and agent integration.

Project description

Percolation Inversion Compiler

percolation-inversion-compiler is an AI agent runtime for external knowledge intake, finite certificates, proof obligations, residual ledgers, and reusable abstraction capital. It helps agents turn web, repository, evidence, and agent-output inputs into checked capability packet candidates, verifier routes, SQOT salience queues, ALT abstraction-liquidity certificates, and ECPT collective capability phase reports. The goal is protocol-relative ASI-proxy collective phase acceleration through verified packet percolation, not self-rewrite, fine-tuning, or model-weight change.

The abbreviations refer to the five source theories used by the repository: ECPT is Executable Capability Percolation Theory, the collective capability-packet phase model; BIT is Bottleneck Inversion Theory, the witness calculus for unlockable potential and frontier extraction; TRC is Typed Reality Compilation, the typed trace and tolerance-ledger compiler for cyber-physical frontiers; SQOT is Salience-Queue Occupation Theory, the salience scheduling and attention-occupation layer; and ALT is Abstraction Liquidity Theory, the reusable abstraction capital and foundry valuation layer.

Search terms: ECPT, BIT, TRC, SQOT, ALT, abstraction liquidity, reusable abstraction capital, ASI-proxy collective phase, protocol-relative ASI-proxy phase-control, certificate compiler, proof obligations, residual ledgers, salience queue, packet ecology, semantic edge verification, typed trace normal forms, frontier extraction, AI agent integration, verifier SDK.

Distribution status: v0.4.1 is a stable distribution snapshot with a beta API surface. Install the core package from PyPI with pip install percolation-inversion-compiler; use pip install "percolation-inversion-compiler[identity,connectors,server]" when you need cryptographic identity checks, explicit opt-in live intake, or the optional local HTTP service. The PyPI package is intended for curated demo smoke checks, bundled snapshots, schema export, library import, and basic CLI/runtime verification. Clone the repository for full practical use: commands that reference examples/..., canonical TeX audits, live development fixtures, and release engineering require a source checkout.

What It Does Not Do

  • It does not prove real ASI, physical, simulator, oracle, or policy outcomes.
  • It does not execute unsafe actions or grant authority to mutate repositories, shells, networks, or models.
  • It does not require or model self-rewrite, fine-tuning, or model-weight updates.
  • It does not treat a declared agent_id as proof of identity or global uniqueness.
  • It does not treat registry metadata, declared status, queue priority, or agent text as evidence.
  • It does not silently promote unresolved external obligations to settled.

Core Workflow

Step Runtime object What the agent gets
1 Fixed agent population A declared population, policy digest, model digest, route allowlist, optional cryptographic identity attestations, Sybil-resistance ledger, and no-self-rewrite ledger.
2 Packet candidates Finite capability packets from agent output, local files, fixtures, repositories, or verifier evidence.
3 Evidence + semantic edge checks Hash/provenance checks and typed relations such as theorem-to-code, code-to-test, rollback-support, and execution-path.
4 Verified packet capital Reusable packets promoted only after route, receiver, rollback, authority, edge, and residual policies pass.
5 ALT abstraction liquidity Trace and external-intake candidates become reusable abstraction capital only after certified lower-bound surplus, transport, root-of-trust, telemetry, lifecycle, and hazard checks pass.
6 SQOT salience queue A priority schedule that preserves diagnostic reserve and quarantines stale, unsafe, uncertified, or hash-invalid packets.
7 Psi dashboard Protocol-relative collective phase components for availability, closure, execution paths, queues, hazards, liquidity, and basin reachability.
8 Bottleneck / phase tasks Ranked finite tasks for verifier routing, packet repair, edge construction, abstraction certification, and phase-control planning.
9 Action results Execution reports, ALT admission decisions, and route resolutions that are applied back into the runtime state.
10 Runtime store Persistent event logs, verified packets, route batches, abstraction capital lineage, and residual ledgers.
11 Collective phase certificate A fail-closed certificate over fixed population, no self-rewrite, no hidden injection, closure, execution availability, Psi thresholds, certified liquidity, and resource-matched baseline.

The runtime is fail-closed: planning can recommend finite ASI-proxy actions, but settled remains false unless scoped verifier rules discharge the required finite obligations. In production, signed identities and Sybil-resistance ledgers can prevent duplicate-key, clone-fanout, revoked, expired, or unsigned agent populations from producing accepted collective certificates. Residual external obligations remain explicit.

v0.4.1 keeps ALT abstraction-liquidity foundry support so external knowledge and agent traces can become reusable abstraction-token candidates, then certified abstraction capital only after lower-bound surplus, transport, root-of-trust, telemetry, lifecycle, and hazard checks pass. ALT also adds negative-liquidity, deprecation/resurrection, baseline refresh, reproduction diagnostics, and ALT-CARA acceleration certificates so stale or unsafe abstraction claims remain repairable residual work rather than silent capital. Use development, research, controlled, federated, production, or adversarial profiles to choose how communication policy, cryptographic identities, homogeneous fleets, signed packet issuers, and Sybil-resistance ledgers affect packet promotion and collective certificates.

Core contract: registry is metadata, not evidence. Use pic doctor and structured checker outputs to distinguish declared status, finite certificate results, proof obligations, and residual ledgers.

For AI Agents

Start with AGENTS.md and For AI agents. The fastest safe route is:

uv run pic agent explain
uv run pic agent guide --profile development
uv run pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile development

Production packet promotion requires identity context:

uv run pic identity derive-context --population examples/agent_population_signed.json --profile production --output identity-context.json
uv run pic agent intake --text "Signed packet candidate." --profile production --identity-context identity-context.json

Residuals are expected and must be preserved. settled=false is not command failure; it means unresolved obligations remain explicit.

For networked collective-phase workflows, inspect the communication guide first. General web, feed, and agent-to-agent intake are default-off for live network access; external content becomes packet candidates only. Live intake requires three aligned opt-ins: the source/request flag, the intake policy, and the runtime or service config. Reports preserve sanitized provenance (provenance, web_fetch_reports, content SHA-256, redirect and robots/rate diagnostics) without exposing local absolute paths, cookies, tokens, or query secrets.

uv run pic agent communication-guide --profile development --no-allow-live-connectors
uv run pic ecology policy explain --profile controlled_web
uv run pic ecology ingest-general --source examples/agent_network/feed.xml --kind rss
uv run pic ecology bridge-runtime --report examples/agent_network/general_intake_report.example.json
uv run pic alt admit --packet examples/alt/admission_packet.json
uv run pic agent message contract --message examples/agent_network/agent_message.json

For production agent-to-agent messages, derive an accepted identity context first and pass it to message verification. Without that context, signed messages remain diagnostic candidates. Raw external packet volume, including candidate-only closure or execution-path records, does not improve positive Psi components or collective certificates until downstream promotion checks accept the packet as finite-scope capital.

Quickstart

Path A: Pip Install For Immediate Runtime Smoke

Use this when an agent has no source checkout and needs to verify the installed package, inspect schemas/snapshots, or run the bundled curated demo.

python -m pip install percolation-inversion-compiler
pic agent explain
pic demo installed-smoke --profile development
pic demo bootstrap --output-dir pic-demo
pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile development
pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development

Path B: Clone For Full Practical Use

Use this when you want fixture-backed commands, examples/..., canonical-source audits, full research workflows, release checks, or local development.

Install uv if it is not already available. Official install commands:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
curl -LsSf https://astral.sh/uv/install.sh | sh

If the standalone installer is not suitable, use the PyPI fallback:

python -m pip install uv

Then clone and sync the full repository:

git clone https://github.com/kadubon/percolation-inversion-compiler.git
cd percolation-inversion-compiler
uv sync --all-extras --dev

After cloning, use uv run pic ... for commands that reference examples/....

1. Inspect Bundled Theory Snapshots

Use this path when you do not have the canonical TeX sources locally.

uv run pic snapshot list
uv run pic snapshot show --artifact ecpt
uv run pic snapshot show --artifact sqot
uv run pic snapshot show --artifact alt
uv run pic snapshot routes

2. Run One Runtime Step

This produces packet ingestion, SQOT scheduling, Psi components, bottleneck tasks, missing obligations, and residual ledgers.

uv run pic runtime step --state examples/runtime_state.json --input examples/runtime_step_input.json --profile production

3. Certify A Collective Phase Candidate

This checks fixed population, no self-rewrite, no hidden capability injection, accepted closure witnesses, execution-available paths, Psi thresholds, SQOT reserve, hazard/authority checks, and resource-matched baseline conditions.

uv run pic runtime collective-certify --population examples/agent_population.json --state examples/collective_runtime_state.json --basin examples/ecpt_basin_contract.json --baseline examples/runtime_baseline_run.json --threshold examples/runtime_threshold.json

For a complete command inventory, see CLI reference.

Who Should Use This?

  • AI agent integrators who need deterministic JSON for verifier routing, packet promotion, residual-ledger preservation, and fail-closed runtime loops.
  • Researchers studying ECPT, BIT, TRC, SQOT, ALT, finite certificate compilers, abstraction liquidity, collective capability percolation, frontier extraction, and protocol-relative phase-control.
  • Tool and runtime maintainers building portable Python, Rust, TypeScript, Go, Julia, or service-based implementations around stable JSON Schemas.

Documentation Map

Canonical Sources

Repository/software concept DOI: https://doi.org/10.5281/zenodo.20569166

Development Checks

uv run pytest
uv run ruff check .
uv run ruff format --check .
uv run mypy src scripts

License

Code in this repository is licensed under Apache-2.0. The cited Zenodo papers are licensed CC-BY-4.0 by their publisher metadata and are not vendored here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

percolation_inversion_compiler-0.4.1.tar.gz (544.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

percolation_inversion_compiler-0.4.1-py3-none-any.whl (302.1 kB view details)

Uploaded Python 3

File details

Details for the file percolation_inversion_compiler-0.4.1.tar.gz.

File metadata

  • Download URL: percolation_inversion_compiler-0.4.1.tar.gz
  • Upload date:
  • Size: 544.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for percolation_inversion_compiler-0.4.1.tar.gz
Algorithm Hash digest
SHA256 167215fb8b6b5bc3ed97ea4552fecb090276cb673ee5847ff305db785d03a0cf
MD5 1027262f44740e6b9278ce0f9fdbe78c
BLAKE2b-256 41af529b5d92213966da71c98a6e64787f30d36bdef81e987aa8f74e7512a994

See more details on using hashes here.

File details

Details for the file percolation_inversion_compiler-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: percolation_inversion_compiler-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 302.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for percolation_inversion_compiler-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9a6bac03e60c94dfef8c038087c339528ead5e328e46d78abb68549fc75d00c5
MD5 12479e63d9fbab7ed8f0b840aba37e11
BLAKE2b-256 8ace3a81f40e29f18eea27d219894d329e7865a2ed3cf3dcd1f1cd043836f454

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page