agentcloud icon indicating copy to clipboard operation
agentcloud copied to clipboard

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) Crea...

Results 136 agentcloud issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** At present, we only allow our managed instance of the vector db to be a destination. **Describe the solution you'd...

data-sync

type this: ![image](https://github.com/user-attachments/assets/d445f323-3ad4-47fc-ab36-2f30abed588f) press enter: ![image](https://github.com/user-attachments/assets/07da3515-29b1-4659-b50d-43c74bc13b6c) variable_name should be in the "name" field

- dont allow unlimited text in everything. user will get a 400 once its too big to fit in mongo Applies to the name, description of pretty much everything (Agent,...

Several critical issues: Type confusion: ``` if (validations.lengthMin > 0 && (item == null || item.length < validations.lengthMin)) { error = `${fieldDescription} is too short`; } ``` Will allow a...

ref #583 because this is an ORG level limit now, not team only, and orgs can have multiple teams sharing the same limit This will also require an update in...

Because the task is fetched rather than the form being sent as defined by the agent-backend from the task when the crew was constructed

bug

- dont let somebody add an unlimited number of agents, tasks, etc - add pagination to agent, task, tool, datasources, variables, etc - dont use a mongo .skip and .limit...

Converting WhiteListSharing.tsx to react-hook-form, will require changes to ChatAppForm and CrewAppForm

stale ignore