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
f64255f5c9
feat: add requires approval logic to tool rules solver ( #4294 )
2025-08-28 17:06:46 -07:00
Matthew Zhou
cf3423a21a
feat: De-dupe tool rules [LET-4091] ( #4282 )
...
* Add hash/eqs for de-dupe
* Add sdk test
2025-08-28 12:43:32 -07:00
Andy Li
63be7417cc
chore: clean up tool rule solver code
2025-08-08 16:39:17 -07:00
Andy Li
9ca1664ed8
feat: support for providers
2025-07-22 16:09:50 -07:00
Andy Li
b7b678db4e
feat: stop reasons and error messages and sentry fixes
2025-07-18 11:56:20 -07:00
Matthew Zhou
fdab5758b9
fix: Fix infinite loop required tools test ( #3084 )
2025-06-27 16:23:55 -07:00
Matthew Zhou
fd1bff065a
feat: Attach file blocks when creating an agent with source ( #3027 )
2025-06-25 14:08:00 -07:00
Matthew Zhou
54562d88d7
feat: Add required before exit tool rule ( #2977 )
2025-06-23 17:02:40 -07:00
Matthew Zhou
acd0a525aa
feat: Async agent loop ( #1387 )
2025-03-27 15:24:50 -07:00
Matthew Zhou
fda902c7b3
feat: Add MaxCountPerStepToolRule ( #1319 )
2025-03-17 17:23:14 -07:00
Caren Thomas
7144fd2867
run black, add isort config to pyproject.toml
2024-12-26 19:43:11 -08:00
Caren Thomas
905906d416
run isort on apps/core
2024-12-26 19:27:09 -08:00
Shubham Naik
4cf354c033
fix: add tests to cypress
2024-12-23 14:44:08 -08:00
mlong93
a70fbca219
feat: Add ConditionalToolRules ( #2279 )
...
Co-authored-by: Mindy Long <mindy@letta.com >
2024-12-19 14:54:21 -08:00
Sarah Wooders
07bb536018
feat: refactor agent memory representation and modify routes for editing blocks ( #2094 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2024-11-27 16:04:13 -08:00
Sarah Wooders
f80fb84729
fix: remove noisy warning from tool rule solver ( #2003 )
2024-11-06 22:29:01 -08:00
Matthew Zhou
7bb0f53c23
feat: Implement tool calling rules for agents ( #1954 )
2024-10-30 16:53:41 -07:00