You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Just encountered this project. Very helpful to see a simpler form of agents. Just a quick note: the installation instructions are not correct -- to get the dependencies and the llm_agents packages you really have to do
pip install -r requirements.txt
pip install -e .
Furthermore the requirements.txt is missing BeautifulSoup (bs4)
These are pretty trivial changes and I am in a rush so I didn't create a PR. Let me know if anything is unclear. Thanks for making this available!
The text was updated successfully, but these errors were encountered:
Hi. Just encountered this project. Very helpful to see a simpler form of agents. Just a quick note: the installation instructions are not correct -- to get the dependencies and the llm_agents packages you really have to do
Furthermore the requirements.txt is missing BeautifulSoup (bs4)
These are pretty trivial changes and I am in a rush so I didn't create a PR. Let me know if anything is unclear. Thanks for making this available!
The text was updated successfully, but these errors were encountered: