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

Chat App update #251

Open anada10 opened 5 days ago

anada10 commented 5 days ago

A chat app is the same as an Open AI GPT It differes from a process app in two aspects

This will use Langchain agents (as opposed to crewai)

Chat App form

The chat app form should have the following fields

APP SETUP SECTION

AGENT SECTION Search field: Create a new agent or search for an existing one

anada10 commented 5 days ago

Here are the docs for building a langchain chatbot for v0.2 https://python.langchain.com/v0.2/docs/tutorials/chatbot/