Skip to content

Commit 2146cfe

Browse files
committed
docs(readme): add forge demo hero (gif + webp fallback)
1 parent 775e739 commit 2146cfe

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ On benchmarks: **85.6% on LongMemEval-S** at $0.0090 per correct answer (gpt-4o
3939

4040
---
4141

42+
<div align="center">
43+
44+
<picture>
45+
<source srcset="https://raw.githubusercontent.com/framersai/agentos/master/assets/agentos-forge-demo.webp" type="image/webp" />
46+
<img src="https://raw.githubusercontent.com/framersai/agentos/master/assets/agentos-forge-demo.gif"
47+
alt="Three AgentOS agents with distinct HEXACO personalities collaborate on a code review, forge a new tool at runtime once they hit a gap their static toolkit can't cover, the LLM judge approves the spec, and all three invoke it on the next turn."
48+
width="900" />
49+
</picture>
50+
51+
<sub>Runtime tool forging + multi-agent collaboration. Reproduce with <code>node <a href="https://github.com/framersai/agentos/blob/master/examples/emergent-hierarchical-spawning.mjs">examples/emergent-hierarchical-spawning.mjs</a></code> — three commands, no API mocks.</sub>
52+
53+
</div>
54+
55+
---
56+
4257
## Install
4358

4459
```bash

assets/agentos-forge-demo.gif

2.49 MB
Loading

assets/agentos-forge-demo.webp

1.93 MB
Loading

0 commit comments

Comments
 (0)