Commit Graph

1856 Commits

Author SHA1 Message Date
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
cthomas
039febb8c5 feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
Sarah Wooders
80304bc0ff chore: bump version 0.6.39 (#1264) 2025-03-12 22:32:55 -07:00
Charles Packer
0630e1dcea docs: revised mcp docs (#1261) 2025-03-12 22:11:27 -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
69ab911682 feat: add identities to blocks (#1219) 2025-03-12 12:09:31 -07:00
cthomas
cf146146b6 chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
Matthew Zhou
fb2058068d feat: Patch broken assistant messages for both Haiku and Sonnet (#1252) 2025-03-12 10:19:41 -07:00
Shubham Naik
9a1b913430 Desktop ql fixes (#1255)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-12 10:15:16 -07:00
Matthew Zhou
2a9a96a7ba chore: Various updates and improvements (#1247)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: tarunkumark <tkksctwo@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@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
2025-03-11 14:46:45 -07:00
Matthew Zhou
3abb1d0580 fix: BlockUpdate resets limit due to hardcoding (#1246) 2025-03-11 14:37:17 -07:00
Sarah Wooders
4e6e43505c chore: update dependencies and bump 0.6.38 (#1240) 2025-03-10 17:11:39 -07:00
Matthew Zhou
93b64084e2 feat: Change voice endpoint to have agent_id as required param in URL (#1233) 2025-03-10 13:36:55 -07:00
Kevin Lin
35186880ee feat: include most recent archival passages in metadata message (#1211) 2025-03-10 13:09:23 -07:00
cthomas
6a20f85189 feat: add new llm client framework and migrate google apis (#1209) 2025-03-07 16:34:06 -08:00
cthomas
05df777824 feat: add agent to steps table and support filtering (#1212) 2025-03-07 10:10:29 -08:00
Matthew Zhou
75430d82a8 feat: Add query parameter for project ID on /upload route and adapt tests (#1210) 2025-03-06 15:44:12 -08:00
Sarah Wooders
4aeaec3523 feat: modify message modification route to be via LettaMessage (#1184) 2025-03-06 15:33:16 -08:00
Matthew Zhou
5f69182063 feat: Modify multi agent broadcast for partial matching (#1208) 2025-03-06 13:26:59 -08:00
cthomas
e1ea5c3cdc chore: add identities tests (#1204) 2025-03-05 16:22:20 -08:00
Sarah Wooders
d74f3f0d72 chore: bump version to 0.6.37 (#1203) 2025-03-05 16:11:51 -08:00
Sarah Wooders
7505d1336a feat: remove char limit on name (#1185) 2025-03-05 15:56:48 -08:00
Matthew Zhou
11e8c031bf feat: Add conditional to control overriding existing tools (#1201) 2025-03-05 15:51:16 -08:00
cthomas
a5c8e58f33 feat: add stdout and stderr in simulator (#1195) 2025-03-05 15:17:17 -08:00
Matthew Zhou
63dba5b0ab feat: Add upload/download endpoints for agents (#1200) 2025-03-05 15:05:58 -08:00
Matthew Zhou
f19fef56d1 feat: Serialize tags on agents (#1199) 2025-03-05 14:14:27 -08:00
Matthew Zhou
d79c8f9484 feat: Add agent environment variable serialization (#1198) 2025-03-05 13:59:34 -08:00
cthomas
e32f446b60 feat: add support for custom service name in logging (#1194) 2025-03-05 09:52:09 -08:00
Shubham Naik
ea4984dfc9 feat: support cors env (#1188)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-04 21:31:40 -08:00
Matthew Zhou
5b2e7d3356 feat: Add blocks and tools to agent serialization (#1187) 2025-03-04 15:31:50 -08:00
Sarah Wooders
ddb3e52d24 feat: insert system message when source is attached (#1158) 2025-03-04 14:26:06 -08:00
cthomas
6212e87917 feat: enable mounting local tools dir to container (#1119) 2025-03-04 13:18:23 -08:00
cthomas
6a7b9ff4fd chore: add deprecation message to legacy client (#1175) 2025-03-04 09:18:23 -08:00
cthomas
5bc8ca55fc fix: improve identity error handling (#1176) 2025-03-03 16:50:25 -08:00
Matthew Zhou
353af9aefe feat: Finish async memory rewriting agent for voice (#1161) 2025-03-03 13:58:06 -08:00
cthomas
19e65bb2c0 feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
cthomas
5e0e72238d fix: re-add backwards compatibility for tool rules (#1180) 2025-03-02 19:05:26 -08:00
cthomas
683864a9d4 feat: add route to get steps for job (#1174) 2025-03-02 17:43:18 -08:00
cthomas
db8c64862d fix: process pydantic args in reverse order to handle deps (#1172) 2025-03-01 19:05:11 -08:00
cthomas
6a6e50a4f4 feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
Charles Packer
2bfbbeb9b8 feat: gpt-4.5-preview support (#1156) 2025-02-27 19:01:09 -08:00
Kevin Lin
d7ee2e1cb0 feat: refactor chat only agent (#1058) 2025-02-27 18:49:15 -08:00
Matthew Zhou
23abf83217 feat: Low Latency Agent (#1157) 2025-02-27 14:51:48 -08:00
cthomas
b93b75ac79 feat: add tracing to steps table (#1056) 2025-02-27 14:25:22 -08:00
cthomas
a027014a7c feat: add setting for max context window size and persist for ADE (#1124) 2025-02-27 14:21:06 -08:00
cthomas
b4121da909 fix: add error handling for unique constraint violation (#1137) 2025-02-27 14:20:39 -08:00
cthomas
9c5ce7731d feat: add patch archival memory route and fix naming (#1155) 2025-02-27 14:18:24 -08:00
Sarah Wooders
8f1221e417 chore: bump version to 0.6.34 (#1154) 2025-02-27 11:44:42 -08:00
Sarah Wooders
ebba7a168b fix: set max tokens to 4096 by default instead of 1024 (#1145) 2025-02-27 11:44:17 -08:00