-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor onboarding UI #718
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
homanp
added a commit
that referenced
this pull request
Feb 7, 2024
* Redo the agents list * Add agent detail view * WIP * Add tabs to agent detail * Remove datasources from menu (#650) * Add agent details to overview (#651) * Add agent details to overview * Add charts to agent overview * WIP * Add Supabase Pgvector (#653) * adding supabase pg vector provider to database schema * add supabase pg vector support * add supabase pgvector to ui * add supabase vector store to docs * add abstract class for vectorstores * Add missing migrations --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> * Update OpenAPI spec * Add support for removing agent datasource * Add possibility to create and delete datasources for an assistant * Pass url when creating datasource * Remove share agent * Fix nextjs build errors --------- Co-authored-by: Ali Salimli <67149699+elisalimli@users.noreply.github.com> * Agent logs in agent detail view (#657) * Rename agents to assistants in UI * Add non-ideal-state to datasources * Remove vector database setup and ui * Add logs and clean up routing * Small tweak * Add chat to agent detail view (#660) * Add loading animation to assistant detail view * Add chat interface to agent detail * Add chat interface * Minor tweaks * Add integrations page (#667) * Add API endpoint for connecting to BigQuery (#670) * Add API endpoint for connecting to BigQuery * Add support for querying by agent id * Small tweaks * Revamp the vector databases UI (#668) * Add integrations page * Add vector databases to integrations section * Add green indicator for configured vector databases * Add the possiblity to update/create new storage connection * Add key to react node when generating loading animation * Move fetching of data to server side * Add log panel content (#673) * Add log panel content * Finalize global log view * Make log items smaller * Fix formatting * Small tweaks * Connect stats to chart * Minor tweaks * Yaml assistants (#688) * Initial commit * Add sa.yml editor in prototype view * Minor tweaks * Minor tweaks * Remove datasource list * Finalize saml editor (#702) * Add workflow list page (#706) * Add workflow list page * Add support for fetching stats for workflows * Refactor routing * Adapt the chat interface to make requests to workflows endpoint * Minor additions * Fix bigquery connection * Add possiblity to create a workflow (#717) * Refactor onboarding flow (#718) * fix code block background color (#721) * Add workflow list page * Add support for fetching stats for workflows * Refactor routing * Adapt the chat interface to make requests to workflows endpoint * Minor additions * Fix bigquery connection * fix code block background color * Small tweaks --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> * Add LLM onboarding modal to workflow detail page (#726) * Add LLM onboarding modal to workflow detail page * Add LLM config onboading UI * Add segment tracking to UI (#728) * Add segment tracking to UI * Update Docker config to support tracking in UI * Feat/setup stripe plan (#730) * Implement billing * Update trial period * Listing Intermediate Steps (#719) * Add workflow list page * Add support for fetching stats for workflows * Refactor routing * Adapt the chat interface to make requests to workflows endpoint * Minor additions * Fix bigquery connection * add resizable component * add listing intermediate steps * refactor ui * update default panel size * Small tweaks * Minor style fixes * Add workflow list page * Adapt the chat interface to make requests to workflows endpoint * Minor additions * add resizable component * add listing intermediate steps * refactor ui * update default panel size * Small tweaks * Minor tweaks --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> * Fix tracing for workflows (#722) * Fix tracing for workflows * fix typo * revert agentops * refactor callbacks in agent invoke * add tracking for workflows --------- Co-authored-by: alisalim17 <alisalimli1899@gmail.com> * Minor tweaks * Add support for loading a default yaml (#736) * Feat/update yaml UI (#739) * Add support for saving a yaml * Make it possible to update yaml for a workflow from the UI * fix renaming keys (#741) * Fix issue with invoking agent after adding LLM * Small UI tweaks * Remove null values from yaml * Adding autocomplete and linting to SAML editor (#748) * added monaco * small fix in monaco editor * set default panel size * Small tweaks * Fix darkmode --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> * Add support for additinal agent types in yaml config (#750) * add agent type to workflow config endpoint * improving data manipulation * Minor tweaks --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> * Add posthog + small fixes (#753) * Add first_name an last_name to Stripe customer * Add possiblity to cancel subscription (#757) * Feat/billing alert (#759) * Add a modal when billing has expired * Minor tweaks * Minor tweaks * Fix issue with async container component * Update docker config with new env vars * Add Support for OpenAI Assistants in SAML (#755) * fix duplicate editor instances * fix typo * improve logging - adding stack trace * refactor openai assistant * uploading data files to openai assistants api * fix list workflows endpoint * added openai assistant * saving tools and datasources in yaml * add autocompelete for openai assistant tool names * refactored code * add deprecation alert in agents page * fix metadata json errors * revert agent chat ui page * add agent icon to sidebar * Small tweaks * Minor tweaks * Small tweaks * fix openai assistant's not ending stream * fix deleting all agents * fix the build type error * Small tweak --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com> * Small tweaks * Make company name mandatory * Small tweaks * Update version --------- Co-authored-by: Ali Salimli <67149699+elisalimli@users.noreply.github.com> Co-authored-by: alisalim17 <alisalimli1899@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #713
Depends on #649
Checklist
./lint-and-format.sh format
.