Skip to content

Commit 91bbd2a

Browse files
committed
new: added logo to readme and reorganized asset files
1 parent 316ac71 commit 91bbd2a

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="assets/logo.svg" alt="nerve" width="300" align='center'/>
3+
</p>
4+
15
<p align="center">
26
<a href="https://crates.io/crates/nerve-ai"><img alt="Crate" src="https://img.shields.io/crates/v/nerve-ai.svg"></a>
37
<a href="https://github.com/evilsocket/nerve/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/evilsocket/nerve.svg?style=flat-square"></a>
@@ -13,7 +17,7 @@
1317
- **Works with any LLM:** Nerve is an LLM-agnostic tool.
1418

1519
<p align="center">
16-
<img alt="Nerve" src="https://raw.githubusercontent.com/evilsocket/nerve/main/concept.png"/>
20+
<img alt="Nerve" src="assets/concept.png"/>
1721
</p>
1822

1923
While Nerve was inspired by other projects such as Autogen and Rigging, its main goal and core difference with other tools is to allow the user to instrument smart agents without writing code (unless required for custom functionalities). Another advantage of Nerve is being a single static binary (or docker container) that does not require heavy runtimes (such as Python) while offering maximum efficiency and memory safety.
File renamed without changes.

concept.png assets/concept.png

File renamed without changes.

image.jpg assets/image.jpg

File renamed without changes.

logo.svg assets/logo.svg

File renamed without changes.

0 commit comments

Comments
 (0)