From 8fb326560a1cc9a0742ad0de5d0db01d1d4eba96 Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Sat, 28 Oct 2023 12:05:42 -0400 Subject: [PATCH] add AgentForge --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8d5904b..2cd1c7c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,20 @@ Adala: Autonomous Data (Labeling) Agent framework - [GitHub](https://github.com/HumanSignal/Adala) +## [AgentForge](https://github.com/DataBassGit/AgentForge) +A low-code framework designed for the swift creation, testing, and iteration of AI-powered autonomous agents and Cognitive Architectures, compatible with various LLM models. + +
+ +### Description + +- Facilitates building custom agents and cognitive architectures with ease. +- Supports multiple LLM models including OpenAI, Anthropic's Claude, and local Oobabooga, allowing flexibility in running different models for different agents based on specific requirements. +- Provides customizable agent memory management and on-the-fly prompt editing for rapid development and testing. +- Comes with a database-agnostic design ensuring seamless extensibility, with straightforward integration with different databases like ChromaDB for various AI projects. + +
+ ## [AgentGPT](https://agentgpt.reworkd.ai/) A browser-based implementation of AutoGPT, accessible via a no-code platform