openbb-agents
openbb-agents copied to clipboard
R&D playground to play with agents and OpenBB
- [x] allow to provide OpenBB PAT when running agent - [x] only add tools that have an associated API key from OpenBB
"Meta" PR that will hold the various changes for porting to OpenBB Platform's "LLM-mode" and to `magentic`.
If somebody can make a guided local setup post or video it would be helpful. Its confusing to setup the repo locally
Looks like magentic already supports running local LLMs using `MAGENTIC_LITELLM_MODEL` which can be a local server run by Ollama. Is there any plan to support user to use LLMs running...
This is behind by quite a bit, latest version is 4.3.0, and there are major changes, improvements, and additions to the code since this version. Support for Python 3.12 would...
Link within README markdown for a local environment setup is to a deadlink
Hey this is not a bug, rather a request for info First off great project! Secondly, you mention in README that i need an OpenAI key to leverage openbb agents....
SECURITY.mdijunxyz123:patch-1https://www.oscar-system.org@misc{OSCAR, key = {OSCAR}, organization = {The OSCAR Team}, title = {OSCAR -- Open Source Computer Algebra Research system, Version 1.2.0-DEV}, year = {2024}, url = {https://www.oscar-system.org}, } @book{, editor...
@misc{OSCAR, key = {OSCAR}, organization = {The OSCAR Team}, title = {OSCAR -- Open Source Computer Algebra Research system, Version 1.2.0-DEV}, year = {2024}, url = {https://www.oscar-system.org}, } @book{OSCAR-book, editor...
Adds support for using ollama as the LLM. Test Plan: OPENAI_API_KEY=none CHAT_MODEL="llama3.2:1b" CHAT_MODEL_BASE_URL=http://127.0.0.1:11434/v1 OLLAMA_EMBEDDING_MODEL="llama3.2:1b" poetry run python run.py "What is the price of AAPL?" Fixes: https://github.com/OpenBB-finance/openbb-agents/issues/29