An open API service indexing awesome lists of open source software.

https://github.com/evilsocket/nerve

The Simple Agent Development Kit.
https://github.com/evilsocket/nerve

adk agent-based-modeling agent-development-kit agents ai llm mcp mcp-client model-context-protocol

Last synced: 1 day ago
JSON representation

The Simple Agent Development Kit.

Awesome Lists containing this project

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)

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](https://github.com/evilsocket/nerve/blob/main/docs/mcp.md).

**πŸ“Š Evaluation Mode**

[Benchmark your agents](https://github.com/evilsocket/nerve/blob/main/docs/evaluation.md) 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](https://docs.litellm.ai/), Nerve supports OpenAI, Anthropic, Ollama, [and dozens more](https://docs.litellm.ai/docs/providers) β€” switch models in one line.

## Quick Start

```bash
# πŸ–₯️ 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](https://github.com/evilsocket/nerve/blob/main/docs/index.md) and the [examples](https://github.com/evilsocket/nerve/tree/main/examples) for more.

## Contributing

We welcome contributions! Check out our [contributing guidelines](https://github.com/evilsocket/nerve/blob/main/CONTRIBUTING.md) to get started and join our [Discord community](https://discord.gg/btZpkp45gQ) for help and discussion.

## License

Nerve is released under the GPL 3 license.

[![Star History Chart](https://api.star-history.com/svg?repos=evilsocket/nerve&type=Date)](https://star-history.com/#evilsocket/nerve&Date)