PAIOS CE v0.1.0-rc.2
Pre-release
Pre-release
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: blockederror_code: E_UNKNOWN_ACTIONexecution_attempted: false- exit code
5
Allowed demo:
decision: allowrisk_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.