-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(agent): messages array, memory #2023
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
base: staging
Are you sure you want to change the base?
Conversation
|
Skipped: This PR changes more files than the configured file change limit: ( |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@waleedlatif1 to finish messages + memory implementation. Suggestion to use existing memory table to keep track of agent memory of a workflow. Another suggestion to limit all conversations by default to be within token limit for a given model. Another suggestion to dynamically update context window + LLM cost at some cadence or set a workflow schedule reminder. |
…sFromNormalizedTable from old agent block to new format
* improvement: action bar, connections * fix: code block draggable resize
* Fix response block * Lint
…stent across views (#2034)
…templates RQ hook, cleaned up unused templates code (#2035)
* fix(triggers): dedup + not surfacing deployment status log * fix ms teams * change to microsoftteams * Revert "change to microsoftteams" This reverts commit 217f808. * fix * fix * fix provider name * fix oauth for msteams
…ad of 15 (#2036) * improvement(undo-redo): expand undo-redo store to store 100 ops instead of 15 * prevent undo-redo from interfering with subblock browser text undo
* improvement(docs): remove copy page from mobile view on docs * bring title and pagenav lower on mobile * added cursor pointer to clickable components in docs
Summary
Adds messages array, re-organizes agent subblocks, and adds memory options.
Messages array: add system, user, assistant.
Memory: conversation ID, all conversations appended to the bottom of messages array, all messages with K sliding window.
Type of Change
Testing
Checklist