cpacker
|
d509de39f3
|
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
|
5fcca8a010
|
feat: Restore local sandbox execution (#822)
|
2025-01-28 17:19:14 -08:00 |
|
cthomas
|
829bd6acd0
|
feat: add support for use_assistant_message in list_messages (#804)
|
2025-01-28 13:39:53 -08:00 |
|
Charles Packer
|
952471c578
|
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
|
19af19288a
|
feat: Add voice-compatible chat completions endpoint (#774)
|
2025-01-27 14:25:05 -08:00 |
|
Charles Packer
|
eb43395175
|
fix: fix lmstudio docker (#788)
|
2025-01-26 19:19:31 -08:00 |
|
mlong93
|
e083cb0010
|
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
|
fe32af127d
|
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
|
74b38b1de2
|
feat: lmstudio support via /v1/chat/completions proxy route (#724)
|
2025-01-24 15:08:23 -08:00 |
|
cthomas
|
06ca10acb1
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
cthomas
|
dfce6a1552
|
feat: extend message model to support more content types (#756)
|
2025-01-23 17:24:52 -08:00 |
|
mlong93
|
bd69fa77f7
|
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
|
b443446408
|
feat: support custom llm configs (#737)
|
2025-01-23 10:13:05 -08:00 |
|
cthomas
|
f98fb26125
|
feat: add custom handle overrides for llm configs (#479)
|
2025-01-23 09:50:07 -08:00 |
|
cthomas
|
385f3a1e2d
|
chore: rename metadata_ field to metadata in pydantic (#732)
|
2025-01-22 19:05:41 -08:00 |
|
cthomas
|
a08e8f1e93
|
chore: rename llm handle field to model in create agent req (#718)
|
2025-01-21 17:55:39 -08:00 |
|
Charles Packer
|
c170c25459
|
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
|
94b85042e6
|
feat: add schema/db for new steps table (#669)
|
2025-01-18 12:20:10 -08:00 |
|
mlong93
|
be88525183
|
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
|
69f909ed67
|
chore: Move send_message_to_agent (#665)
|
2025-01-15 11:15:52 -08:00 |
|
mlong93
|
1fcfc47839
|
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
|
cff87370a5
|
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
|
b80af68eaf
|
feat: add updated_at timestamp to provider and bump on write (#574)
|
2025-01-10 11:16:53 -08:00 |
|
Matthew Zhou
|
d008a04c44
|
chore: Deprecate O1 Agent (#573)
|
2025-01-09 15:40:31 -08:00 |
|
Matthew Zhou
|
71031e9cda
|
feat: Extend tool runs to also take in environment variables (#554)
|
2025-01-08 16:16:19 -08:00 |
|
cthomas
|
4a2e321e99
|
feat: support custom api keys for cloud (#533)
|
2025-01-07 22:12:55 -08:00 |
|
Shubham Naik
|
e60acf5b13
|
feat: new desktop (#508)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-07 12:10:05 -08:00 |
|
Matthew Zhou
|
e292bd224c
|
feat: Allow per-agent tool execution environment variables (#509)
|
2025-01-05 21:06:38 -08:00 |
|
Matt Zhou
|
b6321b1a06
|
Run lint
|
2024-12-30 12:17:44 -08:00 |
|
Matt Zhou
|
c858c804f4
|
Finish
|
2024-12-29 17:47:46 -08:00 |
|
Caren Thomas
|
461ad00ca6
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|
Caren Thomas
|
c452bd82f7
|
run isort on apps/core
|
2024-12-26 19:27:09 -08:00 |
|
Shubham Naik
|
c79eeacd20
|
fix: add tests to cypress
|
2024-12-23 14:44:08 -08:00 |
|
Matthew Zhou
|
bbe8deaa29
|
chore: Clean up .load_agent usage (#2298)
|
2024-12-20 16:56:53 -08:00 |
|
Matthew Zhou
|
a6d09997e8
|
fix: Remove in-memory _messages field on Agent (#2295)
|
2024-12-20 15:52:04 -08:00 |
|
cthomas
|
87820d9318
|
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
|
d8be870391
|
chore: Remove debugging logs (#2287)
|
2024-12-19 11:49:19 -08:00 |
|
Matthew Zhou
|
77f9c4a681
|
fix: Remove load agent in recall cursor (#2286)
|
2024-12-19 11:33:00 -08:00 |
|
Matthew Zhou
|
f71d9214cd
|
chore: Add temporary telemetry logs (#2284)
|
2024-12-18 19:15:00 -08:00 |
|
Matthew Zhou
|
cef408a9fd
|
chore: Clean up upserting base tools (#2274)
|
2024-12-18 14:33:29 -08:00 |
|
Matthew Zhou
|
c1f7b32001
|
fix: Deprecate in memory function stores in agent.py (#2271)
|
2024-12-17 16:18:11 -08:00 |
|
cthomas
|
ade188723f
|
fix: refactor sandbox run logic to add status field (#2248)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
|
2024-12-17 15:44:41 -08:00 |
|
cthomas
|
e32417e988
|
feat: Add optional llm and embedding handle args to CreateAgent request (#2260)
|
2024-12-17 15:31:19 -08:00 |
|
Matthew Zhou
|
729562f539
|
fix: Scale up database (#2263)
|
2024-12-17 15:02:28 -08:00 |
|
Matthew Zhou
|
dce0b76e59
|
chore: Add comprehensive unit test for adding/removing tools via update agent (#2267)
|
2024-12-17 14:35:03 -08:00 |
|
Matthew Zhou
|
862381195b
|
fix: Fix update agent (#2265)
|
2024-12-16 21:43:13 -08:00 |
|
Keith
|
d5ef53cfbe
|
docs: Feature/update docs (#2257)
|
2024-12-16 17:15:50 -08:00 |
|
mlong93
|
c6878fc088
|
feat: separate Passages tables (#2245)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2024-12-16 15:24:20 -08:00 |
|
Matthew Zhou
|
f1e125d360
|
chore: Catch orm specific issues in agents v1 routes and simplify tool add/remove from agent (#2259)
|
2024-12-16 11:01:47 -08:00 |
|
Matthew Zhou
|
577a5d5653
|
chore: Delete metadata.py (#2253)
|
2024-12-13 18:00:07 -08:00 |
|