diff --git a/README.md b/README.md index 140f5e5..a0a69a0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ eidos is an API for validating and executing AI functions. It aims to be a generic API to serve as a common interface to allow execution of functions by LLMs. +![Usage diagram of eidos](assets/eidos.png) + ## Install From source: diff --git a/assets/eidos.png b/assets/eidos.png new file mode 100644 index 0000000..d5a25a3 Binary files /dev/null and b/assets/eidos.png differ