Commit graph

4366 commits

Author SHA1 Message Date
Jicheng Lu e2f2d0a0da Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-utility-visibility 2025-05-28 20:43:00 -05:00
Jicheng Lu c6807a501c Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/refine-file-instruct 2025-05-28 20:40:14 -05:00
Haiping 82affd8bb9
Merge pull request #1067 from yileicn/master
hotfix agent instruction cache question
2025-05-28 20:10:41 -05:00
Jicheng Lu d24fe42785 clean code 2025-05-28 19:21:14 -05:00
Jicheng Lu 3bb50a6350 nullable 2025-05-28 18:00:11 -05:00
Jicheng Lu a33d43c902 minor change 2025-05-28 17:15:37 -05:00
Jicheng Lu 1d0284eef4 minor change 2025-05-28 16:53:45 -05:00
Jicheng Lu 1792da38ef refine utility structure 2025-05-28 16:16:48 -05:00
Jicheng Lu db542b7e90 Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-utility-visibility 2025-05-28 13:29:04 -05:00
Jicheng Lu 11f5234bfd clean code 2025-05-28 12:05:29 -05:00
Jicheng Lu 0469b27a97 refine form data 2025-05-28 11:57:25 -05:00
Jicheng Lu 19e16ff4fe temp save 2025-05-28 08:59:29 -05:00
nick.yi 57f25f3c82 hotfix agent instruction cache question 2025-05-28 17:50:07 +08:00
Jicheng Lu 0a0da61db3 temp save 2025-05-27 21:23:20 -05:00
Jicheng Lu 78579fe4fe use binary data 2025-05-27 19:56:14 -05:00
Jicheng Lu 59eb471dee minor change 2025-05-27 15:26:11 -05:00
Jicheng Lu 28d4f4e9ba add utility visibility expression 2025-05-27 15:23:37 -05:00
Haiping 53bf0fee19
Merge pull request #1065 from yileicn/master
optimize CheckArgType
2025-05-27 13:28:40 -05:00
nick.yi ced3883c44 optimize CheckArgType 2025-05-27 23:08:28 +08:00
Haiping 1672374e48
Merge pull request #1064 from iceljc/test/google-realtime
add gemini file content
2025-05-27 09:40:05 -05:00
Haiping f5c5f8ee35
Merge pull request #1063 from yileicn/master
Fix IndexOutOfRangeException caused by CheckArgType concurrency
2025-05-27 09:38:58 -05:00
Jicheng Lu c79e35b653 use model id 2025-05-26 00:28:50 -05:00
Jicheng Lu b6e6de591f add gemini file content 2025-05-26 00:23:31 -05:00
nick.yi c3332dda0e Fix IndexOutOfRangeException caused by CheckArgType concurrency 2025-05-25 11:32:17 +08:00
Haiping ca36b140c6
Fix CheckArgType null 2025-05-24 16:30:14 -05:00
Haiping bc72d661c8
Merge pull request #1062 from iceljc/test/google-realtime
refine http headers
2025-05-23 11:22:41 -05:00
Jicheng Lu ae12a2e92b refine http headers 2025-05-23 10:41:56 -05:00
Haiping 3dfb921126
Merge pull request #1060 from iceljc/test/google-realtime
add session reconnect
2025-05-22 17:08:12 -05:00
Jicheng Lu ba0b486d5a minor change 2025-05-22 16:57:27 -05:00
Jicheng Lu b52c240593 fix user update 2025-05-22 16:10:09 -05:00
Jicheng Lu 6def003141 trigger agent instruction logging in realtime 2025-05-22 14:59:35 -05:00
Jicheng Lu 1cd8ab9b03 minor change 2025-05-22 14:02:39 -05:00
Jicheng Lu 2bf15f5078 refine routing mode 2025-05-22 13:58:42 -05:00
Jicheng Lu 069170a01c add agent mode 2025-05-21 17:34:38 -05:00
Jicheng Lu 6649e529cc Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/google-realtime 2025-05-21 15:58:10 -05:00
Jicheng Lu cc01cafb1f fix console log 2025-05-20 13:20:13 -05:00
Jicheng Lu aab468f410 add session logging and crontab settings 2025-05-20 10:59:42 -05:00
易磊 2ff2c30657
Merge pull request #1061 from Lessen-LLC/Production 2025-05-20 09:27:38 +08:00
易磊 73a4076cd0
Merge branch 'master' into Production 2025-05-20 09:25:54 +08:00
nick.yi 23c02eb9ed Revert "debug - disable ValidateRequest"
This reverts commit 5dd6fba458.
2025-05-20 09:22:36 +08:00
Jicheng Lu 73c2e9c72e minor refine 2025-05-19 15:44:20 -05:00
Jicheng Lu b0b6c4b651 remove comments 2025-05-19 15:02:28 -05:00
Jicheng Lu a6e9f1de5a Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/google-realtime 2025-05-19 14:54:58 -05:00
Jicheng Lu 82b831d406 add session reconnect 2025-05-19 14:54:40 -05:00
Haiping 92542d0df7
Merge pull request #1059 from stephentoub/updatemeai
Update to Microsoft.Extensions.AI stable release
2025-05-19 10:01:34 -05:00
Haiping a6b11f0207
Merge pull request #1057 from iceljc/test/google-realtime
Test/google realtime
2025-05-19 10:01:13 -05:00
Haiping 968bac623d
Update RoutingService.InstructLoop.cs
hotfix GetNextStepPrompt error(can't find naive reasoner template)
2025-05-19 09:48:16 -05:00
nick.yi 278b36785e hotfix GetNextStepPrompt error(can't find naive reasoner template) 2025-05-19 17:49:40 +08:00
Stephen Toub b4dda5e63a Update to Microsoft.Extensions.AI stable release 2025-05-16 21:16:49 -04:00
Jicheng Lu d91a55232b refine tool call and response 2025-05-16 10:49:09 -05:00