rnadigital / agentcloud

Agent Cloud is like having your own GPT builder with a bunch extra goodies. The GUI features 1) RAG pipeline which can natively embed 260+ datasources 2) Create Conversational apps (like GPTs) 3) Create Multi Agent process automation apps (crewai) 4) Tools 5) Teams+user permissions. Get started fast with Docker and our install.sh
https://agentcloud.dev
GNU Affero General Public License v3.0
421 stars 90 forks source link

Cloud Functions #236

Open ragyabraham opened 1 week ago

ragyabraham commented 1 week ago

Is your feature request related to a problem? Please describe. If a user wants to define a custom tool using custom Python, this can pose a serious security risk as arbitrary and possibly malicious code must be executed on the platform in order to use this tool.

Describe the solution you'd like We would like to leverage Google Cloud functions to execute custom code tools that are defined by users. this will minimise the security risk that arbitrary code can pose.