Charles Packer
|
c7d24b6b70
|
fix: patch error with unbound variable + monkeypatch unit test for function fail returns (#899)
|
2025-02-04 12:02:20 -08:00 |
|
mlong93
|
c3e425c012
|
fix: failed tool calls will not be called in the subsequent step (#868)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
|
2025-02-01 16:41:37 -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
|
f52200f434
|
feat: Robustify multi agent tools (#835)
|
2025-01-29 15:14:15 -08:00 |
|
cthomas
|
92263b1763
|
fix: make tool rules enum mapping one to one (#826)
|
2025-01-29 13:49:07 -08:00 |
|
cthomas
|
d62440d201
|
chore: bump letta python sdk version to 0.1.23 (#817)
|
2025-01-28 16:24:29 -08:00 |
|
cthomas
|
98266b90f3
|
chore: remove nested config in send requests (#813)
|
2025-01-28 14:58:53 -08:00 |
|
cthomas
|
70ce1902ad
|
fix: drop tool_return_message when using assistant_message (#784)
|
2025-01-28 14:31:51 -08:00 |
|
Matthew Zhou
|
e00d4fa69e
|
fix: Upgrade composio to fix sentry issues (#810)
|
2025-01-28 14:17:58 -08:00 |
|
cthomas
|
7bc59d6612
|
feat: flatten content field in user message [RETRY] (#809)
|
2025-01-28 13:41:45 -08:00 |
|
cthomas
|
3e0f9b995f
|
feat: add support for use_assistant_message in list_messages (#804)
|
2025-01-28 13:39:53 -08:00 |
|
cthomas
|
5ef26daf03
|
fix: reasoning messages dropped for gpt-4 (#803)
|
2025-01-28 13:39:18 -08:00 |
|
cthomas
|
530886a9cd
|
revert: "feat: flatten content field in user message" (#808)
|
2025-01-28 11:06:30 -08:00 |
|
cthomas
|
148a44f165
|
feat: flatten content field in user message (#781)
|
2025-01-28 10:32:44 -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 |
|
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 |
|
Charles Packer
|
fb2d4793e9
|
fix: update letta-client used in unit tests (#787)
|
2025-01-26 16:50:55 -08:00 |
|
Charles Packer
|
49c34754e6
|
fix: patch bug in system prompt formatter that was triggering if you … (#785)
|
2025-01-26 13:58:46 -08:00 |
|
Charles Packer
|
76cbada8c6
|
fix: hotfix patch tests (#772)
|
2025-01-24 15:12:02 -08:00 |
|
Matthew Zhou
|
03fe297846
|
fix: Remove name from Create/Update tool (#741)
Co-authored-by: Caren Thomas <caren@letta.com>
|
2025-01-24 10:55:23 -08:00 |
|
cthomas
|
b8ea2dc0b2
|
fix: handles bug (#765)
|
2025-01-23 20:25:30 -08:00 |
|
cthomas
|
df8e945fe9
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
Kevin Lin
|
2dec594a8b
|
fix: fix the offline agent test (#761)
|
2025-01-23 17:36:54 -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
|
d4c0264e95
|
feat: Hard deleting a Block will also reflect for all relevant AgentStates (#757)
|
2025-01-23 16:50:06 -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 |
|
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 |
|
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 |
|
Matthew Zhou
|
50de3cb4b7
|
feat: Rework summarizer (#654)
|
2025-01-22 11:19:26 -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 |
|
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 |
|
cthomas
|
ef6fce8e0f
|
feat: add schema/db for new steps table (#669)
|
2025-01-18 12:20:10 -08:00 |
|
mlong93
|
75fcf297d2
|
chore: Migrate to anthropic sdk (#693)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 15:22:01 -08:00 |
|
mlong93
|
e9790d07ca
|
feat: add support for AWS Bedrock (Anthropic) (#689)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-17 11:42:21 -08:00 |
|
cthomas
|
62cec2d757
|
chore: migrate examples to use latest sdk ver (#690)
|
2025-01-16 17:06:57 -08:00 |
|
Matthew Zhou
|
adc9095075
|
feat: Deprecate exec in agent loop and use ast for parsing instead (#691)
|
2025-01-16 16:39:56 -08:00 |
|
Matthew Zhou
|
e6fdf80971
|
fix: Add retry decorator to stochastic tests (#678)
|
2025-01-16 11:17:06 -08:00 |
|
Matthew Zhou
|
2a31a7fbd5
|
feat: Native agent to agent messaging (#668)
|
2025-01-16 10:36:15 -08:00 |
|
cthomas
|
b50d9f8c4a
|
chore: add unit tests for sdk client (#663)
|
2025-01-15 17:17:27 -08:00 |
|
mlong93
|
b9775ca3b4
|
fix: updated send_message_async request params, get_run_messages returns LettaMessage (#638)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-15 14:47:20 -08:00 |
|