Kian Jones
ca6cfa5914
chore: migrate to ruff ( #4305 )
...
* base requirements
* autofix
* Configure ruff for Python linting and formatting
- Set up minimal ruff configuration with basic checks (E, W, F, I)
- Add temporary ignores for common issues during migration
- Configure pre-commit hooks to use ruff with pass_filenames
- This enables gradual migration from black to ruff
* Delete sdj
* autofixed only
* migrate lint action
* more autofixed
* more fixes
* change precommit
* try changing the hook
* try this stuff
2025-08-29 11:11:19 -07:00
cthomas
9c7f01e430
feat: deprecate legacy client ( #3726 )
2025-08-04 13:36:30 -07:00
cthomas
25a1f69921
feat: remove deprecation warning ( #3560 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-07-31 14:02:57 -07:00
Andy Li
904d9ba5a2
chore: strings lint cleanup ( #3374 )
2025-07-18 09:20:45 -07:00
cthomas
3fe65d523e
fix: tool rules bug in new agent loop ( #2724 )
2025-06-09 23:05:25 -07:00
Shangyin Tan
f9b6efa632
feat: add max_steps as argument to messages.create ( #2664 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-06-09 16:54:48 -07:00
Matthew Zhou
d4390cd9e6
refactor: Deprecate local client ( #2344 )
2025-05-22 18:57:14 -07:00
cthomas
35d4914b4f
feat(asyncify): remove non async memory methods ( #2245 )
2025-05-20 17:56:54 -07:00
cthomas
65e32082f7
feat: convert many methods to async ( #2193 )
2025-05-15 12:09:40 -07:00
cthomas
d8151d76e2
feat: add provider_category field to distinguish byok ( #2038 )
2025-05-06 17:31:36 -07:00
Matthew Zhou
84f2b2107e
feat: Adjust ephemeral memory agent to become persisted sleeptime agent ( #1943 )
2025-04-30 11:14:19 -07:00
Andy Li
f7c2341dbe
fix: create response_format for creation ( #1870 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-04-23 21:48:34 -07:00
Andy Li
fa89ad859e
feat: structured outputs for send_message ( #1764 )
2025-04-22 09:50:01 -07:00
cthomas
128989820a
feat: unify input message type on agent step ( #1820 )
2025-04-21 13:49:46 -07:00
Matthew Zhou
acd0a525aa
feat: Async agent loop ( #1387 )
2025-03-27 15:24:50 -07:00
cthomas
831f7d2f11
feat: add sonnet 3.7 support ( #1302 )
2025-03-24 16:36:16 -10:00
Matthew Zhou
e1b16c5fea
chore: Various bug fixes ( #1350 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
Co-authored-by: cthomas <caren@letta.com >
Co-authored-by: tarunkumark <tkksctwo@gmail.com >
Co-authored-by: Kevin Lin <klin5061@gmail.com >
Co-authored-by: Charles Packer <packercharles@gmail.com >
Co-authored-by: Miao <one.lemorage@gmail.com >
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
Co-authored-by: Shubham Naik <shub@letta.com >
Co-authored-by: Will Sargent <will.sargent@gmail.com >
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com >
Co-authored-by: Mindy Long <mindy@letta.com >
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com >
Co-authored-by: dboyliao <qmalliao@gmail.com >
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com >
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com >
Co-authored-by: Tristan Morris <tristanbmorris@gmail.com >
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com >
Co-authored-by: Jindřich Šíma <67415662+JindrichSima@users.noreply.github.com >
Co-authored-by: Azin Asgarian <31479845+azinasg@users.noreply.github.com >
Co-authored-by: Connor Shorten <connorshorten300@gmail.com >
Co-authored-by: Lucas Mohallem Ferraz <ferraz.m.lucas@gmail.com >
Co-authored-by: kyuds <kyuds@everspin.co.kr >
2025-03-20 11:06:45 -07:00
cthomas
05df777824
feat: add agent to steps table and support filtering ( #1212 )
2025-03-07 10:10:29 -08:00
Sarah Wooders
4aeaec3523
feat: modify message modification route to be via LettaMessage ( #1184 )
2025-03-06 15:33:16 -08:00
cthomas
6a7b9ff4fd
chore: add deprecation message to legacy client ( #1175 )
2025-03-04 09:18:23 -08:00
Sarah Wooders
c4964d7879
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
Matthew Zhou
8e57618642
feat: Add logic for "stateless" agents ( #984 )
2025-02-12 17:13:07 -08:00
Matthew Zhou
5c43de3a2d
fix: Fix trailing } in chat completions interface ( #842 )
2025-02-10 15:45:13 -08:00
cthomas
5e2fddce06
feat: support pw in auth header in ade ( #921 )
2025-02-05 14:21:32 -08:00
Matthew Zhou
24ade60257
feat: Support Langchain tools ( #881 )
2025-01-31 16:36:35 -08:00
cthomas
f27657ad38
feat: update list message response to not be a union ( #783 )
2025-01-27 17:50:26 -08:00
Matthew Zhou
b6773ea7ff
feat: Add voice-compatible chat completions endpoint ( #774 )
2025-01-27 14:25:05 -08:00
Matthew Zhou
3150e17214
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
11d871785a
feat: add content union type for requests ( #762 )
2025-01-23 20:25:00 -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
98c5702ef9
chore: rename metadata_ field to metadata in pydantic ( #732 )
2025-01-22 19:05:41 -08:00
Sarah Wooders
cc638e3593
chore: remove old OpenAI routers ( #717 )
2025-01-22 19:04:40 -08:00
cthomas
b91e90fced
chore: rename routes get->retrieve and update->modify ( #733 )
2025-01-22 18:42:22 -08:00
Matthew Zhou
6a9dd05566
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
ab955a46f3
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
00408a7b69
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
b167d69e6d
chore: rename /archival to /archival_memory ( #719 )
2025-01-21 18:51:42 -08:00
cthomas
99d2186ac3
fix: rename memory/block routes to core_memory/blocks ( #711 )
2025-01-21 18:03:04 -08:00
cthomas
346058c82f
chore: remove get_tool_id_by_name ( #720 )
2025-01-21 17:38:16 -08:00
cthomas
b485bb5900
chore: remove memory/recall, memory/archival and memory/messages routes ( #713 )
2025-01-21 17:26:57 -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
Matthew Zhou
d110378146
feat: Native agent to agent messaging ( #668 )
2025-01-16 10:36:15 -08:00
mlong93
e4700fdfe1
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
mlong93
f33518ca66
feat: add text search for agent names ( #662 )
...
Co-authored-by: Mindy Long <mindy@letta.com >
2025-01-15 10:41:40 -08:00
mlong93
a9c5866ae9
feat: Added list_tags route ( #645 )
...
Co-authored-by: Mindy Long <mindy@letta.com >
2025-01-14 13:33:55 -08:00
mlong93
f87bc2414c
fix: tool attachment bug for agent creation ( #635 )
...
Co-authored-by: Mindy Long <mindy@letta.com >
2025-01-13 17:06:21 -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
Sarah Wooders
6dfdecdd23
chore: merge with OSS ( #555 )
...
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: Matt Zhou <mattzh1314@gmail.com >
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: Caren Thomas <caren@letta.com >
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com >
2025-01-08 15:55:31 -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