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
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
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
047065d643
feat: add LettaPing to streaming response ( #3647 )
2025-07-29 22:34:32 -07:00
Andy Li
071e8e4b5e
fix: catch import error
2025-07-25 14:46:19 -07:00
Andy Li
1a6dfa8668
feat: profiling middleware
2025-07-25 13:12:59 -07:00
Andy Li
9ca1664ed8
feat: support for providers
2025-07-22 16:09:50 -07:00
Andy Li
6debdeafba
chore: default to uvloop
2025-07-18 12:48:36 -07:00
Andy Li
b7b678db4e
feat: stop reasons and error messages and sentry fixes
2025-07-18 11:56:20 -07:00
Andy Li
904d9ba5a2
chore: strings lint cleanup ( #3374 )
2025-07-18 09:20:45 -07:00
cthomas
7b7465382b
feat: LET-3090 add sqlalchemy debug info to traces ( #3401 )
2025-07-17 22:17:48 -07:00
Shubham Naik
606cbefc0a
chore: fix generation ( #3262 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-07-09 20:17:02 -07:00
Andy Li
fa23566f24
chore: proper logging for sentry ( #3195 )
2025-07-07 12:37:39 -07:00
Kian Jones
6c07ecb806
filter out noisy sentry ( #3191 )
2025-07-07 11:38:07 -07:00
Kian Jones
b2fdc7785b
fix(sentry): Add sentry filtering stop gap ( #3185 )
2025-07-07 09:39:59 -07:00
Matthew Zhou
9605d1f79c
feat: Add pinecone for cloud embedding ( #3160 )
2025-07-03 22:37:55 -07:00
Andy Li
2c9647424d
fix: batch jobs not being polled ( #3034 )
2025-06-25 17:07:21 -07:00
Andy Li
03061abfb3
fix: duplicate messages in message context ( #2998 )
2025-06-24 16:15:45 -07:00
cthomas
97986b0f03
feat: send stop reason in letta APIs ( #2789 )
2025-06-13 16:04:48 -07:00
cthomas
8f13c078ef
feat: add stop reason object ( #2783 )
2025-06-12 16:54:29 -07:00
Andy Li
fe317068f6
feat: plugin system and backend runtime flags ( #2543 )
2025-06-05 18:12:44 -07:00
Andy Li
80f6e97ca9
feat: otel metrics and expanded collecting ( #2647 )
...
(passed tests in last run)
2025-06-05 17:20:14 -07:00
Andy Li
347825d2b3
feat: support for uvloop and granian ( #2542 )
2025-06-03 15:42:45 -07:00
Sarah Wooders
34df96bf2c
feat: add MCP servers into a table and MCP tool execution to new agent loop ( #2323 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com >
2025-05-23 16:22:16 -07:00
Charles Packer
004d76713a
fix: patch MCP error for MCP tools that have no functions ( #2041 )
2025-05-10 11:16:49 -07:00
jnjpng
3fa1a295ba
build: add hot reload config for core letta server ( #2093 )
2025-05-09 11:39:43 -07:00
Matthew Zhou
e7dce9f65f
feat: Make tool execution directory if does not exist ( #1992 )
2025-05-02 13:53:08 -07:00
Matthew Zhou
1f49361a49
feat: Implement app-level leader election for polling jobs ( #1991 )
2025-05-02 12:56:23 -07:00
Matthew Zhou
0ae199e960
feat: Add safety checks for voice agent configuration ( #1955 )
2025-04-30 16:46:45 -07:00
cthomas
822d088231
fix: run openapi polyfill ( #1937 )
2025-04-29 16:41:01 -07:00
Sarah Wooders
41d85c4114
feat: add batch job tracking and generate batch APIs ( #1727 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-04-17 17:02:07 -07:00
Matthew Zhou
63382c3591
feat: Create polling job for polling batch results ( #1624 )
...
Previous run passed all relevant checks, so skipping the wait. This new commit just merges main.
2025-04-08 16:42:12 -07:00
Matthew Zhou
bd91427c0c
feat: Clean up prints ( #1515 )
2025-04-01 15:20:43 -07:00
Matthew Zhou
acd0a525aa
feat: Async agent loop ( #1387 )
2025-03-27 15:24:50 -07:00
Matthew Zhou
e1b16c5fea
chore: Various bug fixes ( #1350 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
Co-authored-by: cthomas <caren@letta.com >
Co-authored-by: tarunkumark <tkksctwo@gmail.com >
Co-authored-by: Kevin Lin <klin5061@gmail.com >
Co-authored-by: Charles Packer <packercharles@gmail.com >
Co-authored-by: Miao <one.lemorage@gmail.com >
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
Co-authored-by: Shubham Naik <shub@letta.com >
Co-authored-by: Will Sargent <will.sargent@gmail.com >
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com >
Co-authored-by: Mindy Long <mindy@letta.com >
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com >
Co-authored-by: dboyliao <qmalliao@gmail.com >
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com >
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com >
Co-authored-by: Tristan Morris <tristanbmorris@gmail.com >
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com >
Co-authored-by: Jindřich Šíma <67415662+JindrichSima@users.noreply.github.com >
Co-authored-by: Azin Asgarian <31479845+azinasg@users.noreply.github.com >
Co-authored-by: Connor Shorten <connorshorten300@gmail.com >
Co-authored-by: Lucas Mohallem Ferraz <ferraz.m.lucas@gmail.com >
Co-authored-by: kyuds <kyuds@everspin.co.kr >
2025-03-20 11:06:45 -07:00
cthomas
6962a6bcb3
feat: add otel collector to prod deployment ( #1320 )
2025-03-17 16:31:54 -07:00
cthomas
253b8adc52
chore: read otel endpoint from settings ( #1312 )
2025-03-17 10:28:32 -07:00
cthomas
0809c00952
fix: uvicorn run args bug ( #1308 )
2025-03-16 16:00:46 -07:00
cthomas
80150b2a43
fix: remove old otel config files ( #1310 )
2025-03-16 14:36:32 -07:00
cthomas
aa2f4258c4
feat: add content parts to message schema ( #1273 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-03-13 18:43:32 -07:00
Matthew Zhou
194dc56696
feat: Factor out some uvicorn settings as environment variables ( #1266 )
2025-03-13 12:26:50 -07:00
cthomas
588c212039
chore: message schema api improvements ( #1267 )
2025-03-13 12:04:03 -07:00
Charles Packer
408057c216
feat: initial MCP support ( #1229 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-03-12 17:33:24 -07:00
cthomas
e32f446b60
feat: add support for custom service name in logging ( #1194 )
2025-03-05 09:52:09 -08:00
cthomas
19e65bb2c0
feat: log request data to otel ( #1149 )
2025-03-03 11:51:05 -08:00
cthomas
ae282baacc
feat: add tracing ( #883 )
2025-02-18 19:03:31 -08:00
cthomas
a0befb15a7
feat: add password support for auth header ( #832 )
2025-01-29 17:04:07 -08:00
Matthew Zhou
b6773ea7ff
feat: Add voice-compatible chat completions endpoint ( #774 )
2025-01-27 14:25:05 -08:00
Shubham Naik
3ad9fa2a68
chore: do not render windows characters ( #745 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-01-23 10:01:28 -08:00
cthomas
443b876e74
fix: remove manual step logging ( #738 )
2025-01-22 21:07:23 -08:00