Skip to content

Commit 3d4f786

Browse files
docs: add evaluation tier section to README
1 parent 6ade9f6 commit 3d4f786

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,22 @@ If you're new to AxonFlow, this short video shows how the control plane and SDKs
5555
implementation 'com.getaxonflow:axonflow-sdk:3.2.0'
5656
```
5757

58+
## Evaluation Tier (Free License)
59+
60+
Need more capacity than Community without moving to Enterprise? Evaluation uses the same core features with higher limits:
61+
62+
| Limit | Community | Evaluation (Free) | Enterprise |
63+
|-------|-----------|-------------------|------------|
64+
| Tenant policies | 20 | 50 | Unlimited |
65+
| Org-wide policies | 0 | 5 | Unlimited |
66+
| Audit retention | 3 days | 14 days | 3650 days |
67+
| Concurrent executions | 5 | 25 | Unlimited |
68+
| Execution history | 50 | 500 | Unlimited |
69+
70+
Also includes higher limits for LLM providers and MAP planning.
71+
72+
[Get a free Evaluation license](https://getaxonflow.com/evaluation-license?utm_source=readme_sdk_java_eval) · [Full tier matrix](https://docs.getaxonflow.com/docs/features/community-vs-enterprise)
73+
5874
## Quick Start
5975

6076
### Gateway Mode (Recommended)

0 commit comments

Comments
 (0)