Skip to content

Commit fe775a3

Browse files
Merge pull request #3887 from RichardTang-Aden/update-readme-gifs
feat: add video in the README
2 parents 2df9adc + c756cbf commit fe775a3

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

README.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Build autonomous, reliable, self-improving AI agents without hardcoding workflow
4242

4343
Visit [adenhq.com](https://adenhq.com) for complete documentation, examples, and guides.
4444

45+
https://github.com/user-attachments/assets/846c0cc7-ffd6-47fa-b4b7-495494857a55
46+
4547
## Who Is Hive For?
4648

4749
Hive is designed for developers and teams who want to build **production-grade AI agents** without manually wiring complex workflows.
@@ -66,21 +68,6 @@ Use Hive when you need:
6668
- Multi-agent coordination
6769
- A framework that evolves with your goals
6870

69-
## What is Aden
70-
71-
<p align="center">
72-
<img width="100%" alt="Aden Architecture" src="docs/assets/aden-architecture-diagram.jpg" />
73-
</p>
74-
75-
Aden is a platform for building, deploying, operating, and adapting AI agents:
76-
77-
- **Build** - A Coding Agent generates specialized Worker Agents (Sales, Marketing, Ops) from natural language goals
78-
- **Deploy** - Headless deployment (self-hosted, cloud native deployment coming soon)
79-
- **Operate** - Real-time monitoring, observability, and runtime guardrails keep agents reliable
80-
- **Adapt** - Continuous evaluation, supervision, and adaptation ensure agents improve over time
81-
- **Infra** - Shared memory, LLM integrations, tools, and skills power every agent
82-
- **Integration** - Integrate to your business systems to automate processes
83-
8471
## Quick Links
8572

8673
- **[Documentation](https://docs.adenhq.com/)** - Complete guides and API reference
@@ -91,7 +78,7 @@ Aden is a platform for building, deploying, operating, and adapting AI agents:
9178

9279
## Quick Start
9380

94-
## Prerequisites
81+
### Prerequisites
9582

9683
- Python 3.11+ for agent development
9784
- Claude Code or Cursor for utilizing agent skills
@@ -115,7 +102,7 @@ This sets up:
115102
- **aden_tools** - MCP tools for agent capabilities (in `tools/.venv`)
116103
- **credential store** - Encrypted API key storage (`~/.hive/credentials`)
117104
- **LLM provider** - Interactive default model configuration
118-
- All required Python dependencies
105+
- All required Python dependencies with `uv`
119106

120107
### Build Your First Agent
121108

@@ -153,8 +140,8 @@ hive run exports/your_agent_name --input '{"key": "value"}'
153140

154141
Hive is built to be model-agnostic and system-agnostic.
155142

156-
- **LLM flexibility** - Aden Framework is designed to support various types of LLMs, including hosted and local models through LiteLLM-compatible providers.
157-
- **Business system connectivity** - Aden Framework is designed to connect to all kinds of business systems as tools, such as CRM, support, messaging, data, file, and internal APIs via MCP.
143+
- **LLM flexibility** - Hive Framework is designed to support various types of LLMs, including hosted and local models through LiteLLM-compatible providers.
144+
- **Business system connectivity** - Hive Framework is designed to connect to all kinds of business systems as tools, such as CRM, support, messaging, data, file, and internal APIs via MCP.
158145

159146

160147
## Why Aden
@@ -193,9 +180,9 @@ flowchart LR
193180
style V6 fill:#fff,stroke:#ed8c00,stroke-width:1px,color:#cc5d00
194181
```
195182

196-
### The Aden Advantage
183+
### The Hive Advantage
197184

198-
| Traditional Frameworks | Aden |
185+
| Traditional Frameworks | Hive |
199186
| -------------------------- | -------------------------------------- |
200187
| Hardcode agent workflows | Describe goals in natural language |
201188
| Manual graph definition | Auto-generated agent graphs |
@@ -402,7 +389,7 @@ Yes, Hive fully supports [human-in-the-loop](docs/key_concepts/graph.md#human-in
402389

403390
The Hive framework is built in Python. A JavaScript/TypeScript SDK is on the roadmap.
404391

405-
**Q: Can Aden agents interact with external tools and APIs?**
392+
**Q: Can Hive agents interact with external tools and APIs?**
406393

407394
Yes. Aden's SDK-wrapped nodes provide built-in tool access, and the framework supports flexible tool ecosystems. Agents can integrate with external APIs, databases, and services through the node architecture.
408395

0 commit comments

Comments
 (0)