Skip to content

Commit 5899852

Browse files
committed
docs: separate the hero from the use-case GIF
The animated GIF is a specific sample (customer-support triage), not the framework's identity — leading with it as the hero risked making the project look like that one app. Restore the generic hero image at the top and move the GIF into a clearly-labelled "Example in action" section that states it's one sample use case, with the live-demo link.
1 parent 123a490 commit 5899852

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Build governed, stateful multi-agent workflows in Java — orchestration, persistence, and runtime observability.**
44

55
<p align="center">
6-
<img width="760" alt="AgentFlow4J — a multi-agent workflow running live" src="docs/images/use-case.gif" />
6+
<img width="250" height="400" alt="AgentFlow4J" src="https://github.com/user-attachments/assets/7c954ec6-a6f5-42f8-8f84-1de9332debd1" />
77
</p>
88

99
No orchestration boilerplate. No hidden execution. Just define your agents and run.
@@ -28,6 +28,18 @@ Runs `SupportTriageDemo` — a customer-support ticket flowing through a graph:
2828

2929
---
3030

31+
## 🎬 Example in action
32+
33+
One real workflow built with AgentFlow4J — a customer-support triage app. This is **one sample use case**, not the framework itself; you compose your own agents and graphs the same way.
34+
35+
<p align="center">
36+
<img width="760" alt="A customer-support multi-agent workflow built with AgentFlow4J, running live" src="docs/images/use-case.gif" />
37+
</p>
38+
39+
▶ Live demo: <https://huggingface.co/spaces/datallmhub/multi-agent-customer-ops>
40+
41+
---
42+
3143
## ⚡ In 60 seconds
3244

3345
```java

0 commit comments

Comments
 (0)