Skip to main content

An evidence-driven Agent engineering quality and control layer for delivery proof, deterministic diagnosis, and bounded asset evolution.

Project description

Agent Engineering Toolkit

Stop coding Agents from claiming “tests passed” without verifiable proof.

AET is a local CLI that records exact command execution, declared artifacts, human intent and the Git workspace snapshot. It can then check whether that evidence still matches the current code before a handoff or release.

Agent claim → exact execution evidence → live freshness check → human decision

Install

uv tool install agent-engineering-toolkit
aet --version

Record one proof

Declare the expected proof in aet.intent.json, then run the exact command through Trace:

aet trace --proof unit-tests --intent aet.intent.json \
  --artifact reports/pytest.txt \
  --output .aet/evidence/trace.json \
  -- python -m pytest -q

aet evidence receipt --report .aet/evidence/trace.json

If the workspace changes after the test, the historical command remains a success while current freshness becomes FAIL. Missing evidence remains UNKNOWN; AET never markets it as a pass.

Use the smallest surface

Question Command
Are Agent instructions and Skills structurally usable? aet audit . --strict
Is a diff inside the approved change contract? aet review . --base main --intent aet.intent.json
Did this exact command produce this artifact? aet trace … -- <argv>
Does recorded proof still match the workspace? aet evidence receipt --report <trace.json>

AET is opt-in and normally off. It does not replace your Agent, tests or CI, and it never auto-adopts, commits, pushes or releases a governance candidate.

Python 3.11+ · MIT License

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

agent_engineering_toolkit-1.11.1-py3-none-any.whl (166.1 kB view details)

Uploaded Python 3

File details

Details for the file agent_engineering_toolkit-1.11.1-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_engineering_toolkit-1.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d62b00f80e2afee95e9d99c4ec6ef78b2a4eab13cb042e7ca6c6f634e95c1eb
MD5 54e8cef0f279ac77461a5a0013ebf63d
BLAKE2b-256 b881fd487f28c2e801b7b0227fbe4bf3dd4d3483171b1e89f3e82a17d231a1fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_engineering_toolkit-1.11.1-py3-none-any.whl:

Publisher: publish-pypi.yml on AdvancingTitans/agent-engineering-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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