Skip to content

Commit 143ffa4

Browse files
authored
release: v0.2.0 - Agent Mesh module (#49)
1 parent fa6b5a6 commit 143ffa4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.2.0] - 2026-04-01
4+
5+
### Added
6+
- **Agent Mesh module** - heartbeat, start_heartbeat (daemon thread), report_metric, list_agents, get_agent, kill, resume, list_events
7+
- Mesh module wired as `client.mesh` property (lazy init)
8+
- Dashboard URL: mesh.axme.ai
9+
310
## 0.1.2 (2026-03-18)
411

512
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "axme"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = "Official Python SDK for Axme APIs."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)