Agentic Testari — autonomous QA testing under AIOS development discipline
Project description
Agentic Testari
Autonomous QA testing under AIOS development discipline.
The customer-facing wheel that ships:
- EPIC N harness — AIOS personas, workflows, rules, constitution, skills, templates, checklists running as a runtime library
- EPIC M storage + keychain — local SQLite (with sqlite-vec), OS keychain (license + API keys)
- CLI —
at-cliandagentic-testariconsole scripts
Install
pip install agentic-testari
For UI testing (Helena):
pip install 'agentic-testari[helena]'
playwright install
For API testing (Victor):
pip install 'agentic-testari[victor]'
Everything:
pip install 'agentic-testari[all]'
First run
at-cli init # Configure LLM (BYO key OR MCP delegation)
at-cli run "Test the login flow"
at-cli status
at-cli license # Activate a Pro license
Architecture
The wheel is the local-first delivery vehicle. It bundles the entire AIOS
discipline (.aios-core/ + .claude/) under agentic_testari/_resources/
so the harness loader works identically whether running from the source
tree or the installed wheel.
LLM calls are always the user's. Zero bundled API keys. The CLI's
init wizard mandates one of:
- BYO API key (OpenAI / Anthropic / Azure) stored in OS keychain
- MCP delegation to host (Claude Code / Codex / Cursor / Antigravity)
Code protection
The harness moat compiles to native binaries via Cython at wheel build
time. Inspecting agentic_testari/harness/loader.so (Linux/macOS) or
.pyd (Windows) gives you bytecode but not the AIOS discipline source.
License
Proprietary. Pro licensing required for production use. Free trial via
at-cli license trial.
See https://agentictestari.com for tiers (€29 / €59 / €99 / Enterprise).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 agentic_testari-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agentic_testari-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
268b2290abd76a65fe7926d1164aa6e2beba44b45d2f0372e310eba1c707d33f
|
|
| MD5 |
ed3dfbf1085f1c131340db22897e1249
|
|
| BLAKE2b-256 |
3ae63cd1ac5126f0a11558b5fd10c850048870124a52a13fed75a2347ab28b97
|