Nerve is an ADK ( Agent Development Kit ) designed to be a simple yet powerful platform for creating and executing LLM-based agents.
- Define agents as simple YAML files.
- Simple CLI for creating, installing, and running agents with step-by-step guidance.
- Comes with a library of predefined, built-in tools for common tasks.
- Easily integrate a vast amount of MCP servers, or create your own custom tools.
- Support for any model provider.
# 🖥️ install the project with:
pip install nerve-adk
# ⬇️ download and install an agent from a github repo with:
nerve install evilsocket/changelog
# 💡 or 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.
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.