Skip to content

Commit

Permalink
feat: enrich the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
AMK9978 committed Nov 18, 2024
1 parent 98f81e6 commit 97b4ab1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# LLM Guardian
A secure end-to-end LLM guardian for seamless integration
# LLM Guardian Central Unit
A plug-and-play end-to-end LLM guardian for seamless integration.
The central unit is in charge of fanning out requests to the connected
security plugins based on user, and collecting their responses to judge whether a prompt
is malicious or benign. You can also use the central unit as a rate limiter, authentication unit, or quota management.


## Get Started
Docker:
Expand All @@ -9,8 +13,12 @@ docker-compose up --build -d
```

## Architecture
The guardian system uses a micro-kernel architecture designed by the idea of extension in mind:

![Architecture](./docs/arch.jpg)


## Contribution
I am always welcome to your contributions. Open an issue and/or open a PR accordingly.
This system is designed and the central unit is developed by Amir Karimi (@amk9978).

## Acknowledgement
Binary file added docs/arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97b4ab1

Please sign in to comment.