https://github.com/openbb-finance/agents-for-openbb
Custom agents for OpenBB Workspace
https://github.com/openbb-finance/agents-for-openbb
Last synced: 3 months ago
JSON representation
Custom agents for OpenBB Workspace
- Host: GitHub
- URL: https://github.com/openbb-finance/agents-for-openbb
- Owner: OpenBB-finance
- License: mit
- Created: 2023-12-30T02:28:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T11:39:18.000Z (3 months ago)
- Last Synced: 2025-07-02T12:35:48.867Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.31 MB
- Stars: 80
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bring your own Agent to the OpenBB Workspace
Welcome to the example repository for integrating custom agents into the OpenBB Workspace.
This repository provides everything you need to build and add your own custom
agents that are compatible with the OpenBB Workspace.It depends heavily on the [OpenBB AI SDK](https://github.com/OpenBB-finance/openbb-ai).
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).
## 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:- [A vanilla agent that retrieves raw widget data](./30-vanilla-agent-raw-widget-data)
- [A vanilla agent that yields reasoning steps to OpenBB Workspace](./31-vanilla-agent-reasoning-steps)
- [A vanilla agent that can retrieve data from OpenBB Workspace and produce citations](./32-vanilla-agent-raw-widget-data-citations)
- [A vanilla agent that can produce charts](./33-vanilla-agent-charts)
- [A vanilla agent that can produce tables](./34-vanilla-agent-tables)
- [A vanilla agent that can handle PDF data](./35-vanilla-agent-pdf)These examples are a good starting point for building your own custom agent if
you are interested in a specific feature or use case.