Commit Graph

422 Commits

Author SHA1 Message Date
cthomas
a14c90dca1 fix: anthropic tool call parsing (#1417) 2025-03-26 10:55:37 -07:00
cthomas
a610a09f2f feat: add model and embedding fields to modify agent api (#1412) 2025-03-26 10:36:38 -07:00
cthomas
3715b08635 chore: migrate anthropic to llm client class (#1409) 2025-03-26 09:37:27 -07:00
cthomas
7bb2d7d59c feat: print dashboard link in otel startup (#1406) 2025-03-25 16:07:15 -07:00
cthomas
3f1d9754fb chore: delete legacy google llm classes (#1402) 2025-03-25 14:05:49 -07:00
cthomas
26e7f25ff8 fix: send message async endpoint (#1400) 2025-03-25 11:05:55 -07:00
cthomas
e615dbaf4c fix: summarizer step count increment (#1399) 2025-03-25 10:46:01 -07:00
cthomas
cbb562208f chore: move otel config files to subdir (#1396) 2025-03-25 10:19:24 -07:00
cthomas
f8c6a4df6d fix: anthropic empty response check (#1397) 2025-03-25 09:41:45 -07:00
Charles Packer
3e04afa62b fix: patch bug in Anthropic code path (#1395) 2025-03-25 07:55:59 -07:00
Sarah Wooders
d6cfeae913 feat: remove identities from .af (#1388) 2025-03-24 21:57:52 -07:00
Charles Packer
8c98952b43 fix: patch summarizer bug for Anthropic (#1389) 2025-03-24 21:57:32 -07:00
Sarah Wooders
0571d8b8c7 feat: have embedding config pulled from OPENAI_API_BASE (#1390) 2025-03-24 21:57:22 -07:00
Sarah Wooders
abf60aa85b chore: bump version 0.6.44 (#1393) 2025-03-24 21:28:20 -07:00
cthomas
0e8c650c3f feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Sarah Wooders
856fcbdd9f feat: fix model listing for openai (#1372) 2025-03-24 16:38:32 -07:00
Sarah Wooders
cae4afcbcc feat: add privileged organizations (#1365) 2025-03-24 16:12:53 -07:00
Matthew Zhou
131a3b021b feat: Refactor letta tool execution to not require agent class (#1384) 2025-03-24 12:25:03 -07:00
Shubham Naik
c80df1329b chore: do no brick list endpoint if jsons chema is invalid (#1380)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-24 11:09:42 -07:00
Shubham Naik
06a063ac31 chore: fix poetry version (#1379)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-24 11:06:38 -07:00
Matthew Zhou
10803b52cd feat: Tool executors (#1370) 2025-03-23 15:56:54 -07:00
Sarah Wooders
08218112d1 fix: patch agent export by making description optional (#1369) 2025-03-23 15:39:09 -07:00
Shubham Naik
48f2da9453 chore: fix archival memories (#1366)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-21 17:26:06 -07:00
Matthew Zhou
a221e30557 fix: Exclude steps_messages when dumping (#1362) 2025-03-21 14:22:46 -07:00
Matthew Zhou
6dc8cb3e50 feat: Add asc/desc to agent listing (#1359) 2025-03-21 11:19:49 -07:00
Matthew Zhou
4171bdc30e feat: Extend list Messages to take in multiple roles (#1358) 2025-03-21 10:36:07 -07:00
Matthew Zhou
f0ba8bbb1f feat: Make multi agent broadcast directly invoke step (#1355) 2025-03-20 17:05:04 -07:00
Matthew Zhou
c343abb75e 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
Sarah Wooders
69bcc92ea7 fix: impose tool rules for anthropic (#1342) 2025-03-20 09:55:19 -07:00
cthomas
f510708050 fix: revert default otel endpoint (#1343) 2025-03-19 15:59:21 -10:00
Sarah Wooders
be0f239618 chore: update desktop dependencies (#1330)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-03-19 17:48:48 -07:00
Matthew Zhou
512d97022b fix: Tweak performance on multi agent tooling (#1338) 2025-03-19 11:18:55 -07:00
Matthew Zhou
1a3fe0882c fix: Refresh blocks in between steps (#1335) 2025-03-18 17:42:44 -07:00
Matthew Zhou
3eefff925f feat: Add batch create functionality to SqlAlchemyBase (#1332) 2025-03-18 15:40:02 -07:00
Matthew Zhou
9576de21a4 fix: Increase timeouts and catch errors in MCP endpoints (#1329) 2025-03-18 13:18:34 -07:00
Matthew Zhou
3e0c865d0e feat: Make the tool runner take a schema (#1328) 2025-03-18 12:06:02 -07:00
cthomas
52194d1892 feat: add grafana support for local dev (#1318) 2025-03-17 17:58:38 -07:00
Matthew Zhou
8e93497dfc feat: Add metadata to MCP tools (#1325) 2025-03-17 17:39:59 -07:00
cthomas
98fccb7e5b chore: add gcp exports for otel (#1326) 2025-03-17 17:35:22 -07:00
Matthew Zhou
a7759fb514 feat: Add MaxCountPerStepToolRule (#1319) 2025-03-17 17:23:14 -07:00
Matthew Zhou
8f91a19332 feat: Add metadata_ field to Tool (#1321) 2025-03-17 17:14:08 -07:00
cthomas
608b54b0e5 feat: add otel collector to prod deployment (#1320) 2025-03-17 16:31:54 -07:00
cthomas
aa8512f575 fix: handle text content in MessageCreate (#1316) 2025-03-17 13:32:04 -07:00
cthomas
eae2cb5044 chore: read otel endpoint from settings (#1312) 2025-03-17 10:28:32 -07:00
Sarah Wooders
d56502d203 chore: bump version 0.6.42 (#1314) 2025-03-17 10:21:54 -07:00
Matthew Zhou
a8142c7b67 feat: Add common sense timeouts for MCP client (#1303)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-03-17 10:06:36 -07:00
Sarah Wooders
e404dbaaac feat: use openai embedding client instead of llama-index (#1313) 2025-03-17 09:13:36 -07:00
cthomas
a2b419a528 fix: list index error in summarizer (#1311) 2025-03-16 16:52:03 -07:00
cthomas
4b7ddea527 fix: uvicorn run args bug (#1308) 2025-03-16 16:00:46 -07:00
Sarah Wooders
93a480b1f4 feat: pass embedding handle for source create (#1307) 2025-03-16 15:42:11 -07:00