Sarah Wooders
4df0a27eb0
chore: remove sync db ( #4873 )
2025-10-07 17:50:45 -07:00
Kian Jones
b8e9a80d93
merge this ( #4759 )
...
* wait I forgot to comit locally
* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00
Kian Jones
22f70ca07c
chore: officially migrate to submodule ( #4502 )
...
* remove apps/core and apps/fern
* fix precommit
* add submodule updates in workflows
* submodule
* remove core tests
* update core revision
* Add submodules: true to all GitHub workflows
- Ensure all workflows can access git submodules
- Add submodules support to deployment, test, and CI workflows
- Fix YAML syntax issues in workflow files
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* remove core-lint
* upgrade core with latest main of oss
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-09 12:45:53 -07:00
Matthew Zhou
ef225d3e49
fix: Temp remove timezone test ( #4427 )
...
Temp remove test
2025-09-04 12:05:16 -07:00
Kian Jones
fecf6decfb
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
ad52c7001c
test: reduce flakiness of tz testing
2025-08-12 14:53:36 -07:00
Sarah Wooders
f7e6e49ab5
chore: patch timezone tests ( #3789 )
2025-08-06 17:24:00 -07:00
cthomas
6f77017408
fix: cloud api test Embedding is not allowed in cloud API ( #3621 )
2025-07-29 13:24:07 -07:00
cthomas
d936335f27
fix: sources test ( #3581 )
2025-07-26 23:38:50 -07:00
Shubham Naik
d292b6e4de
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
1959109821
feat: support for project_id and backfills
2025-07-25 13:06:12 -07:00
Sarah Wooders
0f5bc65aa2
fix: enable updating agent timezone ( #3095 )
2025-06-29 11:30:47 -07:00
Sarah Wooders
581454c58c
fix: remove no_commit=True for sleeptime block patch and add client tests ( #3057 )
2025-06-26 18:01:08 -07:00
Sarah Wooders
912766141b
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
2feaac398f
fix: fix timezone setting and add client tests ( #2997 )
2025-06-24 17:49:54 -07:00
Matthew Zhou
91432088f9
feat: Add auto attach and detach of file tools ( #2655 )
2025-06-05 14:01:29 -07:00
Sarah Wooders
8133a5a158
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
917821a735
refactor: Deprecate local client ( #2344 )
2025-05-22 18:57:14 -07:00
Kian Jones
3f47a8557c
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
e6eea9450b
feat: Add Letta voice tools ( #1922 )
2025-04-29 10:46:29 -07:00
Andy Li
3fd49c5037
fix: docker tests - local sandbox call and agent listing tests ( #1888 )
2025-04-24 17:10:51 -07:00
Sarah Wooders
55c3fbba3f
chore: add sleeptime example + better error handling + upgrade client SDK ( #1809 )
2025-04-21 00:09:50 -07:00
Matthew Zhou
227b76fe0e
feat: Add testing for SDK send_message variants ( #1520 )
2025-04-01 16:54:09 -07:00
Matthew Zhou
131a3b021b
feat: Refactor letta tool execution to not require agent class ( #1384 )
2025-03-24 12:25:03 -07:00
Charles Packer
44ecc2dab8
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
56679d2cea
chore: migrate tests to new client ( #1290 )
2025-03-14 15:17:28 -07:00
Matthew Zhou
b5e09536ae
feat: Serialize agent state simple fields and messages ( #1012 )
2025-02-18 11:01:10 -08:00
cthomas
7bc5fab2b1
fix: revert sandbox error message ( #904 )
2025-02-05 13:54:18 -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
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
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
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
cabb04c005
fix: rename memory/block routes to core_memory/blocks ( #711 )
2025-01-21 18:03:04 -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
mlong93
f10b87e8fa
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
b92370cdad
feat: Added list_tags route ( #645 )
...
Co-authored-by: Mindy Long <mindy@letta.com >
2025-01-14 13:33:55 -08:00
mlong93
972e03f618
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
e457f02896
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
6f782b2613
feat: Add tool_type column ( #576 )
2025-01-10 14:52:15 -08:00
Matt Zhou
515f07fc84
Add back more e2b
2024-12-30 16:33:59 -08:00
Matt Zhou
2372461f7e
Log out sandbox details for e2b
2024-12-30 16:27:08 -08:00
Matt Zhou
0a09ff7dbe
wip debug
2024-12-30 16:03:45 -08:00
Matt Zhou
e3623d142c
Mock more e2b none
2024-12-30 15:04:08 -08:00
Matt Zhou
87cc9d2516
Mock e2b api none for test_function_return_limit
2024-12-30 14:29:41 -08:00
Caren Thomas
fd8961c39e
run black, add isort config to pyproject.toml
2024-12-26 19:43:11 -08:00
Shubham Naik
0b8017853a
fix: add tests to cypress
2024-12-23 14:44:08 -08:00
Shubham Naik
5a743d1dc4
Add 'apps/core/' from commit 'ea2a7395f4023f5b9fab03e6273db3b64a1181d5'
...
git-subtree-dir: apps/core
git-subtree-mainline: a8963e11e7a5a0059acbc849ce768e1eee80df61
git-subtree-split: ea2a7395f4023f5b9fab03e6273db3b64a1181d5
2024-12-22 20:31:22 -08:00