Matthew Zhou
|
71805b2a22
|
feat: Add tool calling to fast chat completions (#1109)
|
2025-02-25 15:13:35 -08:00 |
|
cthomas
|
bb2bf65668
|
feat: enable listing agents by identity id (#1112)
|
2025-02-25 14:23:22 -08:00 |
|
cthomas
|
6e5c1fd130
|
fix: persist properties on identities update (#1110)
|
2025-02-25 12:17:19 -08:00 |
|
cthomas
|
0202f90562
|
chore: change the name of user id to actor (#1098)
|
2025-02-25 11:35:19 -08:00 |
|
Sarah Wooders
|
fbfc8a14aa
|
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
|
1bfa8acfe1
|
fix: agent deletion bug from source cascade (#1101)
|
2025-02-24 11:20:22 -08:00 |
|
Matthew Zhou
|
1d8cf3f64a
|
fix: Don't refresh Composio schemas (#1099)
|
2025-02-21 16:58:12 -08:00 |
|
cthomas
|
2a27a53437
|
fix: jsonb -> json for sqlite compatibility (#1095)
|
2025-02-21 12:06:53 -08:00 |
|
cthomas
|
eba8a993ab
|
chore: add user id header to identities get request (#1090)
|
2025-02-20 19:16:56 -08:00 |
|
Matthew Zhou
|
77603d4d0e
|
feat: Fast chat completions endpoint (#1091)
|
2025-02-20 18:55:25 -08:00 |
|
cthomas
|
31130a6d28
|
feat: make identities many to many (#1085)
|
2025-02-20 16:33:24 -08:00 |
|
Matthew Zhou
|
afbb5af30b
|
feat: Reverse inner thoughts for chat completions endpoint (#1081)
|
2025-02-20 12:30:34 -08:00 |
|
Sarah Wooders
|
81ba0a6567
|
docs: add documentation for DeepSeek integration (#1069)
|
2025-02-20 11:58:08 -08:00 |
|
Matthew Zhou
|
94899b2be1
|
fix: Fix chat completions streaming (#1078)
|
2025-02-20 11:37:52 -08:00 |
|
cthomas
|
59d7644b86
|
chore: read project slug from header (#1062)
|
2025-02-19 22:17:00 -08:00 |
|
Shubham Naik
|
b62a1e507f
|
feat: add create identity (#1064)
|
2025-02-19 22:16:21 -08:00 |
|
Sarah Wooders
|
1bf644d7fd
|
feat: finish bedrock integration and add docs (#1072)
|
2025-02-19 18:08:15 -08:00 |
|
Shubham Naik
|
6a55c98205
|
Fix args 1 (#1070)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-02-19 16:34:18 -08:00 |
|
Sarah Wooders
|
72875c7f63
|
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
|
cc6a965db5
|
fix: attach actor to list identities (#1060)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-02-19 11:31:02 -08:00 |
|
cthomas
|
d39d08effd
|
fix: request hook args for tracing (#1051)
|
2025-02-18 22:18:48 -08:00 |
|
cthomas
|
c5985ed989
|
feat: add tracing (#883)
|
2025-02-18 19:03:31 -08:00 |
|
cthomas
|
0def2b875f
|
feat: add remaining identities routes (#1049)
same as #1010
|
2025-02-18 17:14:54 -08:00 |
|
cthomas
|
8c922fd5b4
|
feat: add list identities route (#1046)
same as #1005
|
2025-02-18 16:49:07 -08:00 |
|
cthomas
|
85a043c11e
|
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
|
7173d5cefb
|
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
|
b5e09536ae
|
feat: Serialize agent state simple fields and messages (#1012)
|
2025-02-18 11:01:10 -08:00 |
|
Matthew Zhou
|
3dc1767f46
|
feat: Factor out custom_columns serialize/deserialize logic (#1028)
|
2025-02-17 15:07:12 -08:00 |
|
Charles Packer
|
a1cc16dd5a
|
fix: stop printing composio update message on server exit (#966)
|
2025-02-17 14:10:11 -08:00 |
|
cthomas
|
f4d02c2888
|
chore: add otel collector configs for kub cluster (#942)
|
2025-02-17 09:57:20 -08:00 |
|
cthomas
|
b4bb5a5cc3
|
feat: add identites to ORM (#1003)
|
2025-02-17 09:21:53 -08:00 |
|
cthomas
|
8841c3dd78
|
feat: add project slug to request header for create agent (#993)
|
2025-02-17 08:21:24 -08:00 |
|
Sarah Wooders
|
3d2c28d938
|
feat: don't throw error if name passed in for Google (just print a warning) (#1017)
|
2025-02-16 21:45:36 -08:00 |
|
Sarah Wooders
|
4c73290281
|
feat: use function calling mode ANY for vertex (#1008)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2025-02-14 18:14:01 -08:00 |
|
Matthew Zhou
|
10e58e417f
|
chore: Feb 14th Sync (#1007)
|
2025-02-14 14:21:11 -08:00 |
|
Matthew Zhou
|
7dc98969a8
|
feat: Fix VLLM tool_choice (#1001)
|
2025-02-14 11:59:32 -08:00 |
|
Matthew Zhou
|
6e25d2fe2e
|
feat: Improve composio error handling (#979)
|
2025-02-13 17:02:16 -08:00 |
|
Sarah Wooders
|
2d4df68719
|
fix: add tests for vertex and add file (#994)
|
2025-02-13 16:45:21 -08:00 |
|
Matthew Zhou
|
9ee53a0eaa
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
cthomas
|
b32bee5aa6
|
feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-02-13 15:37:38 -08:00 |
|
Matthew Zhou
|
767b47227d
|
chore: Remove overly verbose warning (#986)
|
2025-02-13 10:17:53 -08:00 |
|
Sarah Wooders
|
80dcaf82c4
|
feat: add new tutorial notebook and tool rules and visualization (#987)
|
2025-02-12 22:18:46 -08:00 |
|
Sarah Wooders
|
fd8933c447
|
feat: google vertex integration (#980)
|
2025-02-12 18:06:26 -08:00 |
|
Matthew Zhou
|
f0700c3c1c
|
feat: Add logic for "stateless" agents (#984)
|
2025-02-12 17:13:07 -08:00 |
|
cthomas
|
efdfbf33ce
|
fix: catch tool parsing errors in api layer (#983)
|
2025-02-12 16:45:18 -08:00 |
|
cthomas
|
55868eb41e
|
fix: drop name param for anthropic messages (#982)
|
2025-02-12 16:36:16 -08:00 |
|
Matthew Zhou
|
ca43ffb474
|
feat: Add message_buffer_autoclear field to Agent (#978)
|
2025-02-12 15:06:56 -08:00 |
|
Matthew Zhou
|
de17fe235d
|
feat: Add telemetry logging around agent / multi-agent broadcasting (#971)
|
2025-02-12 13:27:13 -08:00 |
|
Matthew Zhou
|
9fd8d2f56b
|
fix: Refactor listing messages to be much more performant (#963)
|
2025-02-12 10:32:38 -08:00 |
|
Sarah Wooders
|
b8bd29e5f0
|
chore: merge changes from oss (#964)
|
2025-02-11 17:20:23 -08:00 |
|