From 2ab7a5959fd0f31e63c2fff9336900f7f9cc417c Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Thu, 30 Apr 2026 11:15:11 -0700 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 665573a..4149b97 100644 --- a/README.md +++ b/README.md @@ -14,61 +14,61 @@ If you prefer diving straight into code, we have a growing list of examples of c - [A vanilla agent that can improve a user prompt](./financial-prompt-optimizer) -CleanShot 2025-09-14 at 17 35 36@2x +CleanShot 2025-09-14 at 17 35 36@2x --- - [A vanilla agent that retrieves raw widget data](./30-vanilla-agent-raw-widget-data) -30-raw-reply-with-context +30-raw-reply-with-context --- - [A vanilla agent that yields reasoning steps to OpenBB Workspace](./31-vanilla-agent-reasoning-steps) -31-reasoning +31-reasoning --- - [A vanilla agent that can retrieve data from OpenBB Workspace and produce citations](./32-vanilla-agent-raw-widget-data-citations) -32-citations +32-citations --- - [A vanilla agent that can produce charts](./33-vanilla-agent-charts) -33-charts +33-charts --- - [A vanilla agent that can produce tables](./34-vanilla-agent-tables) -34-tables +34-tables --- - [A vanilla agent that can handle PDF data](./35-vanilla-agent-pdf) -35-pdf +35-pdf --- - [A vanilla agent that can handle PDF data and add citations in the document](./36-vanilla-agent-pdf-citations) -CleanShot 2025-09-17 at 17 10 39@2x +CleanShot 2025-09-17 at 17 10 39@2x --- - [A vanilla agent that can access widgets on the dashboard](./36-vanilla-agent-dashboard-widgets) -CleanShot 2025-09-14 at 17 06 14@2x +CleanShot 2025-09-14 at 17 06 14@2x --- - [A vanilla agent that has custom features](./37-vanilla-agent-custom-features) -CleanShot 2025-09-22 at 16 23 42@2x +CleanShot 2025-09-22 at 16 23 42@2x --- @@ -80,7 +80,7 @@ If you prefer diving straight into code, we have a growing list of examples of c - [A agent that shows how to access widgets from dashboard and context](./40-vanilla-agent-dashboard-widgets) -image +image These examples are a good starting point for building your own custom agent if you are interested in a specific feature or use case.