Charles Packer
|
1687d9edb7
|
feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-26 11:02:42 -08:00 |
|
Matthew Zhou
|
8d7ff5a536
|
feat: Reverse inner thoughts for chat completions endpoint (#1081)
|
2025-02-20 12:30:34 -08:00 |
|
cthomas
|
ae282baacc
|
feat: add tracing (#883)
|
2025-02-18 19:03:31 -08:00 |
|
cthomas
|
bd3a175452
|
feat: add list identities route (#1046)
same as #1005
|
2025-02-18 16:49:07 -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 |
|
Matthew Zhou
|
8d765f286e
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
cthomas
|
32f864d6f9
|
feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-02-13 15:37:38 -08:00 |
|
Sarah Wooders
|
42ac85efa8
|
feat: google vertex integration (#980)
|
2025-02-12 18:06:26 -08:00 |
|
Matthew Zhou
|
dbbcbf1e2d
|
fix: Refactor listing messages to be much more performant (#963)
|
2025-02-12 10:32:38 -08:00 |
|
Sarah Wooders
|
6aecab03ce
|
fix: fix passage listing for sources (#894)
|
2025-02-03 16:38:14 -08:00 |
|
Charles Packer
|
572d11d5c0
|
chore: fix lmstudio embeddings (#887)
|
2025-02-02 15:18:14 -08:00 |
|
cpacker
|
34e3cd44cd
|
fix: pass in a dummy key to openai python client if it doesn't exist at inference time
|
2025-01-29 17:55:54 -08:00 |
|
Matthew Zhou
|
fb691ac4b7
|
feat: Restore local sandbox execution (#822)
|
2025-01-28 17:19:14 -08:00 |
|
cthomas
|
a5d7f66f59
|
feat: add support for use_assistant_message in list_messages (#804)
|
2025-01-28 13:39:53 -08:00 |
|
Charles Packer
|
ec6e5d153c
|
fix: new versions of send_message_to_agent that are async (#725)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-01-27 17:11:44 -08:00 |
|
Matthew Zhou
|
b6773ea7ff
|
feat: Add voice-compatible chat completions endpoint (#774)
|
2025-01-27 14:25:05 -08:00 |
|
Charles Packer
|
bfe2c6e8f5
|
fix: fix lmstudio docker (#788)
|
2025-01-26 19:19:31 -08:00 |
|
mlong93
|
669e8c79af
|
feat: add anthropic streaming (#716)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-01-26 17:35:22 -08:00 |
|
cthomas
|
0b03e707ab
|
fix: remove name from tool create error msg (#778)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-01-25 17:27:02 -08:00 |
|
Charles Packer
|
2671eaa376
|
feat: lmstudio support via /v1/chat/completions proxy route (#724)
|
2025-01-24 15:08:23 -08:00 |
|
cthomas
|
11d871785a
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
cthomas
|
2233535335
|
feat: extend message model to support more content types (#756)
|
2025-01-23 17:24:52 -08:00 |
|
mlong93
|
819e360356
|
fix: deprecate cursor param and replace with before, after (#736)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-23 14:17:25 -08:00 |
|
cthomas
|
4fc958ded7
|
feat: support custom llm configs (#737)
|
2025-01-23 10:13:05 -08:00 |
|
cthomas
|
8d034c1476
|
feat: add custom handle overrides for llm configs (#479)
|
2025-01-23 09:50:07 -08:00 |
|
cthomas
|
98c5702ef9
|
chore: rename metadata_ field to metadata in pydantic (#732)
|
2025-01-22 19:05:41 -08:00 |
|
cthomas
|
48642b484d
|
chore: rename llm handle field to model in create agent req (#718)
|
2025-01-21 17:55:39 -08:00 |
|
Charles Packer
|
0c5578ba03
|
fix: patch use_assistant_message flag on the server (#704)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-01-20 13:17:45 -08:00 |
|
cthomas
|
551cc0820c
|
feat: add schema/db for new steps table (#669)
|
2025-01-18 12:20:10 -08:00 |
|
mlong93
|
02cca70d78
|
feat: add support for AWS Bedrock (Anthropic) (#689)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 11:42:21 -08:00 |
|
Matthew Zhou
|
29b9896c41
|
chore: Move send_message_to_agent (#665)
|
2025-01-15 11:15:52 -08:00 |
|
mlong93
|
113e8bda07
|
fix: prevent adding duplicate messages to JobMessages table (#625)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-13 14:48:20 -08:00 |
|
mlong93
|
18f06cd681
|
feat: new routes to gather a job's messages and usage statistics (#564)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-12 12:36:10 -08:00 |
|
cthomas
|
b847c4688f
|
feat: add updated_at timestamp to provider and bump on write (#574)
|
2025-01-10 11:16:53 -08:00 |
|
Matthew Zhou
|
82537b8ddf
|
chore: Deprecate O1 Agent (#573)
|
2025-01-09 15:40:31 -08:00 |
|
Matthew Zhou
|
e8fab921a0
|
feat: Extend tool runs to also take in environment variables (#554)
|
2025-01-08 16:16:19 -08:00 |
|
cthomas
|
4047f02386
|
feat: support custom api keys for cloud (#533)
|
2025-01-07 22:12:55 -08:00 |
|
Shubham Naik
|
3513e586f1
|
feat: new desktop (#508)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-07 12:10:05 -08:00 |
|
Matthew Zhou
|
0ef692441f
|
feat: Allow per-agent tool execution environment variables (#509)
|
2025-01-05 21:06:38 -08:00 |
|
Matt Zhou
|
b09ecefd73
|
Run lint
|
2024-12-30 12:17:44 -08:00 |
|
Matt Zhou
|
827a31d07d
|
Finish
|
2024-12-29 17:47:46 -08:00 |
|
Caren Thomas
|
7144fd2867
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|
Caren Thomas
|
905906d416
|
run isort on apps/core
|
2024-12-26 19:27:09 -08:00 |
|
Shubham Naik
|
4cf354c033
|
fix: add tests to cypress
|
2024-12-23 14:44:08 -08:00 |
|
Matthew Zhou
|
9ad5fd64cf
|
chore: Clean up .load_agent usage (#2298)
|
2024-12-20 16:56:53 -08:00 |
|
Matthew Zhou
|
5bb4888cea
|
fix: Remove in-memory _messages field on Agent (#2295)
|
2024-12-20 15:52:04 -08:00 |
|
cthomas
|
7d5be32a59
|
feat: rename function to tool in sdk (#2288)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
|
2024-12-19 12:12:58 -08:00 |
|
Matthew Zhou
|
5f2ba44e93
|
chore: Remove debugging logs (#2287)
|
2024-12-19 11:49:19 -08:00 |
|
Matthew Zhou
|
3602aec591
|
fix: Remove load agent in recall cursor (#2286)
|
2024-12-19 11:33:00 -08:00 |
|