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

[webapp] Update all form validations #239

Open tomlynchRNA opened 1 week ago

tomlynchRNA commented 1 week ago

All user-facing routes need to be updated to either add or update existing form validation.

See src/lib/utils/validationUtils.ts for a util you can use to validate the request body. Open to switching to a more robust library if that will save time.