diff --git a/Cargo.lock b/Cargo.lock index 1c4c353..5bca30b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1152,7 +1152,7 @@ dependencies = [ [[package]] name = "nerve-ai" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9b9e8d3..d09bca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nerve-ai" -version = "0.5.0" +version = "0.5.1" 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"]