Skip to main content

A shared semantic-memory layer for QA agents. Agents store and maintain knowledge about a system under test (goals, recognition signals, success/failure oracles, alternative paths, risks) decoupled from the procedure used to reach it.

Project description

Mneme

A shared semantic-memory layer for QA agents. Codename — rename freely (praxis → your brand) in pyproject.toml and src/.

Most testing tools store procedures (click A, fill B, assert C). Mneme stores knowledge about the system under test — goals, how to recognize states, what success and failure actually look like, which alternative paths exist, and which risks lurk — and keeps that knowledge decoupled from the steps any single run happened to use.

Agents read the knowledge to attempt a goal, regenerate their own steps, and write back what they observed. Over time the memory becomes a living model of the app, maintained by agents instead of by hand.

goal: A returning user can establish an authenticated session.
success_signals:
  - a logout action becomes available          # behavioral, durable
  - POST /session returns 2xx + session cookie  # network, durable
alternative_paths: [email-password, social-oauth]
known_risks:
  - captcha (trigger: several consecutive failures)
  - mfa     (trigger: account has MFA / new device)

Why this is not "another test framework"

This is model-based testing reborn: the discipline that failed historically because maintaining the model by hand cost more than the tests it replaced. The bet here is that agents can build and maintain the model themselves, which inverts that economics. The procedure is disposable; the knowledge is the asset.

What's in this repo

  • docs/ — the full design: vision, architecture, schema, MVP experiment, risks, roadmap.
  • docs/adr/ — the load-bearing decisions and why.
  • schema/ — the language-neutral knowledge schema (JSON Schema) + real examples.
  • src/praxis/ — package skeleton (model, store, merge, oracle, adapters).
  • experiments/ui-mutation/ — the one experiment that validates or kills the idea.

Start here

  1. docs/00-product-brief.md — the one-page pitch.
  2. AGENTS.md — how Claude Code should build this (non-negotiables included).
  3. experiments/ui-mutation/README.md — build this first.

Non-negotiables (the spine of the design)

  1. Store invariants, not coordinates.
  2. Every assertion carries provenance + confidence (ADR-0004).
  3. The store is append-only (ADR-0001) — no overwrite of knowledge.
  4. Core stays runtime-agnostic; runtime code lives behind adapters (ADR-0003).
  5. The oracle is sacred — a success oracle is believed only via evidence diversity (≥2 different signal types) or a human/spec seed, never by counting agents; the first oracle is seeded (ADR-0005). Silent poisoning is the way this product dies (docs/06).

License: Apache-2.0 (recommended).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

praxis_qa-0.0.1.tar.gz (158.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

praxis_qa-0.0.1-py3-none-any.whl (179.3 kB view details)

Uploaded Python 3

File details

Details for the file praxis_qa-0.0.1.tar.gz.

File metadata

  • Download URL: praxis_qa-0.0.1.tar.gz
  • Upload date:
  • Size: 158.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for praxis_qa-0.0.1.tar.gz
Algorithm Hash digest
SHA256 29957adce4359abf14c811bc175546b5f8e0ffe05d102426cf98823b62751346
MD5 98e18fb4c7283f37dad4e3d90c5dab01
BLAKE2b-256 caac062ad9fa8b97054d8d61a38eec0622ba56a326ffacdaf6bf54c48a4421ed

See more details on using hashes here.

File details

Details for the file praxis_qa-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: praxis_qa-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 179.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for praxis_qa-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f5358da40d3a83ba00d55f33726f7a8db7d420eada15a3d0ed797656f940c10e
MD5 a450a9ee33ffc5d9e8be9544e0d35dc4
BLAKE2b-256 4287738422b91689ec820474248e61759ca21b56f79d09e3508602d387163b29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page