CI reliability gate for AI agents
Project description
Praxis
Praxis is a CI reliability gate for AI agents. The MVP attacks every pull request with agent-specific task evals, runs checked-in regression cases, and surfaces generated failures for review.
The current implementation is a scaffolded MVP:
- Python CLI distribution
praxis-aiinpackages/praxis-python - Next.js local dashboard in
apps/dashboard - Deterministic black-box stubs for introspection, stress generation, and RCA
- GitHub Action scaffolding for PR comments
Quick Start
make install
make test
Once published, install the CLI with:
pipx install praxis-ai
praxis --help
Run against a client repo with deterministic local behavior:
uv run praxis init --repo /path/to/demo-client-agent
uv run praxis run --repo /path/to/demo-client-agent --stub
uv run praxis generate-agent-tests --repo /path/to/demo-client-agent
Start the dashboard:
make dashboard-install
make dashboard
MVP Scope
Praxis currently treats introspection, adversarial generation, and RCA as replaceable stubs. The first real adapter targets the Python/LangGraph demo-client-agent.
Release
The PyPI distribution name is praxis-ai because praxis is already occupied on PyPI. The console command remains praxis.
Publishing uses PyPI Trusted Publishing from .github/workflows/publish.yml. Configure the PyPI project praxis-ai to trust this repository, workflow publish.yml, and environment pypi, then publish a GitHub release such as v0.1.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file praxis_ai-0.1.1.tar.gz.
File metadata
- Download URL: praxis_ai-0.1.1.tar.gz
- Upload date:
- Size: 92.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d8acacd0b12f319eb4d02107afecb18cd3b841987b4799209eb58f2ed39918b
|
|
| MD5 |
922c3428d56f49c0ca95d3d01479ebc1
|
|
| BLAKE2b-256 |
fe80d64b469b6eed49b770c7c31ea0607719ddb3acafec6f13be7bc40cbe3f59
|
File details
Details for the file praxis_ai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: praxis_ai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4050cd1713bdf16fe4d7ce7ceb9f9efd6707160cad44f53cb4e5e753c13ef9f3
|
|
| MD5 |
f752c6f46ffcfb8f4d2df36bd026929e
|
|
| BLAKE2b-256 |
25c4e5a2a267b1eb863bc7ab974171a2fa16384d01b9a4c97ec60c61aebad8e3
|