Commit graph

4576 commits

Author SHA1 Message Date
Jicheng Lu 6ae67aa70d minor changes 2025-05-07 16:49:48 -05:00
Jicheng Lu 5c5c643856 resolve conflict 2025-05-07 16:38:55 -05:00
Jicheng Lu e35fbc7439 refine 2025-05-07 16:34:39 -05:00
Haiping d7e42b06eb
Merge pull request #1048 from hchen2020/master
Avoid duplicated utility templates.
2025-05-07 14:33:54 -05:00
Haiping Chen 36a387eb3e Avoid duplicated utility templates. 2025-05-07 14:31:53 -05:00
Haiping 8a6eb7d2ef
Merge pull request #1047 from hchen2020/master
Twilio.GetHints
2025-05-06 22:43:06 -05:00
Haiping Chen a4d07d5609 Merge branch 'master' of https://github.com/hchen2020/BotSharp 2025-05-06 22:40:56 -05:00
Haiping Chen ee3cc0afe1 Twilio.GetHints 2025-05-06 22:40:45 -05:00
Haiping 16878b11e2
Merge pull request #1037 from yileicn/master
optimize HooKEmitter
2025-05-06 21:49:01 -05:00
nick.yi 46ad042d32 fix conflict 2025-05-07 09:54:24 +08:00
Haiping Chen cf4ea9cc64 resolve conflict. 2025-05-06 20:39:52 -05:00
Haiping 6eabda4fcb
Merge pull request #1046 from hchen2020/routing-function-refactor-1
Optimize InstructLoop
2025-05-06 20:29:08 -05:00
Haiping 4e7b1d0ff5
Merge pull request #1045 from MackinnonBuck/mbuck/update-meai-to-9.4.3-preview.1.25230.7
Update Microsoft.Extensions.AI version to 9.4.3-preview.1.25230.7
2025-05-06 20:28:57 -05:00
Haiping aa4440aa64
Merge pull request #1034 from iceljc/test/realtime-chat
Test/realtime chat
2025-05-06 20:25:05 -05:00
Jicheng Lu 9debbf77a7 fix async 2025-05-05 17:39:23 -05:00
Jicheng Lu 684805cada minor change 2025-05-05 16:55:50 -05:00
Jicheng Lu 4b53875718 change status 2025-05-05 16:47:01 -05:00
Haiping Chen 97115c6496 Fix InstructLoop 2025-05-05 10:10:32 -05:00
Jicheng Lu c6f66b8227 minor change 2025-05-05 09:54:49 -05:00
Haiping Chen 3960381b7f Merge branch 'master' into routing-function-refactor-1 2025-05-05 09:12:14 -05:00
Jicheng Lu 1762675cb0 revert 2025-05-04 23:20:52 -05:00
Haiping Chen 5ff7079470 Optimize InstructLoop 2025-05-02 20:02:37 -05:00
Jicheng Lu ed39786539 add custom stream mode 2025-05-02 13:57:03 -05:00
Jicheng Lu d703477b4b refine error and warn logging 2025-05-02 11:31:28 -05:00
Mackinnon Buck 4adaf64bbc Update MEAI version to 9.4.3-preview.1.25230.7 2025-05-01 16:10:34 -07:00
Jicheng Lu a26f918161 refine websocket session 2025-05-01 12:47:30 -05:00
Jicheng Lu f35bf4dfbf pass more mcp config params 2025-05-01 10:27:38 -05:00
Jicheng Lu bd4f3751d3 clean code 2025-05-01 09:39:37 -05:00
geffzhang 5087b46e66 rename MCPFunctionExecutor 2025-05-01 17:14:02 +08:00
geffzhang aac1ae1195 upgrade ModelContextProtocol 0.1.0-preview11 2025-05-01 16:54:42 +08:00
geffzhang 927184efee Refactor InvokeFunction code
Refactor the InvokeFunction code by categorizing the dummy function, function callback, and MCP tool invocation logic into three distinct  classes
2025-05-01 16:47:16 +08:00
Jicheng Lu 8b46e26ffb handle null 2025-04-30 17:26:13 -05:00
Jicheng Lu c1004df986 Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/realtime-chat 2025-04-30 15:00:08 -05:00
Haiping 2ca7cf236f
Merge pull request #1039 from ChenGong-lessen/cgong/features/NC-4824
add function util-crontab-task_wait
2025-04-30 12:42:13 -05:00
Haiping 83bb00051e
Merge pull request #1043 from adenchen123/master
Revert "Track phone call success state in application"
2025-04-30 12:41:09 -05:00
Jicheng Lu 5fe29f60b1 add vector collection details 2025-04-30 11:55:25 -05:00
Chen Gong 4a220ab2cd fix comments 2025-04-30 09:11:22 -05:00
aden.chen 221d175e1a Revert "Track phone call success state in application"
This reverts commit 72752061ed.
2025-04-30 20:36:58 +08:00
易磊 25230fe025
Merge pull request #1042 from JackJiang1234/master
Update AgentService.GetAgents.cs
2025-04-30 17:16:17 +08:00
Jack 91dda91ee1
Update AgentService.GetAgents.cs
fix can't find agent issue
2025-04-30 17:13:53 +08:00
易磊 434cd44350
Merge pull request #1041 from adenchen123/master
Track phone call success state in application
2025-04-30 16:37:56 +08:00
aden.chen aaa72a23db remove unused namepace 2025-04-30 15:59:31 +08:00
aden.chen 72752061ed Track phone call success state in application 2025-04-30 15:57:53 +08:00
易磊 ad952cb1e0
Merge pull request #1040 from JackJiang1234/master
Update AgentService.GetAgents.cs
2025-04-30 15:53:40 +08:00
Jack ba827378f0
Update AgentService.GetAgents.cs
can't not find agent throw exception
2025-04-30 15:51:09 +08:00
Chen Gong a2cae37963 add function util-crontab-task_wait 2025-04-29 16:52:43 -05:00
Haiping a3aabe29aa
Merge pull request #1038 from Lessen-LLC/Development
Adding inbound call recording.
2025-04-29 12:07:15 -05:00
Haiping Chen 2d42673d68 Adding inbound call recording. 2025-04-29 11:53:40 -05:00
nick.yi d5148cb811 optimize HooKEmitter 2025-04-29 14:08:08 +08:00
易磊 575c148b5e
Merge pull request #1036 from yileicn/master
optimize ITwilioCallStatusHook
2025-04-29 13:45:06 +08:00