Skip to content

Commit 33a6e09

Browse files
authored
release: v0.2.0 - Agent Mesh module (#31)
1 parent c15d2bf commit 33a6e09

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** - MeshClient with heartbeat, startHeartbeat, stopHeartbeat, reportMetric, listAgents, getAgent, kill, resume, listEvents
7+
- Mesh module wired via `client.getMesh()` accessor (thread-safe lazy init)
8+
- Dashboard URL: mesh.axme.ai
9+
310
## 0.1.2 (2026-03-18)
411

512
### Features

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ai.axme</groupId>
88
<artifactId>axme</artifactId>
9-
<version>0.1.2</version>
9+
<version>0.2.0</version>
1010
<name>axme</name>
1111
<description>Official Java SDK for Axme APIs and workflows.</description>
1212
<url>https://github.com/AxmeAI/axme-sdk-java</url>

0 commit comments

Comments
 (0)