Skip to content

Conversation

@emir-karabeg
Copy link
Collaborator

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

  • New feature

Testing

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 17, 2025

Skipped: This PR changes more files than the configured file change limit: (113 files found, 100 file limit)

@vercel
Copy link

vercel bot commented Nov 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Nov 18, 2025 3:51am

@emir-karabeg
Copy link
Collaborator Author

@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.

@emir-karabeg emir-karabeg changed the base branch from main to staging November 17, 2025 09:09
…sFromNormalizedTable from old agent block to new format
emir-karabeg and others added 10 commits November 17, 2025 19:46
* improvement: action bar, connections

* fix: code block draggable resize
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants