From 02121cf0c2d22ce31fd5b7361f46b1e8355e13a4 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sat, 6 Jul 2024 14:28:24 +0200 Subject: [PATCH] releasing version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8116606..c404377 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ dependencies = [ [[package]] name = "nerve-ai" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index af1f80e..1c98dfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nerve-ai" -version = "0.1.1" +version = "0.1.2" 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." edition = "2021" keywords = ["llm", "agent", "stateful-agents", "ai"]