Skip to content

Commit

Permalink
new: added logo to readme and reorganized asset files
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 23, 2024
1 parent 316ac71 commit 91bbd2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img src="assets/logo.svg" alt="nerve" width="300" align='center'/>
</p>

<p align="center">
<a href="https://crates.io/crates/nerve-ai"><img alt="Crate" src="https://img.shields.io/crates/v/nerve-ai.svg"></a>
<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>
Expand All @@ -13,7 +17,7 @@
- **Works with any LLM:** Nerve is an LLM-agnostic tool.

<p align="center">
<img alt="Nerve" src="https://raw.githubusercontent.com/evilsocket/nerve/main/concept.png"/>
<img alt="Nerve" src="assets/concept.png"/>
</p>

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.
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 91bbd2a

Please sign in to comment.