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).
Release files for agentic-testari 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentic_testari-0.1.4.tar.gz | 137.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentic_testari-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.6 MB
Release files / agentic_testari-0.1.4.tar.gz
| Download URL | agentic_testari-0.1.4.tar.gz |
|---|---|
| Size | 137.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6fe58d4f53459df3c2968a882fbb374a7ec689c0234766b1396e0e5306a67821
|
|
BLAKE2b-256 checksum How to use checksums |
1bc3269a7ea94dafe42534eba01647477322cd9180d3c2e958f9a0c9375baca4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|
Release files / agentic_testari-0.1.4-py3-none-any.whl
| Download URL | agentic_testari-0.1.4-py3-none-any.whl |
|---|---|
| Size | 2.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62489eefc5e09756e70ab83b47fa92631ba0ddfb5337c035f2209d00794c93a5
|
|
BLAKE2b-256 checksum How to use checksums |
5eb4be7a7572d3ea6f3f2e4d0a729f2112ecdfd7caca7ac30ea8b95690f1b1ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|