You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
-
84
71
## Quick Links
85
72
86
73
-**[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:
91
78
92
79
## Quick Start
93
80
94
-
## Prerequisites
81
+
###Prerequisites
95
82
96
83
- Python 3.11+ for agent development
97
84
- Claude Code or Cursor for utilizing agent skills
@@ -115,7 +102,7 @@ This sets up:
115
102
-**aden_tools** - MCP tools for agent capabilities (in `tools/.venv`)
116
103
-**credential store** - Encrypted API key storage (`~/.hive/credentials`)
117
104
-**LLM provider** - Interactive default model configuration
118
-
- All required Python dependencies
105
+
- All required Python dependencies with `uv`
119
106
120
107
### Build Your First Agent
121
108
@@ -153,8 +140,8 @@ hive run exports/your_agent_name --input '{"key": "value"}'
153
140
154
141
Hive is built to be model-agnostic and system-agnostic.
155
142
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.
The Hive framework is built in Python. A JavaScript/TypeScript SDK is on the roadmap.
404
391
405
-
**Q: Can Aden agents interact with external tools and APIs?**
392
+
**Q: Can Hive agents interact with external tools and APIs?**
406
393
407
394
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.
0 commit comments