Commit Graph

6949 Commits

Author SHA1 Message Date
Kian Jones
4e4ae856e7 merge resolution bug and linting 2025-09-09 09:40:17 -07:00
Kian Jones
997778c017 rename to letta_mistral_api_key 2025-09-09 09:35:12 -07:00
Kian Jones
8a2314855a remove invalid secrets and add any ones which are necessary 2025-09-09 09:35:12 -07:00
Kian Jones
3a645b1aef change fern pathing 2025-09-09 09:35:12 -07:00
Kian Jones
bb8a8f335c migrate to core only 2025-09-09 09:35:12 -07:00
Kian Jones
1881fcc89d migrate fern 2025-09-09 09:35:12 -07:00
Kian Jones
0c5f5dadb8 ruff check 2025-09-09 09:35:10 -07:00
Kian Jones
db52d765a9 add fern python preview 2025-09-09 09:33:59 -07:00
Kian Jones
e876dd8b36 remove code_style_checks and add alembic validation 2025-09-09 09:33:59 -07:00
Kian Jones
b66b6f232e make core-lint dir agnostic 2025-09-09 09:33:59 -07:00
Kian Jones
ee64be4555 remove fern check 2025-09-09 09:33:59 -07:00
Kian Jones
60c9e3efad Merge branch 'main' into release-0.11.8-3 2025-09-09 09:23:31 -07:00
cthomas
48b5722095 fix: missing actor in sleeptime loop (#4498) 2025-09-09 00:43:04 -07:00
cthomas
6434c4c2d2 fix: missing actor in sleeptime loop (#4498) 2025-09-09 00:43:04 -07:00
cthomas
2281c52de3 feat: conditionally record step metrics (#4497) 2025-09-09 00:35:03 -07:00
cthomas
9120dd5308 feat: conditionally record step metrics (#4497) 2025-09-09 00:35:03 -07:00
cthomas
6cb12b7f66 feat: handle streaming for hitl in new agent loop (#4496) 2025-09-09 00:27:44 -07:00
cthomas
82192dee44 feat: handle streaming for hitl in new agent loop (#4496) 2025-09-09 00:27:44 -07:00
cthomas
c60683c5a0 feat: add check before logging step metrics (#4495) 2025-09-09 00:02:21 -07:00
cthomas
a0c4f086d0 feat: add check before logging step metrics (#4495) 2025-09-09 00:02:21 -07:00
cthomas
efe34c9db3 fix: async generator return type (#4494) 2025-09-08 23:44:19 -07:00
cthomas
5085dc3f65 fix: async generator return type (#4494) 2025-09-08 23:44:19 -07:00
cthomas
517e25ea2a fix: add llm adapter to build request method (#4493) 2025-09-08 23:38:59 -07:00
cthomas
33a03daf1f fix: add llm adapter to build request method (#4493) 2025-09-08 23:38:59 -07:00
cthomas
f41f561a38 feat: always break when step is finished (#4492) 2025-09-08 23:37:36 -07:00
cthomas
05d5b53b29 feat: always break when step is finished (#4492) 2025-09-08 23:37:36 -07:00
cthomas
9d7dd6acd8 test: skip step stream error case temporarily (#4491) 2025-09-08 23:27:07 -07:00
cthomas
11a8b0f3e7 test: skip step stream error case temporarily (#4491) 2025-09-08 23:27:07 -07:00
cthomas
4b366525bf feat: break out of summary retry loop when no exception (#4490) 2025-09-08 23:20:10 -07:00
cthomas
e132d6c6ca feat: break out of summary retry loop when no exception (#4490) 2025-09-08 23:20:10 -07:00
cthomas
4b9175afd3 fix: use id instead of step id for metrics (#4489) 2025-09-08 22:54:43 -07:00
cthomas
7d85742f22 fix: use id instead of step id for metrics (#4489) 2025-09-08 22:54:43 -07:00
cthomas
2aabb15e97 feat: add template id to create message (#4488) 2025-09-08 22:53:18 -07:00
cthomas
dd0b3c065a feat: add template id to create message (#4488) 2025-09-08 22:53:18 -07:00
cthomas
e7d3d34899 fix: add range to for loop (#4487) 2025-09-08 22:43:33 -07:00
cthomas
31713866f0 fix: add range to for loop (#4487) 2025-09-08 22:43:33 -07:00
cthomas
f00453c152 feat: migrate sleeptime to new agent loop (#4485)
* feat: migrate sleeptime to new agent loop

* only load agent state when needed
2025-09-08 22:25:01 -07:00
cthomas
b9616c1030 feat: migrate sleeptime to new agent loop (#4485)
* feat: migrate sleeptime to new agent loop

* only load agent state when needed
2025-09-08 22:25:01 -07:00
Matthew Zhou
ee63c59682 feat: Fix alembic migration for vector db type on sources for pg8000 driver (#4482)
Add commit after as well
2025-09-08 19:50:49 -07:00
Matthew Zhou
0004ba8503 feat: Fix alembic migration for vector db type on sources for pg8000 driver (#4482)
Add commit after as well
2025-09-08 19:50:49 -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
3a551f4bb7 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
ae7d08b2f5 feat: Add error handling callback [LET-4258] (#4481)
Add error handling callback
2025-09-08 18:45:03 -07:00
Matthew Zhou
deb30dc616 feat: Surface vector db in source object [LET-4257] (#4479)
* Surface vector db

* Change default

* Fern autogen

* Fix sqlite test managers
2025-09-08 18:08:55 -07:00
Matthew Zhou
20881b3383 feat: Surface vector db in source object [LET-4257] (#4479)
* Surface vector db

* Change default

* Fern autogen

* Fix sqlite test managers
2025-09-08 18:08:55 -07:00
cthomas
62092ecc7e feat: add summarization retry to new agent loop (#4477) 2025-09-08 17:41:48 -07:00
cthomas
6a9eb16f4e feat: add summarization retry to new agent loop (#4477) 2025-09-08 17:41:48 -07:00
Matthew Zhou
0eed3722cc feat: Robustify openai embedding [LET-4256] (#4478)
* Robustify embedding

* Remove unecessary imports

* Add test embeddings
2025-09-08 17:18:54 -07:00
Matthew Zhou
73e8ee73fc feat: Robustify openai embedding [LET-4256] (#4478)
* Robustify embedding

* Remove unecessary imports

* Add test embeddings
2025-09-08 17:18:54 -07:00