-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: more testing for summarization to new agent loop #2923
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
Open
sarahwooders
wants to merge
1,677
commits into
main
Choose a base branch
from
sarah/let-4376-add-testing-to-letta_agent_v2py-summarizer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: more testing for summarization to new agent loop #2923
sarahwooders
wants to merge
1,677
commits into
main
from
sarah/let-4376-add-testing-to-letta_agent_v2py-summarizer
Conversation
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
* Finish tagging * Add comprehensive tags functionality * Add fern autogen * Create passage tags table * Add indices * Add comments explaining dual storage * Fix alembic heads * Fix alembic --------- Co-authored-by: Kian Jones <[email protected]>
* base requirements * autofix * Configure ruff for Python linting and formatting - Set up minimal ruff configuration with basic checks (E, W, F, I) - Add temporary ignores for common issues during migration - Configure pre-commit hooks to use ruff with pass_filenames - This enables gradual migration from black to ruff * Delete sdj * autofixed only * migrate lint action * more autofixed * more fixes * change precommit * try changing the hook * try this stuff
feat: remove stream_steps reference from api docs
…] (#4300) * Finish modifying archival memory tools * Add tags * Add disabled test
* bump version * run just api
* refator: port letta message conversion into helpers * fix naming * use extend not append * add otid handling
* Fix test managers * Mock
* feat: add approval create input to messages endpoints * rename discriminator tag * add base class with default * add field validator * exclude new type field from agent file schema
…] (#4311) feat: add new approval message types to letta message union
…114] (#4312) Add tests and thread created_at
feat: make new message create type field optional
* fix(core): update default value * fix: just stage just publish * fix(core): temporary hardcoding of the anthropic max tokens * fix(core): patch the gemini
* add tbpuf secret * deploy tbpuf key to prod deploy for core * add secrets in staging and ci * rn turbopuff test and add to integration test suite * add tbpuf * rename all occurences to tpuf * remove debug prints * buffer-puf * add letta prefix * add debug * fix tests
…11] (#4322) feat: bump client versions with new human in the loop schemas
* feat: add error handling for approval response attempt * add one more error case * improve error messages
…4330) Finish temporal filtering
--------- Co-authored-by: Letta Bot <[email protected]>
* fix(core): init attempt at patching the extended thinking bug * fix: refactor, fix in a different way be merging instead of dropping, seems to be working * chore: cleanup * fix: patch the test - with the new native thinking behavior, anthropic native reasoning does not trigger properly post tool-call * fix: another attempt * fix: tests passing locally * fix: another patch to tests * fix: pathc more tests * fix: try turning on the interleave-thinking beta header * fix: patch test * fix: add new tests to be more robust * fix: patch the prompt, now it works more reliably * fix: typo
feat: add human in the loop tests-to-ci
…#4337) * feat: support filtering out messages when converting to openai dict * fix imports
…the FE expects [PRO-1107] (#4340) fix(core): change the backend mid-stream error packing to match what the FE expects
Co-authored-by: Shubham Naik <[email protected]>
sarahwooders
pushed a commit
that referenced
this pull request
Sep 15, 2025
carenthomas
added a commit
that referenced
this pull request
Oct 7, 2025
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.
No description provided.