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
5337e5bcac
feat: Move message embedding to background task [LET-4189] ( #4430 )
...
* Test background message embedding
* Change to content
2025-09-04 15:05:35 -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
Matthew Zhou
d078100a89
fix: Remove possibility of empty strings when updating ( #4149 )
2025-08-24 17:28:11 -07:00
Matthew Zhou
2ceb144afb
feat: Add better error catching for files upload ( #4145 )
2025-08-24 16:46:57 -07:00
cthomas
4dc6c6d05f
fix: type error for int comparison ( #4010 )
2025-08-19 13:09:55 -07:00
Andy Li
73e74270f4
feat: modal sandbox
2025-07-30 11:25:40 -07:00
Eric Ly
43811ed0d3
fix: remove unwanted word in name generation ( #3592 )
...
Co-authored-by: Eric Ly <lyyeric@letta.com >
2025-07-29 22:55:36 +00:00
Matthew Zhou
2f87cd4393
feat: Polishing open files tools ( #3575 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
Co-authored-by: Shubham Naik <shub@letta.com >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
Co-authored-by: cthomas <caren@letta.com >
Co-authored-by: jnjpng <jin@letta.com >
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local >
Co-authored-by: Cameron Pfiffer <cameron@pfiffer.org >
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com >
Co-authored-by: Kian Jones <kian@Kians-MacBook-Pro.local >
2025-07-29 15:46:51 -07:00
Andy Li
738a6cddf6
fix: structured outputs for send_message, LettaMessage
2025-07-24 14:50:52 -07:00
Matthew Zhou
00ebfcc6a8
feat: Lower file config defaults for larger models ( #3543 )
2025-07-24 14:15:23 -07:00
Matthew Zhou
e62ddf8355
feat: Add per-agent file management controls with context-aware defaults ( #3467 )
2025-07-22 10:43:37 -07:00
Andy Li
04e9f43220
chore: strings lint cleanup ( #3374 )
2025-07-18 09:20:45 -07:00
Matthew Zhou
bc190ab9f8
feat: Add alembic version to the agent file metadata ( #3369 )
...
just failing
2025-07-16 17:11:09 -07:00
Andy Li
33c1f26ab6
feat: support for agent loop job cancelation ( #2837 )
2025-07-02 14:31:16 -07:00
Matthew Zhou
efca9d8ea0
feat: Only add suffix on duplication ( #3120 )
2025-07-01 13:48:38 -07:00
Sarah Wooders
d1a0dae9fb
fix: fixes to step feedback listing ( #3080 )
2025-06-27 16:31:23 -07:00
Andy Li
98a79afbdd
fix: bugfixes (and bump) ( #3071 )
2025-06-27 14:23:42 -07:00
Andy Li
fa3a4ab88b
fix: list ollama embeddings models ( #2711 )
2025-06-10 10:44:26 -07:00
Andy Li
eaf5682422
feat: plugin system and backend runtime flags ( #2543 )
2025-06-05 18:12:44 -07:00
Kevin Lin
9951f73a7b
feat: Add files into agent context window on file upload ( #1852 )
...
Co-authored-by: Caren Thomas <carenthomas@gmail.com >
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-05-29 18:19:23 -07:00
Andy Li
28c3624a88
fix: numerous tool execution bugs ( #2371 )
2025-05-23 18:02:15 -07:00
Andy Li
600ccb35e7
feat: async db client ( #2076 )
2025-05-12 17:15:14 -07:00
Charles Packer
55b75cb855
fix: patch gemini 2.5 pro ( #1643 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-04-09 18:35:53 -07:00
Matthew Zhou
2e9365170e
feat: Cache model handle ( #1568 )
2025-04-04 12:11:20 -07:00
Kevin Lin
7173d5cefb
feat: support deepseek models ( #821 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
Co-authored-by: Shubham Naik <shub@letta.com >
2025-02-18 15:28:01 -08:00
Matthew Zhou
9ee53a0eaa
feat: Composio tools execute on-the-fly ( #999 )
2025-02-13 16:13:29 -08:00
Matthew Zhou
de17fe235d
feat: Add telemetry logging around agent / multi-agent broadcasting ( #971 )
2025-02-12 13:27:13 -08:00
Matthew Zhou
9c5033e0bd
feat: Use Async OpenAI client to prevent blocking server thread ( #811 )
2025-01-28 14:02:33 -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
Caren Thomas
fd8961c39e
run black, add isort config to pyproject.toml
2024-12-26 19:43:11 -08:00
Caren Thomas
ea0cca7bad
run isort on apps/core
2024-12-26 19:27:09 -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