Skip to content

Commit

Permalink
releasing version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jul 6, 2024
1 parent 07c9cd5 commit 02121cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "nerve-ai"
version = "0.1.1"
version = "0.1.2"
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"]
Expand Down

0 comments on commit 02121cf

Please sign in to comment.