Commit Graph

2105 Commits

Author SHA1 Message Date
Sarah Wooders
eaf63fda54 Merge branch 'main' into bump-0.6.33 2025-02-25 17:45:04 -08:00
Sarah Wooders
897e1b28e6 bump version 2025-02-25 16:48:35 -08:00
Sarah Wooders
bf09099f06 fix: patch pydantic args and identities (#2457) 2025-02-25 16:25:03 -08:00
cthomas
4145e16523 fix: unsupported annotation error for pydantic tool args (#1117)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-02-25 15:39:19 -08:00
Matthew Zhou
997019afe8 feat: Add tool calling to fast chat completions (#1109) 2025-02-25 15:13:35 -08:00
cthomas
39c17a11de feat: enable listing agents by identity id (#1112) 2025-02-25 14:23:22 -08:00
cthomas
6a20838d85 fix: persist properties on identities update (#1110) 2025-02-25 12:17:19 -08:00
cthomas
4548555d6c chore: change the name of user id to actor (#1098) 2025-02-25 11:35:19 -08:00
Sarah Wooders
cb1f94c64c feat: add type resolution support for complex types (#2440) 2025-02-25 09:19:18 -08:00
Sarah Wooders
ee69d0fa35 fix: handle nested pydantic model args in schema generation (#2439) 2025-02-25 09:18:59 -08:00
Sarah Wooders
0aee823e68 feat: add in claude-3-7-sonnet-20250219 (#1102)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-24 18:15:31 -08:00
cthomas
b132903a21 fix: agent deletion bug from source cascade (#1101) 2025-02-24 11:20:22 -08:00
Sarah Wooders
e5db0d928e chore: upgrade dependencies again (#2454) 2025-02-22 12:09:03 -08:00
Sarah Wooders
7a124feb1b merge 2025-02-22 11:50:35 -08:00
Sarah Wooders
69db90f066 try again 2025-02-22 11:36:17 -08:00
Sarah Wooders
7b2fbbb367 chore: update deps and bump version 0.6.31 (#2453) 2025-02-22 11:12:20 -08:00
Sarah Wooders
75f6e9b0d5 update deps 2025-02-22 11:10:52 -08:00
Matthew Zhou
f0db859843 fix: Don't refresh Composio schemas (#1099) 2025-02-21 16:58:12 -08:00
Sarah Wooders
cba18ea819 fix: jsonb -> json for sqlite compatibility (#1095) (#2452) 2025-02-21 14:05:01 -08:00
Sarah Wooders
c77907b595 chore: bump version 0.6.30 (#2451) 2025-02-21 13:56:25 -08:00
cthomas
6ad423d006 fix: jsonb -> json for sqlite compatibility (#1095) 2025-02-21 12:06:53 -08:00
Sarah Wooders
19da3ffb60 bump version 2025-02-21 10:14:01 -08:00
Sarah Wooders
525b3ddcc3 fix: make opentelemetry dependencies required (#2450) 2025-02-21 08:48:59 -08:00
lemorage
0053a41f96 fix: make opentelemetry dependencies required 2025-02-21 19:00:46 +08:00
Sarah Wooders
937b73e33a chore: add user id header to identities get request (#1090) (#2448) 2025-02-20 19:34:43 -08:00
Sarah Wooders
4771717176 chore: bump version 0.6.29 (#2447) 2025-02-20 19:31:58 -08:00
Sarah Wooders
c3a6b55a34 bump 2025-02-20 19:24:51 -08:00
Sarah Wooders
d5bb7607bd feat: add user identities (#2446) 2025-02-20 19:24:05 -08:00
cthomas
1970868594 chore: add user id header to identities get request (#1090) 2025-02-20 19:16:56 -08:00
Matthew Zhou
df1f9839a6 feat: Fast chat completions endpoint (#1091) 2025-02-20 18:55:25 -08:00
cthomas
4af770fd09 feat: make identities many to many (#1085) 2025-02-20 16:33:24 -08:00
Matthew Zhou
8d7ff5a536 feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
Sarah Wooders
d2a4d5a20e docs: add documentation for DeepSeek integration (#1069) 2025-02-20 11:58:08 -08:00
Matthew Zhou
7f69192517 fix: Fix chat completions streaming (#1078) 2025-02-20 11:37:52 -08:00
Sarah Wooders
b8019b69a8 feat: add new providers (bedrock, deepseek) + bugfixes (#2445) 2025-02-20 08:31:19 -08:00
Sarah Wooders
df0475cd0b chore: bump version and fix deps 2025-02-20 08:18:37 -08:00
cthomas
d20082bf64 chore: read project slug from header (#1062) 2025-02-19 22:17:00 -08:00
Shubham Naik
dbb28af496 feat: add create identity (#1064) 2025-02-19 22:16:21 -08:00
Sarah Wooders
81bd74c792 feat: Add model to context length mapping for gpt-4o-mini (#2442) 2025-02-19 18:19:56 -08:00
Sarah Wooders
41583d7d99 feat: finish bedrock integration and add docs (#1072) 2025-02-19 18:08:15 -08:00
Shubham Naik
a5a4f05f4f Fix args 1 (#1070)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-02-19 16:34:18 -08:00
Sarah Wooders
c4964d7879 feat: add "always continue" tool rule and configure default tool rules (#1033)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-19 14:46:37 -08:00
Shubham Naik
51578ce61d fix: attach actor to list identities (#1060)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-02-19 11:31:02 -08:00
cthomas
ba3d2eb041 fix: request hook args for tracing (#1051) 2025-02-18 22:18:48 -08:00
cthomas
ae282baacc feat: add tracing (#883) 2025-02-18 19:03:31 -08:00
cthomas
5a5c6dad88 feat: add remaining identities routes (#1049)
same as #1010
2025-02-18 17:14:54 -08:00
cthomas
bd3a175452 feat: add list identities route (#1046)
same as #1005
2025-02-18 16:49:07 -08:00
cthomas
3a2a337256 feat: add identifier key to agents (#1043)
same as https://github.com/letta-ai/letta-cloud/pull/1004
2025-02-18 16:06:09 -08:00
Kevin Lin
98f0062416 feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00
Matthew Zhou
6d49dc1ac5 feat: Serialize agent state simple fields and messages (#1012) 2025-02-18 11:01:10 -08:00