Skip to content

Commit e7dea16

Browse files
committed
releasing version 0.0.4
1 parent 7b24489 commit e7dea16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nerve-ai"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
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."
55
edition = "2021"
66
keywords = ["llm", "agent", "stateful-agents", "ai"]

0 commit comments

Comments
 (0)