Shubham Naik
6716f5b5e8
feat: allow list tools by tool type [PRO-870] ( #4036 )
...
* feat: allow list tools by tool type
* chore: update list
* chore: respond to comments
* chore: refactor tools hella
* Add tests to managers
* chore: branch
---------
Co-authored-by: Shubham Naik <shub@memgpt.ai >
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-09-02 15:53:36 -07:00
Matthew Zhou
75d444c335
feat: Extend crud lifecycle of messages [LET-4158] ( #4364 )
...
Extend crud lifecycle of messages
2025-09-02 14:38:30 -07:00
Matthew Zhou
8e2a53b956
feat: Modify conversation search tool to be hybrid ( #4362 )
...
* Modify conversation search functionality
* Gate the roles
2025-09-02 13:45:53 -07:00
Matthew Zhou
7d9d8b0d50
feat: Extract more text from messages [LET-4154] ( #4359 )
...
* Extract more message types
* Add extra tests testing for multiple parts
2025-09-02 13:25:32 -07:00
Charles Packer
7a74778394
fix: change the default reasoning effort for gpt-5 to be minimal, due to extremely high latency on medium ( #4356 )
...
fix: change the default reasoning effort for gpt-5 to be minimal, due to extremely high latency on it
2025-09-02 13:23:13 -07:00
Matthew Zhou
00fd8617a6
feat: Add association for the vector namespace [LET-4148] ( #4354 )
...
Add association for the namespace
2025-09-02 13:21:42 -07:00
Charles Packer
e3eb598353
fix: patch the streaming issue in the openai client for when inner_thoughts_in_kwargs is off [LET-4146] ( #4350 )
...
fix: patch the streaming issue in the openai client for when inner_thoughts_in_kwargs is off
2025-09-02 12:44:25 -07:00
Matthew Zhou
20ac2923ff
feat: Embed all messages in turbopuffer [LET-4143] ( #4352 )
...
* wip
* Finish embedding
* Fix ruff and tests
2025-09-02 12:43:48 -07:00
Charles Packer
3296471d09
fix: various fixes to make gpt-5 work better [LET-4138] ( #4344 )
...
* fix: patch gpt-5 compat
* feat: add verbosity level dropdown selector to llm config panel in ade
* fix: patch duplicated logic
* fix: make default verbosity None, just stage just publish
* fix: missing files
2025-09-02 10:30:25 -07:00
cthomas
5ca9b5e774
feat: support filtering out approval messages for anthropic api ( #4342 )
2025-09-01 21:39:50 -07:00
Charles Packer
dc5da0ba36
fix: patch bug w/ extended thinking mode involving text leaking into reasoning ( #4341 )
...
* fix: patch for bad native reasoning behavior w/ sonnet
* fix: cleanup
* fix: cleanup
* fix: another prompt tune for less flaking
2025-09-01 20:26:24 -07:00
Charles Packer
7d388bff32
fix(core): change the backend mid-stream error packing to match what the FE expects [PRO-1107] ( #4340 )
...
fix(core): change the backend mid-stream error packing to match what the FE expects
2025-09-01 14:59:42 -07:00
cthomas
3f87fc34f2
feat: handle message persistence for approvals flows ( #4338 )
2025-09-01 14:10:02 -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
Charles Packer
56452ae426
fix(core): init attempt at patching the extended thinking bug ( #4331 )
...
* 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
2025-09-01 11:09:02 -07:00
cthomas
65cd430317
feat: support deny tool call request ( #4334 )
2025-09-01 10:33:18 -07:00
jnjpng
4df4c5ea2e
fix: retry on MALFORMED_FUNCTION_CALL for gemini [LET-4089]
...
---------
Co-authored-by: Letta Bot <noreply@letta.com >
2025-09-01 07:26:13 -07:00
cthomas
671f561c77
feat: support approve tool call request ( #4333 )
2025-08-31 11:26:21 -07:00
Matthew Zhou
335e0c2be1
feat: Support timestamp filtering for archival memories [LET-3469] ( #4330 )
...
Finish temporal filtering
2025-08-30 19:31:07 -07:00
cthomas
6c160e1d1d
feat: add input validation for messages field ( #4328 )
2025-08-29 22:06:12 -07:00
cthomas
484d2a4e93
feat: add error handling for approval response attempt ( #4326 )
...
* feat: add error handling for approval response attempt
* add one more error case
* improve error messages
2025-08-29 20:39:28 -07:00
cthomas
6a5e7dd606
fix: modify approvals openapi overrides ( #4324 )
2025-08-29 16:55:45 -07:00
Kian Jones
2b80b4aad8
chore: add tbpuf secrets and testing ( #4292 )
...
* 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
2025-08-29 16:44:15 -07:00
Charles Packer
aecb6e32d7
fix(core): update default value [LET-4117] ( #4321 )
...
* fix(core): update default value
* fix: just stage just publish
* fix(core): temporary hardcoding of the anthropic max tokens
* fix(core): patch the gemini
2025-08-29 16:42:19 -07:00
cthomas
cc376b32ed
feat: add support for approval request creation ( #4313 )
2025-08-29 15:23:02 -07:00
cthomas
697be58b78
feat: make new message create type field optional [LET-4116] ( #4319 )
...
feat: make new message create type field optional
2025-08-29 15:22:34 -07:00
Matthew Zhou
83721679c6
test: Add test for archival tag compilation into system prompt [LET-4114] ( #4312 )
...
Add tests and thread created_at
2025-08-29 13:35:19 -07:00
cthomas
b95c60b106
feat: add new approval message types to letta message union [LET-4113] ( #4311 )
...
feat: add new approval message types to letta message union
2025-08-29 13:32:31 -07:00
cthomas
bfdb586f74
feat: add approval create input to messages endpoints [LET-4110] ( #4309 )
...
* 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
2025-08-29 13:16:03 -07:00
cthomas
7c51a4f084
refactor: port letta message conversion into helpers ( #4302 )
...
* refator: port letta message conversion into helpers
* fix naming
* use extend not append
* add otid handling
2025-08-29 13:02:46 -07:00
Sarah Wooders
f383698654
chore: bump version 0.11.7 ( #4306 )
...
* bump version
* run just api
2025-08-29 12:59:02 -07:00
Matthew Zhou
23b2769dc4
feat: Allow agent archival tools to insert/search with tags [LET-4072] ( #4300 )
...
* Finish modifying archival memory tools
* Add tags
* Add disabled test
2025-08-29 11:55:06 -07:00
cthomas
04767aa4fe
feat: remove stream_steps reference from api docs [LET-4109] ( #4308 )
...
feat: remove stream_steps reference from api docs
2025-08-29 11:20:32 -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
cthomas
f64255f5c9
feat: add requires approval logic to tool rules solver ( #4294 )
2025-08-28 17:06:46 -07:00
Matthew Zhou
016feda83a
feat: Support arbitrary string tagging filtering [LET-3467] ( #4285 )
...
* 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 <11655409+kianjones9@users.noreply.github.com >
2025-08-28 16:57:36 -07:00
cthomas
7a2ccbd357
feat: add new modify approvals api ( #4288 )
...
* feat: add new modify approvals api
* remove path params override
2025-08-28 16:45:07 -07:00
cthomas
e0be1e028c
feat: add new approval request message objects ( #4291 )
2025-08-28 16:44:48 -07:00
cthomas
b0cf7f0e93
feat: add new default_requires_approval flag on tools ( #4287 )
2025-08-28 15:38:59 -07:00
cthomas
9e43b8e015
feat: add new require approvals tool rule ( #4280 )
...
* feat: add new require approvals tool rule
* add fe changes
* openapi sync 2
2025-08-28 13:34:00 -07:00
Matthew Zhou
2791be982a
feat: Add hybrid search on turbopuffer [LET-4096] ( #4284 )
...
Add hybrid search
2025-08-28 13:10:25 -07:00
Matthew Zhou
cf3423a21a
feat: De-dupe tool rules [LET-4091] ( #4282 )
...
* Add hash/eqs for de-dupe
* Add sdk test
2025-08-28 12:43:32 -07:00
Sarah Wooders
b4fc7012cc
chore: patch update tools ( #4090 )
...
* patch update tools
* update tool patch
* fallback to generation for legacy tools
* avoid re-parsing source if json schema exists
* fix more tests
* remove asssert
* fix
* update
* update
* update
* Fix tests
---------
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-08-28 11:34:36 -07:00
cthomas
2d6727673a
feat: clean up legacy deepseek api call logic [LET-4087] ( #4275 )
...
feat: clean up legacy deepseek api call logic
Co-authored-by: Shubham Naik <shub@letta.com >
2025-08-28 11:12:28 -07:00
Matthew Zhou
651671cb83
feat: Support basic upload/querying on tpuf [LET-3465] ( #4255 )
...
* wip implementing turbopuffer
* Move imports up
* Add type of archive
* Integrate turbopuffer functionality
* Debug turbopuffer tests failing
* Fix turbopuffer
* Run fern
* Fix multiple heads
2025-08-28 10:39:16 -07:00
Shubham Naik
a8ffae6f8d
feat: fix agentfile in clooud [PRO-1013] ( #4271 )
...
* feat: fix agentfile in clooud
* chore; fix lint
---------
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-08-28 09:16:46 -07:00
Shubham Naik
1b03282a79
fix: model not displaying properly [PRO-1072] ( #4267 )
...
* chore: fix model display
* chore: new ts
* chore: fix model rendering
---------
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-08-28 07:58:52 -07:00
cthomas
b316c61221
feat: add invalid_llm_response stop reason [LET-4083] ( #4269 )
...
* feat: add invalid_llm_response stop reason
* add sqllite support
* simply skip for sqllite
* fix imports
* fix isort
2025-08-27 17:07:47 -07:00
cthomas
27458ffad5
feat: move deepseek to new agent loop [LET-4081] ( #4266 )
...
* feat: move deepseek to new agent loop
* fixes
2025-08-27 16:50:34 -07:00
Sarah Wooders
2b23ec7dff
feat: support overriding embedding handle [LET-4021] ( #4224 )
2025-08-27 14:54:17 -07:00