Skip to content

PAIOS CE v0.1.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@chengcheng-2006 chengcheng-2006 released this 09 Aug 05:31
c0a60b2

PAIOS CE v0.1.0-rc.2

PAIOS CE is a local-first execution-control reference runtime for AI
agent builders.

This release candidate focuses on making the execution decision explicit,
auditable, and visible before a scoped action proceeds.

Highlights

  • explicit execution-control and permission-gate flow
  • real blocked-action demo with zero execution attempted
  • real allowed-action demo for scoped low-risk execution
  • deterministic architecture and security-boundary visuals
  • generated configuration schemas aligned with the current runtime
  • contribution, security, support, Issue Form and PR infrastructure
  • English and Simplified Chinese project documentation

Verified behavior

Blocked unknown action:

  • decision: blocked
  • error_code: E_UNKNOWN_ACTION
  • execution_attempted: false
  • exit code 5

Allowed demo:

  • decision: allow
  • risk_level: LOW
  • successful result
  • exit code 0

Validation

  • model contract: 9/9 passing
  • regression suite: 298 passed, 1 filesystem-specific skip
  • line coverage: 87.83%
  • branch coverage: 76.62%
  • fresh wheel/sdist build passes
  • fresh install and CLI smoke checks pass
  • no confirmed secrets, PII, or private machine paths in the public release candidate

Current scope

PAIOS CE is a reference runtime and release candidate.

Current public scope does not claim production support for:

  • live WeChat or Feishu channels
  • production cloud-model providers
  • browser automation
  • arbitrary shell / administrator execution
  • remote desktop control
  • production OpenClaw or Hermes integration

See the repository README, security model and roadmap for current
capabilities and planned work.

Documentation

  • README
  • Security policy
  • Security model
  • Contributing guide
  • Roadmap

Package version

Python package version:

0.1.0rc2

This GitHub release is a pre-release.