Sarah Wooders
9c4f191755
feat: add conversation_id parameter to context endpoint [LET-6989] ( #8678 )
...
* feat: add conversation_id parameter to context endpoint [LET-6989]
Add optional conversation_id query parameter to retrieve_agent_context_window.
When provided, the endpoint uses messages from the specific conversation
instead of the agent's default message_ids.
👾 Generated with [Letta Code](https://letta.com )
Co-Authored-By: Letta <noreply@letta.com >
* chore: regenerate SDK after context endpoint update [LET-6989]
👾 Generated with [Letta Code](https://letta.com )
Co-Authored-By: Letta <noreply@letta.com >
---------
Co-authored-by: Letta <noreply@letta.com >
2026-01-19 15:54:39 -08:00
Sarah Wooders
c9ad2fd7c4
chore: move things to debug logging ( #6610 )
2025-12-15 12:03:09 -08:00
Sarah Wooders
91e3dd8b3e
feat: fix new summarizer code and add more tests ( #6461 )
2025-12-15 12:02:19 -08:00
Sarah Wooders
1939a9d185
feat: patch summarizer without changes to AgentState ( #6450 )
2025-12-15 12:02:19 -08:00
Sarah Wooders
807c5c18d9
feat: add gemini token counting [LET-6371] ( #6444 )
2025-12-15 12:02:19 -08:00
Kian Jones
94c2921711
chore: walk back some temporary debugging stuff ( #6332 )
...
* first pass
* uv lock
2025-11-24 19:10:27 -08:00
cthomas
2d1667a97c
fix: add null check in context window endpoint [LET-6253] ( #6301 )
...
fix: add null check in context window endpoint
2025-11-24 19:10:26 -08:00
Kian Jones
848aa962b6
feat: add memory tracking to core ( #6179 )
...
* add memory tracking to core
* move to asyncio from threading.Thread
* remove threading.thread all the way
* delay decorator monitoring initialization until after event loop is registered
* context manager to decorator
* add psutil
2025-11-24 19:09:32 -08:00
Kian Jones
077d0e2f9a
feat: dump stack trace on segfault ( #6121 )
...
* dump stack trace on segfault
* log tokenizer
2025-11-13 15:36:56 -08:00
cthomas
9cb5156ac7
chore: sync 0.12.0 version ( #3023 )
...
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com >
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com >
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-10-08 16:10:51 -07:00
cthomas
5ca9b5e774
feat: support filtering out approval messages for anthropic api ( #4342 )
2025-09-01 21:39:50 -07:00
cthomas
7c88470705
feat: support filtering out messages when converting to openai dict ( #4337 )
...
* feat: support filtering out messages when converting to openai dict
* fix imports
2025-09-01 12:48:45 -07:00
Kian Jones
ca6cfa5914
chore: migrate to ruff ( #4305 )
...
* 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
2025-08-29 11:11:19 -07:00
Andy Li
7ae52f418a
docs: update for manager funcs
2025-08-15 13:55:10 -07:00
Matthew Zhou
584b3a24e6
feat: Make get context window much more efficient ( #3292 )
2025-07-11 11:28:07 -07:00
Matthew Zhou
fc98ff3cc6
feat: Cache anthropic tokenizer ( #3286 )
2025-07-10 18:12:23 -07:00
Matthew Zhou
318a7c769b
feat: Search files returns citations of the filenames that were searched ( #2689 )
2025-06-06 15:34:03 -07:00
Matthew Zhou
fb54072de6
fix: Add additional testing for anthropic token counting ( #2619 )
2025-06-03 20:56:39 -07:00
Kevin Lin
003588c222
feat: display file blocks with xml tags ( #2559 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-06-03 13:52:29 -07:00