docs: Add AgentDB enhanced installation instructions to README
- Add comprehensive AgentDB v2.1 installation section - Include final installation commands for Claude Code - Document enhanced features and benefits - Update prerequisites to mention optional AgentDB - Provide test command for verification - Maintain both standard and enhanced installation options Users can now easily install the enhanced version with: /plugin marketplace add ./ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b088db687c
commit
eac8e98166
1 changed files with 35 additions and 0 deletions
35
README.md
35
README.md
|
|
@ -351,6 +351,7 @@ Pre-built, battle-tested templates for common domains:
|
|||
- ✅ Claude Code CLI installed
|
||||
- ✅ Python 3.8+ (for agents that will be created)
|
||||
- ✅ Internet connection (for research phase)
|
||||
- 🔧 **Optional**: AgentDB CLI for enhanced learning features (automatically installed if missing)
|
||||
|
||||
### **⚡ Quick Installation**
|
||||
```bash
|
||||
|
|
@ -365,6 +366,40 @@ Pre-built, battle-tested templates for common domains:
|
|||
"Create an agent for [your workflow]"
|
||||
```
|
||||
|
||||
### **🚀 AgentDB Enhanced Installation (Recommended)**
|
||||
|
||||
For the latest version with **invisible intelligence enhancement** and **progressive learning**:
|
||||
|
||||
**Final Installation Commands:**
|
||||
|
||||
Now you can complete the installation in your Claude Code with these commands:
|
||||
|
||||
```bash
|
||||
# 1. Remove the old marketplace entry (if it exists)
|
||||
/plugin marketplace remove agent-creator-en
|
||||
|
||||
# 2. Install the AgentDB enhanced version from the current directory
|
||||
/plugin marketplace add ./
|
||||
|
||||
# 3. Verify the installation
|
||||
/plugin list
|
||||
```
|
||||
|
||||
**Test Your Enhanced Agent Creator:**
|
||||
|
||||
Once installed, test it with a simple command:
|
||||
|
||||
```bash
|
||||
"Create financial analysis agent for stock market data"
|
||||
```
|
||||
|
||||
**🎯 What You Get with AgentDB Enhanced:**
|
||||
- 🧠 **Invisible Intelligence**: Automatic enhancement without complexity
|
||||
- 📈 **Progressive Learning**: Gets smarter with each use
|
||||
- 🧮 **Mathematical Validation**: 95% confidence proofs for decisions
|
||||
- 🛡️ **Graceful Fallback**: Works perfectly even offline
|
||||
- 👤 **Dead Simple Experience**: Same easy interface, more power
|
||||
|
||||
### **🛠️ Agent Installation (After Creation)**
|
||||
```bash
|
||||
# Navigate to created agent directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue