From 9a8768e586e8ce99099b9ff943552ee304ab84dd Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 3 Jul 2024 11:56:49 +0200 Subject: [PATCH] releasing version 0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b333545..49561c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ dependencies = [ [[package]] name = "nerve-ai" -version = "0.0.4" +version = "0.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cb39169..b06adf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nerve-ai" -version = "0.0.4" +version = "0.1.0" 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"]