From ab2bef052ee8930cb1bc62d4d02ae1f1c7c9333e Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 3 Dec 2024 10:31:11 +0100 Subject: [PATCH] releasing version 0.4.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b1155b..978e4be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1341,7 +1341,7 @@ dependencies = [ [[package]] name = "nerve" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "clap", @@ -1356,7 +1356,7 @@ dependencies = [ [[package]] name = "nerve-core" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9c4a6f2..43b46da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["nerve-core", "nerve-cli"] [workspace.package] -version = "0.3.0" +version = "0.4.0" 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"]