Python SDK for Agentic Evidence Logger
Project description
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/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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_evidence_sdk-0.1.0.tar.gz.
File metadata
- Download URL: agentic_evidence_sdk-0.1.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5af29787fa27699b92699e031ea52242ca553abaf555d80f6a888eae7fb7a694
|
|
| MD5 |
6eb44d7312b451b8aeeb54b4088eb160
|
|
| BLAKE2b-256 |
f6e267e149891c6703c4d32a90add5a86f4b1b5b380b478b811d0bfcbc56a593
|
File details
Details for the file agentic_evidence_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentic_evidence_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a46bc1f2d047c990207778f14ca0d86e75eeb209c720f267eedc97ea8f6cda9
|
|
| MD5 |
4a21967ceff2a2217e06cc016b99fb2e
|
|
| BLAKE2b-256 |
99364879bca22e9c66d6849040089db712bb2d61183186e9ed4ca30e92ada76b
|