cthomas
cd900a6f4d
feat: check run completion in send message tests ( #5030 )
2025-10-07 17:50:47 -07:00
cthomas
e248ac27e2
feat: add messages.create_async test for new agent loop ( #5024 )
...
feat: add async test for new agent loop
2025-10-07 17:50:47 -07:00
Sarah Wooders
354205f581
feat: create new runs table [LET-4467] ( #4841 )
2025-10-07 17:50:47 -07:00
Sarah Wooders
d0d36a4b07
fix: remove json schema generation from tool validation [LET-4509] ( #4964 )
...
* patch integration test
* create default user and org
* rm
* patch
* add testing
* remove validation for schemas from pydantic object
* add file
* patch tests
* fix more tests
* fix managers
* fix sdk test
* patch schema tests
* Comment out name in update
* patch test
* patch
* add another test
2025-10-07 17:50:46 -07:00
Kian Jones
4bdf85b883
feat: pull letta env for sentry init ( #4966 )
...
set env on sentry init
2025-10-07 17:50:46 -07:00
Sarah Wooders
18abcc7025
feat: patch integration test for sandbox [LET-4509] ( #4962 )
...
* patch integration test
* create default user and org
* rm
* patch
2025-10-07 17:50:46 -07:00
Matthew Zhou
b5053d02d5
fix: Fix multi agent test ( #4947 )
...
Fix multi agent
2025-10-07 17:50:46 -07:00
Matthew Zhou
c27e69ce6c
fix: Fix mcp tests [LET-4496] ( #4927 )
...
Fix mcp tests
2025-10-07 17:50:46 -07:00
Matthew Zhou
0b08c4ed6a
fix: Fix agents preview payload ( #4924 )
...
Fix agents endpoint
2025-10-07 17:50:46 -07:00
Matthew Zhou
d78e0ccb58
feat: Fix test batch sdkpy [LET-4507] ( #4917 )
...
* Fix test batch sdk
* Consolidate and fix test batch sdk
2025-10-07 17:50:46 -07:00
Sarah Wooders
53786ee102
feat: asyncify test_manager.py [LET-4494] ( #4890 )
...
* add test_agent_manager.py
* created shared conftest
* add test_tool_manager.py
* add tag tests
* add message manager tests
* add blocks
* add org
* add passage tests
* add archive manager
* add user manager
* add identity
* add job manager tests
* add sandbox manager
* add file manager
* add group managers
* add mcp manager
* fix batch tests
* update workflows
* fix test_managers.py
* more tests
* comment out old test and add file
---------
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com >
2025-10-07 17:50:46 -07:00
Matthew Zhou
462d37813e
chore: Deprecate agent file v1 related things [LET-4500] ( #4902 )
...
Deprecate agent file v1 related things
2025-10-07 17:50:46 -07:00
Charles Packer
a4041879a4
feat: add new agent loop (squash rebase of OSS PR) ( #4815 )
...
* feat: squash rebase of OSS PR
* fix: revert changes that weren't on manual rebase
* fix: caught another one
* fix: disable force
* chore: drop print
* fix: just stage-api && just publish-api
* fix: make agent_type consistently an arg in the client
* fix: patch multi-modal support
* chore: put in todo stub
* fix: disable hardcoding for tests
* fix: patch validate agent sync (#4882 )
patch validate agent sync
* fix: strip bad merge diff
* fix: revert unrelated diff
* fix: react_v2 naming -> letta_v1 naming
* fix: strip bad merge
---------
Co-authored-by: Kevin Lin <klin5061@gmail.com >
2025-10-07 17:50:45 -07:00
Charles Packer
9edc7f4d64
feat: add OpenRouterProvider ( #4848 )
...
* feat: init add of openrouter provider, doesn't work bc no key pass and no header pass
* fix: working
2025-10-07 17:50:45 -07:00
Sarah Wooders
8fee5b4b93
fix: remove db locks ( #4879 )
2025-10-07 17:50:45 -07:00
Sarah Wooders
4df0a27eb0
chore: remove sync db ( #4873 )
2025-10-07 17:50:45 -07:00
Matthew Zhou
8b580c94f0
fix: Asyncify runs routes [LET-4491] ( #4869 )
...
Asyncify runs routes
2025-10-07 17:50:45 -07:00
Matthew Zhou
8395ec429a
feat: Add flag for TLS ( #4865 )
...
Add flag for TLS
2025-10-07 17:50:45 -07:00
cthomas
5dbb3a8648
feat: fix default job status ( #4831 )
2025-10-07 17:50:45 -07:00
cthomas
27dfb52568
feat: update run status for lettuce runs ( #4830 )
...
* feat: update run status for lettuce runs
* only fetch job status for pending case
2025-10-07 17:50:45 -07:00
cthomas
a7a1e5cf32
feat: make experimental flag a bool ( #4825 )
...
* feat: make experimental flag a bool
* add null check
2025-10-07 17:50:45 -07:00
cthomas
5166ab2f86
feat: only update job metadata when flag is set ( #4824 )
2025-10-07 17:50:45 -07:00
cthomas
232da24f7f
fix: missing import for cancel ( #4819 )
2025-10-07 17:50:44 -07:00
cthomas
076c56a0a5
feat: add feature flag for new message async logic ( #4805 )
...
* feat: add feature flag for new message async logic
* remove from api sync
2025-10-07 17:50:44 -07:00
cthomas
a605271846
fix: flip tls flag ( #4806 )
2025-10-07 17:50:44 -07:00
Matthew Zhou
678350a6f2
feat: Pass through agent_state and patch bugs [LET-4456] ( #4800 )
...
* Pass through agent state
* temp
* Patch bugs
* Add todo for jin
2025-10-07 17:50:44 -07:00
Sarah Wooders
46ba8789b7
fix: patch issue with run listing ( #4793 )
...
* fix: patch issue with run listing
* another fix
2025-10-07 17:50:44 -07:00
cthomas
ee39b2bff2
feat: ensure temporal is hit through fastapi ( #4784 )
...
feat: ensure temporal works end-to-end
2025-10-07 17:50:44 -07:00
Sarah Wooders
c85bfefa52
feat: add agents_runs table ( #4768 )
2025-10-07 17:50:44 -07:00
cthomas
992f94da4b
feat: integrate temporal into letta ( #4766 )
...
* feat: integrate temporal into letta
* use fire and forget, set up cancellation and job status checking
2025-10-07 17:50:43 -07:00
Kian Jones
b8e9a80d93
merge this ( #4759 )
...
* wait I forgot to comit locally
* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00
Kian Jones
22f70ca07c
chore: officially migrate to submodule ( #4502 )
...
* remove apps/core and apps/fern
* fix precommit
* add submodule updates in workflows
* submodule
* remove core tests
* update core revision
* Add submodules: true to all GitHub workflows
- Ensure all workflows can access git submodules
- Add submodules support to deployment, test, and CI workflows
- Fix YAML syntax issues in workflow files
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* remove core-lint
* upgrade core with latest main of oss
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-09 12:45:53 -07:00
Matthew Zhou
516f2963e0
feat: Add turbopuffer embedder by default [LET-4253] ( #4476 )
...
* Adapt to turbopuffer embedder
* Make turbopuffer search more efficient over all source ids
* Combine turbopuffer and pinecone hybrid
* Fix test sources
2025-09-08 18:46:41 -07:00
Matthew Zhou
0f383ed776
feat: Add error handling callback [LET-4258] ( #4481 )
...
Add error handling callback
2025-09-08 18:45:03 -07:00
Matthew Zhou
acaf820009
feat: Add project_id to message filtering/inserting to Turbopuffer [LET-4252] ( #4466 )
...
* Add project_id
* Fern autogen
2025-09-08 14:35:15 -07:00
Charles Packer
0d195bd2b7
fix(core): patch the error throwing for HITL [LET-4218] ( #4455 )
...
fix: patch the error throwing for HITL
2025-09-06 11:45:46 -07:00
Charles Packer
326f9a5049
fix: Add approval messages to runs.stream SSE schema (align with agents.create_stream) ( #4451 )
...
* fix: patch error on HITL tests
* Revert uv.lock to match main
* fix: IDK why uv lock keeps changing???
2025-09-05 21:44:26 -07:00
Matthew Zhou
af302e8ac8
feat: Write tests for search messages [LET-4212] ( #4447 )
...
* Adjust naming
* Add testing and improve message search
* Adjust comments
* Change query text to query
* Fern autogen
2025-09-05 17:52:13 -07:00
Matthew Zhou
2ef47d8002
feat: Add search messages endpoint [LET-4144] ( #4434 )
...
* Add search messages endpoint
* Run fern autogen and fix tests
2025-09-05 14:28:27 -07:00
cthomas
892667d633
feat: poll cancellation status in client.runs.stream endpoint [LET-4209] ( #4439 )
...
* feat: make include pings default to true
* feat: add cancellation checks in path
2025-09-05 12:30:30 -07:00
Shubham Naik
d23318b802
chore: fix backend error fix ( #4428 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-09-04 14:10:32 -07:00
Matthew Zhou
def95050e2
feat: Add ranks to archival memory search [LET-4193] ( #4426 )
...
* Add ranks to archival memory search
* Fix test managers
* Fix archival memory test
2025-09-04 13:35:54 -07:00
Shubham Naik
f6ec6dc3a0
feat: add the ability to find/delete by deployment id [PRO-1150] ( #4421 )
...
* feat: add the ability to find/delete by deployment id
* fix: add ability to delete by deployment id
---------
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-09-04 11:08:54 -07:00
Shubham Naik
eb21668f35
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
a65400af84
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
9e20a76d2a
feat: use datetime ranges for archival memory query ( #4398 )
2025-09-03 20:08:10 -07:00
Matthew Zhou
051a5cde6a
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
cthomas
11d2507877
feat: refactor streaming route logic ( #4369 )
2025-09-02 19:27:13 -07:00
Shubham Naik
98e8fcdee6
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
Charles Packer
71a5eaa262
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