Commit Graph

20 Commits

Author SHA1 Message Date
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
Matthew Zhou
84f2b2107e feat: Adjust ephemeral memory agent to become persisted sleeptime agent (#1943) 2025-04-30 11:14:19 -07:00
cthomas
22d72ca713 fix: revert conditional tool return message creation (#1930)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-04-29 14:22:36 -07:00
Matthew Zhou
beed896d60 feat: Support offline memory in voice agent (#1347) 2025-04-28 15:03:02 -07:00
Matthew Zhou
78d87e57cf chore: Comment out voice test cases for now (#1627) 2025-04-08 13:48:22 -07:00
Matthew Zhou
476369e6f2 feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
Matthew Zhou
ba19e7f3ba fix: Fix chat completions tests (#1442) 2025-03-27 15:45:23 -07:00
Matthew Zhou
82f9377c8a fix: Refresh blocks in between steps (#1335) 2025-03-18 17:42:44 -07:00
Matthew Zhou
804e50e9db feat: Add batch create functionality to SqlAlchemyBase (#1332) 2025-03-18 15:40:02 -07:00
Matthew Zhou
93b64084e2 feat: Change voice endpoint to have agent_id as required param in URL (#1233) 2025-03-10 13:36:55 -07:00
Matthew Zhou
353af9aefe feat: Finish async memory rewriting agent for voice (#1161) 2025-03-03 13:58:06 -08:00
Matthew Zhou
23abf83217 feat: Low Latency Agent (#1157) 2025-02-27 14:51:48 -08:00
Matthew Zhou
711699bc40 fix: Fix chat completions interface and move fast chat completions endpoint to /voice (#1139) 2025-02-26 14:53:31 -08:00
Matthew Zhou
3078e44f7f fix: Fix broken message DB writing (#1134) 2025-02-26 13:29:57 -08:00
Matthew Zhou
997019afe8 feat: Add tool calling to fast chat completions (#1109) 2025-02-25 15:13:35 -08:00
Matthew Zhou
df1f9839a6 feat: Fast chat completions endpoint (#1091) 2025-02-20 18:55:25 -08:00
Matthew Zhou
8d7ff5a536 feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
Matthew Zhou
7f69192517 fix: Fix chat completions streaming (#1078) 2025-02-20 11:37:52 -08:00
Matthew Zhou
5c43de3a2d fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
Matthew Zhou
b6773ea7ff feat: Add voice-compatible chat completions endpoint (#774) 2025-01-27 14:25:05 -08:00