From 8099be8f59fdcaf06d3fc4a126acdef3135c2bfb Mon Sep 17 00:00:00 2001 From: geobelsky Date: Wed, 1 Apr 2026 07:27:25 +0000 Subject: [PATCH] release: v0.2.0 - Agent Mesh module --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cb756..8f5c9f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.2.0] - 2026-04-01 + +### Added +- **Agent Mesh module** - heartbeat, start_heartbeat (daemon thread), report_metric, list_agents, get_agent, kill, resume, list_events +- Mesh module wired as `client.mesh` property (lazy init) +- Dashboard URL: mesh.axme.ai + ## 0.1.2 (2026-03-18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e93beba..55fb026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "axme" -version = "0.1.2" +version = "0.2.0" description = "Official Python SDK for Axme APIs." readme = "README.md" requires-python = ">=3.11"