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
2 changes: 1 addition & 1 deletion agent_assembly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
from typing import TYPE_CHECKING, Any

__version__ = "0.0.2a1"
__version__ = "0.0.1b4"

_MODULE_CORE = "agent_assembly.core"
_MODULE_ADAPTERS = "agent_assembly.adapters"
Expand Down
8 changes: 7 additions & 1 deletion docs/compatibility/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
Release notes for the Agent Assembly Python SDK. Versions follow [SemVer](https://semver.org/) starting from `1.0.0`; pre-1.0 releases (the current `0.x.y` line) may include breaking changes between minor versions and are tracked in the [GitHub releases](https://github.com/ai-agent-assembly/python-sdk/releases) feed.

!!! info "0.x development"
The SDK is in active 0.x development; no formal release notes are published yet. Track changes via [the commits to `master`](https://github.com/ai-agent-assembly/python-sdk/commits/master) until the first tagged release.
The SDK is in active 0.x development; per-release notes are minimal. Track full changes via [the commits to `master`](https://github.com/ai-agent-assembly/python-sdk/commits/master) and the [GitHub releases](https://github.com/ai-agent-assembly/python-sdk/releases) feed.

## 0.0.1-beta.4

Beta iteration of the Python SDK on the `0.0.1` line. The bundled `aasm` runtime
binary and compiled `aa-ffi-python` extension track the `agent-assembly`
`v0.0.1-beta.3` core release.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "agent-assembly"
version = "0.0.2a1"
version = "0.0.1b4"
description = "Python SDK for AI Agent Assembly - A governance-native runtime for AI agents"
authors = [{ name = "Agent Assembly Team", email = "team@agent-assembly.dev" }]
requires-python = ">=3.12,<4.0"
Expand Down Expand Up @@ -121,4 +121,3 @@ packages = ["agent_assembly"]
include = ["agent_assembly/"]
packages = ["agent_assembly"]
#artifacts = ["agent_assembly/py.typed"]

2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading