nerve

nerve

The Simple Agent Development Kit.

Stars: 870

Visit
 screenshot

Nerve is a tool that allows creating stateful agents with any LLM of your choice without writing code. It provides a framework of functionalities for planning, saving, or recalling memories by dynamically adapting the prompt. Nerve is experimental and subject to changes. It is valuable for learning and experimenting but not recommended for production environments. The tool aims to instrument smart agents without code, inspired by projects like Dreadnode's Rigging framework.

README:

nerve

The Simple Agent Development Kit

Documentation Release Package Docker CI License

Nerve is an ADK ( Agent Development Kit ) designed to be a simple yet powerful platform for creating and executing LLM-based agents.

Quick Start

# 🖥️ install the project with:
pip install nerve-adk

# đź’ˇ create an agent with a guided procedure:
nerve create new-agent

# 🚀 go!
nerve run new-agent

Agents are simple YAML files that can use a set of built-in tools such as a bash shell, file system primitives and others:

# who
agent: You are an helpful assistant using pragmatism and shell commands to perform tasks.
# what
task: Find which running process is using more RAM.
# how
using: [shell]

Read this introductory blog post, see the documentation and the examples for more.

Contributing

We welcome contributions! Check out our contributing guidelines to get started and join our Discord community for help and discussion.

License

Nerve is released under the GPL 3 license.

Star History Chart

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for nerve

Similar Open Source Tools

For similar tasks

For similar jobs