Closed
Conversation
* Enhancement add pagination to /agents get route * Enhancement add pagination to /workflows get route
* adding streaming for workflows * removing unnecessary return * Fix formatting --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>
* added Agent model * added workflow editor * adding popover component * replace button with combobox * replace button with combobox * opening the modal by search params * fix response class name * fix agent types * Revert "fix agent types" This reverts commit 0db2422. * fix agent types This reverts commit 82f711a. * patch endpoint for workflow step * include agents in steps listing endpoint * adding streaming for workflows * adding workflow fetch methods * listing workflows * making input and output optional in workflow step * adding models * making Message component shared * workflow chat ui * remove input and output * small fixes * workflow editor * not saving workflow if step count is less than 2 * fix formmating * disabling save button if there is no change * adding unselect agent * fix scroll * conforming naming convention * Add db migraitons * adding remove workflow * Small tweaks --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>
* Generate semantic config for tools * Generate semantic router config using OSS LLMs * Fix formatting * Minor tweaks * Update .env.example
* Add support for running Bing Search with semantic router * Add support for creating tool config for Bing Search API * Small tweaks
* adding accordion * seperate accordions for agent answers * fix typo * fix formating * fix streaming * small tweaks * Small tweaks * fixing line break problem --------- Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>
* adding alert dialog * adding workflow settings page * fix react key errors * making settings model
* Add HTTP tool * Format and lint * Add method validation, exception handling * Minor fixes * Add migrations * Minor tweaks * Update docs --------- Co-authored-by: ItzCrazyKns <kushagra20103@gmail.com>
* fix: change semantic to by_title needs to be fixed in superrag, we will use by_title until it gets fixed * feat: just update the tool when description is changed
* fix: small typo * fix: migrate superrag to the new api * chore: add field descriptions * chore: remove print statements
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your Render PR Server URL is https://superagent-pr-893.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cnnjgfdjm4es73986ds0. |
Collaborator
|
@elisalimli is this ready for testing? |
Contributor
Author
@homanp yes, please review |
This file contains hidden or 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
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
Also fixes #892
Depends on #91
Steps to test
NEXT_PUBLIC_SUPERRAG_API_URLin .env e.g.NEXT_PUBLIC_SUPERRAG_API_URL=http://localhost:1234/api/v1feat/add-message-queueScreen.Recording.2024-03-11.at.11.48.34.PM.mov