Skip to content

Commit 2b59afa

Browse files
George-iamclaude
andcommitted
docs: add Agent Mesh section to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7213d1c commit 2b59afa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,19 @@ Map<String, Object> events = client.listIntentEvents(intentId, null, RequestOpti
8080

8181
---
8282

83+
## Agent Mesh - Monitor and Govern
84+
85+
Agent Mesh gives every agent real-time health monitoring, policy enforcement, and a kill switch - all from a single dashboard.
86+
87+
```java
88+
client.mesh().startHeartbeat();
89+
client.mesh().reportMetric(Metric.builder().success(true).latencyMs(230).costUsd(0.02).build());
90+
```
91+
92+
Set action policies (allowlist/denylist intent types) and cost policies (intents/day, $/day limits) per agent via dashboard or API. Mesh module coming soon to this SDK - [Python SDK](https://github.com/AxmeAI/axme-sdk-python) available now. [Full overview](https://github.com/AxmeAI/axme#agent-mesh---see-and-control-your-agents).
93+
94+
---
95+
8396
## Examples
8497

8598
See [`examples/BasicSubmit.java`](examples/BasicSubmit.java). More: [axme-examples](https://github.com/AxmeAI/axme-examples)

0 commit comments

Comments
 (0)