From bb97c8dda7640405848a7f38f90500c8884e487b Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Wed, 26 Jul 2023 18:35:07 -0700 Subject: [PATCH] WIP --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7670f3d..fc2f536d 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,12 @@ exceptions, enforcing access restrictions, and more. * [_In development_](https://github.com/operand/agency/issues/26) ### Demo application available at [`examples/demo`](./examples/demo/) -* Includes Gradio UI (React UI also available) -* Multiple agent examples for experimentation (OpenAI, transformers, etc.) +* Includes Gradio UI (Flask/React UI also available) +* Multiple agent examples for experimentation + * Two OpenAI agent examples + * HuggingFace transformers agent example + * Operating system access +* Docker configuration for reference and development # API Overview