From eac8e98166fe893987622d9d51659426622a7e46 Mon Sep 17 00:00:00 2001 From: Francy Lisboa Date: Wed, 22 Oct 2025 13:36:45 -0300 Subject: [PATCH] docs: Add AgentDB enhanced installation instructions to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 020354f..6ed95d0 100644 --- a/README.md +++ b/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