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"]