cthomas
|
33d6eefdf2
|
feat: add support for project and template in list agent (#901)
|
2025-02-04 14:57:24 -08:00 |
|
Sarah Wooders
|
fbd5d9aa90
|
fix: fix passage listing for sources (#894)
|
2025-02-03 16:38:14 -08:00 |
|
cthomas
|
8d646ac846
|
chore: remove echo for pg uri (#850)
|
2025-02-03 15:16:09 -08:00 |
|
cthomas
|
1c119b0eca
|
fix: tool name bug (#891)
|
2025-02-03 14:54:34 -08:00 |
|
Charles Packer
|
66644199ed
|
chore: fix lmstudio embeddings (#887)
|
2025-02-02 15:18:14 -08:00 |
|
Matthew Zhou
|
48089bbc87
|
feat: Support Langchain tools (#881)
|
2025-01-31 16:36:35 -08:00 |
|
Matthew Zhou
|
dcf0ab50d7
|
feat: Custom pip package installations when using local sandbox w/ venv (#867)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-01-30 18:19:08 -08:00 |
|
Matthew Zhou
|
e42d400803
|
feat: Adjust get_composio_key (#866)
|
2025-01-30 15:37:00 -08:00 |
|
cthomas
|
b37792c6b8
|
feat: add routes for steps (#839)
|
2025-01-29 20:57:09 -08:00 |
|
cpacker
|
f3c512f4a1
|
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 |
|
cthomas
|
619be87a47
|
feat: add password support for auth header (#832)
|
2025-01-29 17:04:07 -08:00 |
|
cthomas
|
d3343309b3
|
feat: add name support to tools.list route (#830)
|
2025-01-29 16:37:11 -08:00 |
|
Matthew Zhou
|
de0a0937f7
|
feat: Restore local sandbox execution (#822)
|
2025-01-28 17:19:14 -08:00 |
|
cthomas
|
98266b90f3
|
chore: remove nested config in send requests (#813)
|
2025-01-28 14:58:53 -08:00 |
|
cthomas
|
3e0f9b995f
|
feat: add support for use_assistant_message in list_messages (#804)
|
2025-01-28 13:39:53 -08:00 |
|
cthomas
|
955835ccc0
|
feat: update list message response to not be a union (#783)
|
2025-01-27 17:50:26 -08:00 |
|
cthomas
|
8bd509ea52
|
feat: migrate list_messages api to use config (#782)
|
2025-01-27 17:19:56 -08:00 |
|
Charles Packer
|
7764eba8a1
|
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
|
1e504a0b2b
|
feat: Add voice-compatible chat completions endpoint (#774)
|
2025-01-27 14:25:05 -08:00 |
|
Charles Packer
|
0225ca5381
|
fix: fix lmstudio docker (#788)
|
2025-01-26 19:19:31 -08:00 |
|
mlong93
|
fed9f77ac9
|
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
|
b9a5634e51
|
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
|
d54e4fd4ac
|
feat: lmstudio support via /v1/chat/completions proxy route (#724)
|
2025-01-24 15:08:23 -08:00 |
|
cthomas
|
5ac7154c86
|
feat: add after cursor for list_messages (#771)
|
2025-01-24 14:26:37 -08:00 |
|
cthomas
|
df8e945fe9
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
Matthew Zhou
|
377d8f8051
|
feat: Add list_agents_for_block endpoint (#759)
|
2025-01-23 17:28:08 -08:00 |
|
cthomas
|
c6293f2ac9
|
feat: extend message model to support more content types (#756)
|
2025-01-23 17:24:52 -08:00 |
|
Matthew Zhou
|
3ed216673e
|
feat: Use official OpenAI client (#752)
|
2025-01-23 15:45:06 -08:00 |
|
mlong93
|
d6be7809d0
|
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
|
fa2fe8ec7c
|
feat: support custom llm configs (#737)
|
2025-01-23 10:13:05 -08:00 |
|
Shubham Naik
|
c97e5512f7
|
chore: do not render windows characters (#745)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-23 10:01:28 -08:00 |
|
cthomas
|
6df78dae91
|
feat: add custom handle overrides for llm configs (#479)
|
2025-01-23 09:50:07 -08:00 |
|
cthomas
|
36c30a5471
|
fix: remove manual step logging (#738)
|
2025-01-22 21:07:23 -08:00 |
|
cthomas
|
f5bcef2657
|
chore: rename metadata_ field to metadata in pydantic (#732)
|
2025-01-22 19:05:41 -08:00 |
|
Sarah Wooders
|
2204d92f3b
|
chore: remove old OpenAI routers (#717)
|
2025-01-22 19:04:40 -08:00 |
|
cthomas
|
e6fb7415a4
|
chore: rename routes get->retrieve and update->modify (#733)
|
2025-01-22 18:42:22 -08:00 |
|
Matthew Zhou
|
605f376279
|
fix: Improvements Jan 22 (#734)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Nuno Rocha <nunuroxa@gmail.com>
Co-authored-by: Theo Conrads <theo.conrads@ella-lab.io>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Stephan Fitzpatrick <knowsuchagency@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
|
2025-01-22 16:57:35 -08:00 |
|
Matthew Zhou
|
90ccc29359
|
feat: Identify Composio tools (#721)
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-22 16:37:37 -08:00 |
|
mlong93
|
c9e18e66f1
|
fix: move all attach detach to be under agents (#723)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-22 12:16:31 -08:00 |
|
cthomas
|
c589e7cafb
|
chore: rename /archival to /archival_memory (#719)
|
2025-01-21 18:51:42 -08:00 |
|
cthomas
|
cabb04c005
|
fix: rename memory/block routes to core_memory/blocks (#711)
|
2025-01-21 18:03:04 -08:00 |
|
cthomas
|
37e87a9e3e
|
chore: rename llm handle field to model in create agent req (#718)
|
2025-01-21 17:55:39 -08:00 |
|
cthomas
|
4bb83efc00
|
chore: remove get_tool_id_by_name (#720)
|
2025-01-21 17:38:16 -08:00 |
|
cthomas
|
781b24bc50
|
fix: replace put->patch for update route (#714)
|
2025-01-21 17:27:10 -08:00 |
|
cthomas
|
1cd123ab52
|
chore: remove memory/recall, memory/archival and memory/messages routes (#713)
|
2025-01-21 17:26:57 -08:00 |
|
Charles Packer
|
a82a146574
|
docs: patch typo in api docs (#708)
|
2025-01-21 15:02:43 -08:00 |
|
Charles Packer
|
208933b798
|
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 |
|
Charles Packer
|
dd21969476
|
fix: patch typo in azure provider that broke it (#705)
|
2025-01-20 10:41:37 -08:00 |
|
Charles Packer
|
75fea08661
|
fix: patch the ordering of the prints to come before vs after shutdown (#568)
|
2025-01-19 15:25:32 -08:00 |
|
Charles Packer
|
541d29d0b7
|
docs: update the quickstart guide (+ misc fixes) (#701)
|
2025-01-18 14:16:12 -08:00 |
|