Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Verifiable Data AgentKit
# SourceryKit

[![status: v0.2](https://img.shields.io/badge/status-v0.2-blue)](CHANGELOG.md)
[![python: 3.11+](https://img.shields.io/badge/python-3.11+-blue)](pyproject.toml)
[![license: Proprietary](https://img.shields.io/badge/license-Proprietary-red)](LICENSE.md)

The Python SDK for [Provably](https://provably.ai). Adds a deterministic
SourceryKit is the Python SDK for [Provably](https://provably.ai). Adds a deterministic
**eval** layer (verifiable guardrails — distinct from proof _verification_)
to any Python agent: every outbound HTTP call is recorded, every claim
handed off to another agent is evaluated against a trusted Provably query
Expand Down
Loading