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.
We welcome contributions! Check out our contributing guidelines to get started and join our Discord community for help and discussion.
Nerve is released under the GPL 3 license.