Skip to content

Commit 81c20f8

Browse files
fix: replace HTML demos with native animated SVGs for GitHub rendering
1 parent ca1e052 commit 81c20f8

11 files changed

+363
-270
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
Create and manage multiple AI agents, each with their own configuration, model preferences, and behavior. Spawn subagents for parallel task execution.
4444

45-
<p align="center"><img src="gifs/agents_gif_demo.html" alt="Multi-Agent System Demo" width="750"></p>
45+
<p align="center"><img src="gifs/agents_gif_demo.svg" alt="Multi-Agent System Demo" width="750"></p>
4646

4747
```bash
4848
nv agent list # List all agents
@@ -56,7 +56,7 @@ nv agent delete mybot # Remove an agent
5656

5757
Give your agents personality through file-based identity documents. The **Soul** acts as active middleware, injecting personality into every interaction.
5858

59-
<p align="center"><img src="gifs/soul_identity_demo.html" alt="Soul Identity Demo" width="750"></p>
59+
<p align="center"><img src="gifs/soul_identity_demo.svg" alt="Soul Identity Demo" width="750"></p>
6060

6161
| File | Purpose |
6262
|------|---------|
@@ -72,7 +72,7 @@ Give your agents personality through file-based identity documents. The **Soul**
7272

7373
Discover, install, and manage agent skills. To ensure safety in agentic loops, every skill is scanned for dangerous patterns before installation.
7474

75-
<p align="center"><img src="gifs/skills_security_demo.html" alt="Skills Security Demo" width="750"></p>
75+
<p align="center"><img src="gifs/skills_security_demo.svg" alt="Skills Security Demo" width="750"></p>
7676

7777
```bash
7878
nv skill list # List installed skills
@@ -103,7 +103,7 @@ nv memory search "database setup"
103103

104104
Schedule periodic tasks that run within your agent's context — perfect for background maintenance or scheduled data syncing.
105105

106-
<p align="center"><img src="gifs/heartbeat_demo.html" alt="Heartbeat Demo" width="750"></p>
106+
<p align="center"><img src="gifs/heartbeat_demo.svg" alt="Heartbeat Demo" width="750"></p>
107107

108108
```bash
109109
nv heartbeat status # Check heartbeat task status
@@ -144,7 +144,7 @@ export NVIDIA_API_KEY="nvapi-your-key-here"
144144

145145
Use the `/init` command to have the agent analyze your current codebase and generate a context map.
146146

147-
<p align="center"><img src="gifs/init_chat_demo.html" alt="Init Chat Demo" width="750"></p>
147+
<p align="center"><img src="gifs/init_chat_demo.svg" alt="Init Chat Demo" width="750"></p>
148148

149149
```bash
150150
$ nv chat

gifs/agents_gif_demo.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

gifs/agents_gif_demo.svg

Lines changed: 89 additions & 0 deletions
Loading

gifs/heartbeat_demo.html

Lines changed: 0 additions & 54 deletions
This file was deleted.

gifs/heartbeat_demo.svg

Lines changed: 84 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)