Shubham Naik
56e2800892
feat: add hidden property to group and blocks [PRO-1145] ( #4415 )
...
* feat: add hidden property to group and blocks
* feat: add hidden property to group and blocks
* chore: bup
* chore: add hidden property
* chore: next
---------
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-09-04 10:53:16 -07:00
Shubham Naik
bffb400031
chore: surface the templates rest endpoint ( #4412 )
...
* chore: surface the templates rest endpoint
* chore: fix python server stuff
---------
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-09-04 08:48:46 -07:00
Sarah Wooders
bf9356ceaf
chore: release 0.11.7 2 ( #2790 )
2025-09-03 21:41:38 -07:00
Sarah Wooders
22c17688ec
chore: merge main
2025-09-03 21:30:05 -07:00
Sarah Wooders
8a9af86e7c
feat: use datetime ranges for archival memory query ( #4398 )
2025-09-03 20:08:10 -07:00
Matthew Zhou
25d37e2ac9
fix: change to pure rank-based RRF for relevance ordering ( #4411 )
...
* Fix RRF
* Fix turbopuffer tests
2025-09-03 17:33:19 -07:00
Kian Jones
17c2783da9
chore: add back dependencies for desktop ( #4409 )
...
add back dependencies for desktop
2025-09-03 17:12:04 -07:00
Kian Jones
bd0a4304ad
fix: add repositories scope ( #2789 )
2025-09-03 16:12:25 -07:00
Kian Jones
479b89210a
add reposiroties: letta-cloud
2025-09-03 16:09:12 -07:00
Kian Jones
b2b3158bc3
fix: change client to app ( #2788 )
2025-09-03 15:56:23 -07:00
Matthew Zhou
3126598720
feat: Change web search to exa [LET-4190] ( #4401 )
...
* Change web search to exa
* Fix tf/justfile
* add exa api key for integration test
* Mock exa
---------
Co-authored-by: Kian Jones <kian@letta.com >
2025-09-03 15:52:10 -07:00
Kian Jones
4d1338f91c
change client to app
2025-09-03 15:34:00 -07:00
Kian Jones
0dd5be0131
fix: rename secret reference from app -> client ( #2787 )
2025-09-03 15:08:19 -07:00
Kian Jones
7a2fe9a8b7
app -> client
2025-09-03 15:07:33 -07:00
Kian Jones
c0c14241fa
fix: change version code ( #2786 )
2025-09-03 15:04:47 -07:00
Kian Jones
ae48994104
change version code
2025-09-03 15:03:46 -07:00
Kian Jones
b619399947
fix: add manual dispatch trigger ( #2785 )
2025-09-03 14:46:14 -07:00
Kian Jones
b826b81425
manual dispatch
2025-09-03 14:44:29 -07:00
Kian Jones
d320541109
chore: add notifier action for improved OSS syncing ( #2784 )
2025-09-03 14:42:37 -07:00
jnjpng
37d32be58b
fix: retry on 500 and 503 for gemini [LET-4185]
...
* handle 500 and 503
* timeout
---------
Co-authored-by: Letta Bot <noreply@letta.com >
2025-09-03 14:02:58 -07:00
Charles Packer
9128957a37
fix: reduce the default tool return to something more sane [LET-4180] ( #4383 )
...
fix: reduce the default tool return to something more sane (prev limit was allowing like 200k tokens to come through and crash gpt-5
2025-09-03 13:51:33 -07:00
Cameron Pfiffer
25e893da14
fix: correct messages API method from send to create ( #4299 )
...
Updated documentation examples to use the correct API method:
- Changed groups.messages.send() to groups.messages.create()
- Changed agents.messages.send() to agents.messages.create()
- Updated parameter format to use messages array with role/content
Fixes inconsistent API usage across documentation and examples.
2025-09-03 13:44:12 -07:00
Kian Jones
15b0aa734b
add notifier action
2025-09-03 13:43:46 -07:00
Matthew Zhou
e6c9b4d708
feat: Add fetch webpage tool [LET-4188] ( #4395 )
...
* Add fetch webpage tool
* Use trafilatura for web extraction
2025-09-03 13:34:35 -07:00
Matthew Zhou
6dccc1961b
feat: Add archival search endpoint [LET-4184] ( #4390 )
...
* Add archival search endpoint
* Run fern autogen
* Add de-dupe logic
2025-09-03 10:55:20 -07:00
Matthew Zhou
88831c7256
feat: Change namespace to be org scoped and filter on agent_id [LET-4163] ( #4368 )
...
* Change to org scoped and agent_id filtering
* Finish modifying conversation search tool
* Fix failing tests
* Get rid of bad imports
2025-09-03 10:00:19 -07:00
Charles Packer
77cab00cb8
fix: try and patch the PATCH/update issue with MCP server URL [LET-3933]
...
* fix: patch update path
* autogenerate
* update
* update
---------
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local >
Co-authored-by: Letta Bot <noreply@letta.com >
Co-authored-by: jnjpng <jin@letta.com >
2025-09-03 09:42:57 -07:00
cthomas
40f03b9780
feat: always default to openai client in llm client factory [LET-4176] ( #4377 )
...
feat: always default to openai client in llm client factory
2025-09-03 09:40:59 -07:00
jnjpng
1d0d44d68a
fix: clean property schema reference
...
fix
Co-authored-by: Letta Bot <noreply@letta.com >
2025-09-03 08:42:46 -07:00
Charles Packer
6ae49ab3c5
fix: properly throw context window exceeded error on the new style of… [LET-4179] ( #4380 )
...
fix: properly throw context window exceeded error on the new style of context window overflow from gpt-5
2025-09-02 22:20:46 -07:00
Charles Packer
8475f5b316
fix: patch context window of gpt-5 to 272k not 400k [LET-4177] ( #4379 )
...
fix: patch context window of gpt-5 to 272k not 400k
2025-09-02 21:10:40 -07:00
jnjpng
ea311d2e22
fix: mcp tool schema formatting for anthropic streaming [LET-4165]
...
* fix
* update commnet
---------
Co-authored-by: Letta Bot <noreply@letta.com >
2025-09-02 20:44:43 -07:00
cthomas
1e0c9a710b
feat: refactor streaming route logic ( #4369 )
2025-09-02 19:27:13 -07:00
Charles Packer
46672de2d6
fix: patch cache bust in the system prompt via timestamp [LET-4155] ( #4375 )
...
fix: patch cache bust in the system prompt via timestamp
2025-09-02 18:07:13 -07:00
Charles Packer
e40c0512c2
fix: patch streaming hidden reasoning event [LET-4167] ( #4367 )
...
* fix: patch streaming hidden reasoning event
* fix: patch reasoning_effort not getting passed to openai
2025-09-02 16:21:18 -07:00
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
cthomas
fecff4c12c
feat: add more tests for hitl ( #4339 )
2025-09-01 16:23:06 -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