evilsocket/nerve

By evilsocket

Updated 7 months ago

The Simple Agent Development Kit

Image
Machine learning & AI
0

1.6K

evilsocket/nerve repository overview

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]

See the documentation and the examples for more.

Tag summary

Content type

Image

Digest

sha256:ead5b3181

Size

151.6 MB

Last updated

7 months ago

docker pull evilsocket/nerve