xlang-ai / OpenAgents

[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild
https://arxiv.org/abs/2310.10634
Apache License 2.0
3.93k stars 432 forks source link

Do those plugins in the data agent support running locally? #97

Closed deeomnjobs closed 10 months ago

deeomnjobs commented 10 months ago

Do those plugins in the data agent support running locally? Will data information and privacy be leaked when analyzing data?

Timothyxxx commented 10 months ago

OpenAgents can be used locally, you can totally run the demo by localhost, and use the local LLM to make sure the data information and privacy. For plugins, they will not use the data, kaggle just makes some queries of questions to kaggle server and gets information, data explanation tool and others won't set the data to the server.

deeomnjobs commented 10 months ago

thx