From 085a0c6c7719f34beb4938972153eee0e74879b2 Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Sat, 2 Nov 2024 01:12:39 +0100 Subject: [PATCH] wip --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 452b6f78..899f67a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ AgentPress is not a agent framework - it's a collection of lightweight, modular utilities that serve as building blocks for creating AI agents. Think of it as "shadcn/ui for AI agents" - a set of utils to copy, paste, and customize in order to quickly bootstrap your AI App / Agent. -AgentPress provides Messages[] API on Steroids called "Threads", a ThreadManager with automatic Tool Execution and a simple StateManager. - **Threads**: Simple message thread handling utilities - **Automatic Tool**: Flexible tool definition and automatic execution - **State Management**: Basic JSON-based state persistence