Commit Graph

21 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
Andy Li
904d9ba5a2 chore: strings lint cleanup (#3374) 2025-07-18 09:20:45 -07:00
jnjpng
35082a82f8 fix: move server into process for integration_test_voice_agent (#3046)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-26 11:38:22 -07:00
cthomas
893ccf210e fix: agent loop type mismatch (#2924) 2025-06-19 16:35:38 -07:00
Shangyin Tan
c9841559e8 feat: add optional embedding_config parameter to file upload endpoint (#2901)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-06-18 18:10:48 -07:00
Matthew Zhou
698d99a66e feat: Ungate file upload for simple MIME types even without Mistral API key (#2898) 2025-06-18 15:11:30 -07:00
Matthew Zhou
0931ab943a feat: Integrate tool executor into VoiceAgent (#2872) 2025-06-17 14:55:58 -07:00
cthomas
9a47d8a7cb test: fix voice test event loop (#2674) 2025-06-06 11:25:52 -07:00
cthomas
4be038c4b9 feat: migrate modify group to async (#2670) 2025-06-06 11:05:09 -07:00
Matthew Zhou
b0367cf814 fix: Fix voice agent and tests (#2305) 2025-05-21 11:05:54 -07:00
cthomas
35d4914b4f feat(asyncify): remove non async memory methods (#2245) 2025-05-20 17:56:54 -07:00
cthomas
137ddd3f53 test(asyncify): fix voice sleeptime agent test failure (#2215) 2025-05-16 01:29:46 -07:00
cthomas
65e32082f7 feat: convert many methods to async (#2193) 2025-05-15 12:09:40 -07:00
Matthew Zhou
2929eb8012 feat: Refactor tests and add safety check (#1995) 2025-05-02 15:18:58 -07:00
Matthew Zhou
45738d6e85 feat: Enable voice agent with anthropic models (#1994) 2025-05-02 15:00:25 -07:00
Matthew Zhou
daa30d6662 feat: Move sleeptime voice agent to new agent loop (#1979) 2025-05-01 20:48:33 -07:00
Matthew Zhou
b472fbca88 feat: Change default voice sleeptime to 4.1 (#1961) 2025-05-01 10:07:29 -07:00
Matthew Zhou
8d23c50bf4 feat: Add safety checks to buffer length update and tests to updating voice sleeptime (#1959) 2025-04-30 18:08:47 -07:00
Matthew Zhou
1bf82a1e7c test: Add tests for summarizer enumeration (#1952) 2025-04-30 16:26:49 -07:00
Matthew Zhou
84f2b2107e feat: Adjust ephemeral memory agent to become persisted sleeptime agent (#1943) 2025-04-30 11:14:19 -07:00
Matthew Zhou
bb1e0464fd feat: Adjust prompts and integrate voice sleeptime group into agent manager (#1927) 2025-04-29 13:43:59 -07:00