nerve
The Simple Agent Development Kit
1.6K
Nerve is an ADK ( Agent Development Kit ) designed to be a simple yet powerful platform for creating and executing LLM-based agents.
# 🖥️ 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.
Content type
Image
Digest
sha256:ead5b3181…
Size
151.6 MB
Last updated
7 months ago
docker pull evilsocket/nerve