Skip to content

Commit

Permalink
releasing version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 3, 2024
1 parent bd73b0c commit ab2bef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit ab2bef0

Please sign in to comment.