TAAFT
Free mode
100% free
Freemium
Free Trial
Deals

evilsocket / nerve

The Simple Agent Development Kit.

1,320 115 Language: Python Updated: 1mo ago

README

# `nerve` The Simple Agent Development Kit [![Documentation](https://img.shields.io/badge/documentation-blue)](https://github.com/evilsocket/nerve/blob/main/docs/index.md) [![Release](https://img.shields.io/github/release/evilsocket/nerve.svg?style=flat-square)](https://github.com/evilsocket/nerve/releases/latest) [![Package](https://img.shields.io/pypi/v/nerve-adk.svg)](https://pypi.org/project/nerve-adk) [![Docker](https://img.shields.io/docker/v/evilsocket/nerve?logo=docker)](https://hub.docker.com/r/evilsocket/nerve) [![CI](https://img.shields.io/github/actions/workflow/status/evilsocket/nerve/ci.yml)](https://github.com/evilsocket/nerve/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square)](https://github.com/evilsocket/nerve/blob/master/LICENSE.md) ![Human Coded](https://img.shields.io/badge/human-coded-brightgreen?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wZXJzb24tc3RhbmRpbmctaWNvbiBsdWNpZGUtcGVyc29uLXN0YW5kaW5nIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjUiIHI9IjEiLz48cGF0aCBkPSJtOSAyMCAzLTYgMyA2Ii8+PHBhdGggZD0ibTYgOCA2IDIgNi0yIi8+PHBhdGggZD0iTTEyIDEwdjQiLz48L3N2Zz4=) Join the project community on our server!

Nerve is a simple yet powerful Agent Development Kit (ADK) to build, run, evaluate, and orchestrate LLM-based agents using just YAML and a CLI. Itโ€™s designed for technical users who want programmable, auditable, and reproducible automation using large language models.

Key Features

๐Ÿ“ Declarative Agents

Define agents using a clean YAML format: system prompt, task, tools, and variables โ€” all in one file.

๐Ÿ”ง Built-in Tools & Extensibility

Use shell commands, Python functions, or remote tools to power your agents. Tools are fully typed and annotated.

๐ŸŒ Native MCP Support (Client & Server)

Nerve is the first framework to let you define MCP servers in YAML โ€” and act as both client and server, enabling agent teams and deep orchestration.

๐Ÿ“Š Evaluation Mode

Benchmark your agents with YAML, Parquet, or folder-based test cases. Run reproducible tests, log structured outputs, and track regression or progress.

๐Ÿ” Workflows

Compose agents into simple, linear pipelines to create multi-step automations with shared context.

๐Ÿงช LLM-Agnostic

Built on LiteLLM, Nerve supports OpenAI, Anthropic, Ollama, and dozens more โ€” switch models in one line.

Quick Start

# ๐Ÿ–ฅ๏ธ 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

Read 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.

<a href="https://github.com/evilsocket/nerve/graphs/contributors">
<img src="https://contrib.rocks/image?repo=evilsocket/nerve" alt="Nerve project contributors" />
</a>

License

Nerve is released under the GPL 3 license.

Star History Chart

0 AIs selected
Clear selection
#
Name
Task