Agentic Evidence SDK (Python)
A lightweight Python SDK for recording and retrieving agentic evidence with an ergonomic client API. It integrates with the Agentic Evidence backend to log tool invocations, attach artifacts, and verify recorded events.
Licensing summary
- SDK & demo: Apache-2.0
- Backend: Proprietary
- Docs: CC BY 4.0 (in /docs)
- Examples: CC0 (in /examples)
- NOTICE: Yes
Requirements
- Python >= 3.10
Installation
- Once published to PyPI:
pip install agentic-evidence-sdk - For local development:
pip install -e .[dev]
Quickstart
- From repo root:
cd sdk/pythonpip install -e .python ../../demo-agent/demo_agent.py# run demo agent and record a sample eventpytest# run tests (add when available)
- See the full quickstart: https://rajeshwar77.github.io/open-agent-evidence-docs/
Links
- Documentation: https://rajeshwar77.github.io/open-agent-evidence-docs/
- Repository: https://github.com/Rajeshwar77/open-agent-evidence
- Changelog: https://github.com/Rajeshwar77/open-agent-evidence-docs/blob/main/docs/RELEASE-NOTES.md
Development
- Install dev extras:
pip install -e .[dev] - Build sdist/wheel:
python -m build - Check metadata:
python -m twine check dist/*
Release files for agentic-evidence-sdk 0.1.0
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_evidence_sdk-0.1.0.tar.gz | 11.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentic_evidence_sdk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.9 kB
Release files / agentic_evidence_sdk-0.1.0.tar.gz
| Download URL | agentic_evidence_sdk-0.1.0.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5af29787fa27699b92699e031ea52242ca553abaf555d80f6a888eae7fb7a694
|
|
BLAKE2b-256 checksum How to use checksums |
f6e267e149891c6703c4d32a90add5a86f4b1b5b380b478b811d0bfcbc56a593
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.3
|
Release files / agentic_evidence_sdk-0.1.0-py3-none-any.whl
| Download URL | agentic_evidence_sdk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6a46bc1f2d047c990207778f14ca0d86e75eeb209c720f267eedc97ea8f6cda9
|
|
BLAKE2b-256 checksum How to use checksums |
99364879bca22e9c66d6849040089db712bb2d61183186e9ed4ca30e92ada76b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.3
|