issues
search
sentient-engineering
/
sentient
the framework/ sdk that lets you build browser controlling agents in 3 lines of code. join chat @ https://discord.gg/umgnyQU2K8
MIT License
457
stars
51
forks
source link
Update README to Run Brave and from Jupyter
#3
Closed
PrajwalPrashanth
closed
2 months ago
PrajwalPrashanth
commented
2 months ago
Changes
Cmd to Run Brave on Mac and use that instead of Chrome
Also the code to run the Agent from Jupyter notebooks
asyncio can't run inside Jupyter Notebook as it already has an event loop running
nest_asyncio.apply
will ensure nesting to the running loop which makes new async code runnable in jupyter
nischalj10
commented
2 months ago
thanks for the contribution!
Changes
nest_asyncio.apply
will ensure nesting to the running loop which makes new async code runnable in jupyter