From e5f838649062529771240888540b9fb813c3d7fe Mon Sep 17 00:00:00 2001 From: lukestokes Date: Thu, 19 Dec 2024 16:24:17 -0400 Subject: [PATCH] Update README.md Adding an opening paragraph to properly set expectations for what this repo is (a developer sandbox) and to point to where they can find more information about an individual agent. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36869e6..3b87e9c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Python for AI Agents, JS for UI. Runs in your favorite browser. Made possible by Docker. Fully Extensible! Add your own agents and have them automatically invoked based on user intent. +**Note:** This repository is meant to act as a sandbox for Smart Agent developers to explore existing agents and to build their own. It is not designed to be a production-ready application or consumer-based product. Please set your expectations accordingly. For additional information about a specific agent, browse to the submodules/moragents_dockers/agents/src/agents/ directory in the repo and view the README file for the agent you are interested in. + ![UI 1](images/MORagents-UI.png) ![UI 2](images/gasless-usdc-base-agent.png)