From 732f21b815f8c9ef2f46750717a2f0156ccd5055 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 11 Dec 2024 17:09:51 +0100 Subject: [PATCH] releasing version 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d09bca4..7565189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nerve-ai" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "Nerve is a tool that allows creating stateful agents with any LLM of your choice - without writing a single line of code. The tool provides to the model a framework of functionalities for planning, saving or recalling memories, etc by dynamically adapting the prompt and making it stateful over multiple inferences. The model will be able to access and use these functionalities in order to accomplish the task you provided." keywords = ["llm", "agent", "stateful-agents", "ai"]