Bring your own Agent to the OpenBB Workspace
July 1, 2026 ยท View on GitHub
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.
For documentation on how to use the OpenBB AI SDK (highly recommended!), see the OpenBB AI SDK README.
Note
For a more mature OpenBB Workspace agent implementation, check out 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:
These examples are a good starting point for building your own custom agent if you are interested in a specific feature or use case.