Commit Graph

1505 Commits

Author SHA1 Message Date
cthomas
edf39c565f chore: clean up legacy anthropic path (#3905) 2025-08-13 15:09:13 -07:00
cthomas
15d8cc224c chore: clean up legacy azure path (#3904) 2025-08-13 14:59:15 -07:00
cthomas
e967f6ed6b fix: add tool exec env vars to create agent return (#3898) 2025-08-13 14:58:58 -07:00
cthomas
c72eced19e chore: clean up legacy together path (#3903) 2025-08-13 14:48:24 -07:00
cthomas
1855eb0739 feat: update reasoning toggle test (#3901) 2025-08-13 14:28:04 -07:00
cthomas
aab41cdb76 feat: add agent id input validation in retrieve endpoint (#3892) 2025-08-13 14:03:05 -07:00
cthomas
a78ccfe87b fix: make test connection route a post (#3894) 2025-08-13 12:10:58 -07:00
cthomas
9434a33286 fix: suppress error on reasoning disable (#3895) 2025-08-13 12:10:39 -07:00
cthomas
ea10e88d99 feat: make together provider field optional (#3896) 2025-08-13 12:10:20 -07:00
jnjpng
0179901e79 feat: record step metrics to table
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-13 11:29:18 -07:00
cthomas
9054919eba feat: update imports for byok check api (#3890) 2025-08-12 16:36:14 -07:00
cthomas
78cfb4902d feat: add azure byok (#3884) 2025-08-12 15:50:00 -07:00
Andy Li
e2e91c7260 feat: typescript sandbox 2025-08-12 15:39:17 -07:00
jnjpng
93e41bbf0a fix: delete associated mcp oauth sessions on delete and link existing mcp oauth sessions on create
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-12 15:32:33 -07:00
Sarah Wooders
f4740b1388 chore: remove legacy embeddings (#3846) 2025-08-12 15:11:09 -07:00
Andy Li
ad52c7001c test: reduce flakiness of tz testing 2025-08-12 14:53:36 -07:00
cthomas
65baf757a7 feat: add azure llm client (#3882) 2025-08-12 14:43:03 -07:00
cthomas
9f84fb8500 feat: refactor byok logic in llm clients (#3880) 2025-08-12 14:19:02 -07:00
cthomas
a328cbd607 feat: add together byok support (#3877) 2025-08-12 13:44:01 -07:00
cthomas
2e19f2a801 feat: add new together llm client (#3875) 2025-08-12 13:37:20 -07:00
cthomas
1ec9ccaf20 fix: send message tests failing on main (#3878) 2025-08-12 12:47:50 -07:00
Matthew Zhou
99902ff05e feat: Adjust import/export agent endpoints to accept new agent file schema (#3506)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-08-12 11:18:56 -07:00
cthomas
df51974f31 feat: remove dict config from logger (#3866) 2025-08-11 17:11:59 -07:00
Matthew Zhou
6c64c8afdd fix: Fix error messages with malformed gemini call (#3865) 2025-08-11 16:59:19 -07:00
cthomas
5cf807574f feat: consolidate reasoning model checks (#3862) 2025-08-11 16:55:45 -07:00
cthomas
c8b370466e fix: duplicate message stream error (#3834) 2025-08-11 14:27:35 -07:00
cthomas
4155bdb023 feat: handle all cases for reasoning toggle (#3857) 2025-08-11 13:45:50 -07:00
Charles Packer
62103fab2b fix: patch mcp alerting on sentry 2025-08-11 10:26:42 -07:00
Charles Packer
d3aadd2714 fix: patch mcp attach bug (#3844) 2025-08-10 17:24:33 -07:00
Charles Packer
c02bff1e9b fix: patch gpt-5 max context window in constants (#3843) 2025-08-10 14:55:22 -07:00
Charles Packer
0130e9b6e8 fix: reduce error levels to patch the sentry logging issue (#3835) 2025-08-08 22:15:10 -07:00
Andy Li
3183c7b3c1 chore: clean up tool rule solver code 2025-08-08 16:39:17 -07:00
jnjpng
243a2b65e0 fix: gemini 2.5 thinking models fail to call functions if thinking is fully disabled
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-08 16:34:32 -07:00
Andy Li
c6002744e6 feat: track run state in stream 2025-08-08 16:31:15 -07:00
jnjpng
7645310570 fix: clean up tool execution print statement
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-08 15:08:12 -07:00
Kevin Lin
18b036fa07 feat: add line number warning to memory_insert (#3829) 2025-08-08 13:47:13 -07:00
Matthew Zhou
57526bf7d6 feat: Add max_steps parameter to agent export (#3828) 2025-08-08 13:38:29 -07:00
cthomas
85a7d136c9 fix: reasoning toggle patch (#3826) 2025-08-08 10:42:17 -07:00
Shubham Naik
606d7e5038 Revert "feat: add top-level reasoning toggle to ADE (#3813)" (#3825) 2025-08-08 07:44:11 -07:00
Sarah Wooders
bde4714294 chore: merge oss (#3712) 2025-08-07 22:20:26 -07:00
jnjpng
302b07bd2b fix: lmstudio tests and integration
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-07 20:02:56 -07:00
Kevin Lin
e35648b51f feat: add minimal reasoning effort option to LLMConfig (#3816) 2025-08-07 19:27:32 -07:00
Andy Li
847fbbdb66 chore: remove duplicate tool templating 2025-08-07 18:13:09 -07:00
jnjpng
fb4aecd408 feat: add step metrics table
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-07 17:51:39 -07:00
cthomas
2ee56f027f feat: add top-level reasoning toggle to ADE (#3813) 2025-08-07 17:21:12 -07:00
Matthew Zhou
6a713f9ae7 feat: Change grep to be paginated (#3815) 2025-08-07 16:50:05 -07:00
Sarah Wooders
b85f8aa43c feat: support opus 4.1 and gpt-5 (#3806) 2025-08-07 15:11:57 -07:00
Sarah Wooders
f6f3abdeda fix: patch non-optional memory replace (#3803) 2025-08-07 13:51:12 -07:00
cthomas
db41f01ac2 feat: continue stream processing on client cancel (#3796) 2025-08-07 13:17:36 -07:00
Sarah Wooders
a6ada1e4ea fix: dont have optional argument for memory_replace (#3800) 2025-08-07 10:18:47 -07:00