Skip to content

Commit

Permalink
releasing version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 11, 2024
1 parent 64ec3cb commit 732f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nerve-ai"
version = "0.5.1"
version = "0.5.2"
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"]
Expand Down

0 comments on commit 732f21b

Please sign in to comment.