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
Andy Li
96efbf317f
test: reduce flakiness of tz testing
2025-08-12 14:53:36 -07:00
Sarah Wooders
8b1490c879
chore: patch timezone tests ( #3789 )
2025-08-06 17:24:00 -07:00
cthomas
579fe0c1e2
fix: cloud api test Embedding is not allowed in cloud API ( #3621 )
2025-07-29 13:24:07 -07:00
cthomas
87a48e1695
fix: sources test ( #3581 )
2025-07-26 23:38:50 -07:00
Shubham Naik
29bc80486d
chore: restrict custom embeddings in cloud ( #3578 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-07-26 16:14:23 -07:00
Andy Li
70306bdb06
feat: support for project_id and backfills
2025-07-25 13:06:12 -07:00
Sarah Wooders
3cb77dced1
fix: enable updating agent timezone ( #3095 )
2025-06-29 11:30:47 -07:00
Sarah Wooders
506d51bb0b
fix: remove no_commit=True for sleeptime block patch and add client tests ( #3057 )
2025-06-26 18:01:08 -07:00
Sarah Wooders
2989d208a8
chore: add back timezone tests ( #3011 )
...
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com >
2025-06-25 15:12:21 -07:00
Sarah Wooders
019c5b388e
fix: fix timezone setting and add client tests ( #2997 )
2025-06-24 17:49:54 -07:00
Matthew Zhou
00b4abf786
feat: Add auto attach and detach of file tools ( #2655 )
2025-06-05 14:01:29 -07:00
Sarah Wooders
34df96bf2c
feat: add MCP servers into a table and MCP tool execution to new agent loop ( #2323 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com >
2025-05-23 16:22:16 -07:00
Matthew Zhou
d4390cd9e6
refactor: Deprecate local client ( #2344 )
2025-05-22 18:57:14 -07:00
Kian Jones
8023020f80
feat(ci): Adds Integration Testing Against cloud-api ( #1909 )
...
Co-authored-by: Shubham Naik <shub@letta.com >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2025-05-08 11:28:41 -07:00
Matthew Zhou
19bd790c58
feat: Add Letta voice tools ( #1922 )
2025-04-29 10:46:29 -07:00
Andy Li
4a2bf46f01
fix: docker tests - local sandbox call and agent listing tests ( #1888 )
2025-04-24 17:10:51 -07:00
Sarah Wooders
626e5f62ca
chore: add sleeptime example + better error handling + upgrade client SDK ( #1809 )
2025-04-21 00:09:50 -07:00
Matthew Zhou
476369e6f2
feat: Add testing for SDK send_message variants ( #1520 )
2025-04-01 16:54:09 -07:00
Matthew Zhou
2ca88f5f92
feat: Refactor letta tool execution to not require agent class ( #1384 )
2025-03-24 12:25:03 -07:00
Charles Packer
b687e56071
fix: don't throw an error if adding a new mcp server, also allow sett… ( #1293 )
2025-03-15 13:45:20 -07:00
Sarah Wooders
9928bf6019
chore: migrate tests to new client ( #1290 )
2025-03-14 15:17:28 -07:00
Matthew Zhou
6d49dc1ac5
feat: Serialize agent state simple fields and messages ( #1012 )
2025-02-18 11:01:10 -08:00
cthomas
8fbe9043f7
fix: revert sandbox error message ( #904 )
2025-02-05 13:54:18 -08:00
mlong93
51b6c29de8
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
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
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
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
99d2186ac3
fix: rename memory/block routes to core_memory/blocks ( #711 )
2025-01-21 18:03:04 -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
Matthew Zhou
79bc6394c8
feat: Add tool_type column ( #576 )
2025-01-10 14:52:15 -08:00
Matt Zhou
172d7ac147
Add back more e2b
2024-12-30 16:33:59 -08:00
Matt Zhou
f04d5df4ae
Log out sandbox details for e2b
2024-12-30 16:27:08 -08:00
Matt Zhou
2dd7c9f2e6
wip debug
2024-12-30 16:03:45 -08:00
Matt Zhou
bad2631396
Mock more e2b none
2024-12-30 15:04:08 -08:00
Matt Zhou
483b71f4c1
Mock e2b api none for test_function_return_limit
2024-12-30 14:29:41 -08:00
Caren Thomas
7144fd2867
run black, add isort config to pyproject.toml
2024-12-26 19:43:11 -08:00
Shubham Naik
4cf354c033
fix: add tests to cypress
2024-12-23 14:44:08 -08:00
cthomas
31c97775e3
fix: deprecate function return in new test ( #2309 )
2024-12-22 11:31:03 -08:00
cthomas
a5b1aac1fd
fix: propagate error on tool failure ( #2281 )
...
Co-authored-by: Caren Thomas <caren@caren-mac.local >
2024-12-20 16:38:16 -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
Keith
c7131ad0da
docs: Feature/update docs ( #2257 )
2024-12-16 17:15:50 -08:00
Matthew Zhou
7908b8a15f
feat: Rewrite agents ( #2232 )
2024-12-13 14:43:19 -08:00
Sarah Wooders
d61b2f9545
feat: enable configuration of response_char_limit for tools ( #2207 )
2024-12-09 18:55:18 -08:00
Charles Packer
fc980ff654
feat: add an async messages route (/agent/{agent_id}/messages/async) ( #2206 )
2024-12-09 18:23:05 -08:00
Charles Packer
fffdf1cc74
fix: bad print in common cli ( #2200 )
2024-12-08 23:14:18 -08:00