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
4.01k stars 446 forks source link

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

Closed deeomnjobs closed 1 year ago

deeomnjobs commented 1 year ago

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

Timothyxxx commented 1 year 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 1 year ago

thx