coral-web: create agent + agent base form (#212)
* create new agent form
* render agents list
* link back to base agent page
* perform post submission actions
* move input labels outside of input borders
* move submit button
* gen client
* factor out agent base form
* use default content type
* list custom agents
* check if agent name is unique
* and deployment + env variables to agent form
* add deployments
* clean up
* add submit modal
* push to new agent page on create success
* only show available deployments
* remove deployments dropdown
* feat: List Assistants returned from API (#242)
* feat: list agents from BE
* Update src/interfaces/coral_web/src/components/Conversation/MessagingContainer.tsx
Co-authored-by: misspia-cohere <140425731+misspia-cohere@users.noreply.github.com>
---------
Co-authored-by: misspia-cohere <140425731+misspia-cohere@users.noreply.github.com>
* nits
---------
Co-authored-by: Khalil Najjar <knajjars@gmail.com>