From 0172f0d07cc53e57631e81330b24fd5d48b5609a Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Wed, 1 Jul 2026 08:41:46 -0400 Subject: [PATCH] docs: mention Agent Rita reference implementation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4149b97..926a8a4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ It depends heavily on the [OpenBB AI SDK](https://github.com/OpenBB-finance/open For documentation on how to use the OpenBB AI SDK (highly recommended!), see the [OpenBB AI SDK README](https://github.com/OpenBB-finance/openbb-ai). +> [!NOTE] +> For a more mature OpenBB Workspace agent implementation, check out [Agent Rita](https://github.com/OpenBB-finance/agent-rita). It is built in TypeScript with Bun and is a useful reference for production-oriented agents. + ## Examples If you prefer diving straight into code, we have a growing list of examples of custom agents in this repository, varying in complexity and features: