Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ While the SDK is pre-1.0, breaking changes are possible on any minor version bum

_Nothing yet._

## [0.0.2] — 2026-06-15

### Added

- **`actor` message kind.** `validate`, `sign`, and `verify` now accept `kind="actor"` for signing and validating registry actor entries, against the new bundled `actor.json` schema (synced from `openagp/spec`). This is the schema the public [registry](https://github.com/openagp/registry) validates entries against, and lets an actor self-sign its entry with the same ADR-0001 protocol used for events and policies.

## [0.0.1] — 2026-05-04

Initial public release alongside AGP spec `v0.1.0-rc.1`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "openagp"
version = "0.0.1"
version = "0.0.2"
description = "Reference Python SDK for the Agent Governance Protocol (AGP)"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down
Loading