[.Net] add DotnetInteractiveKernelBuilder to AutoGen.DotnetInteractive (#3317)

* add DotnetInteractiveBuilder

* update

* fix workflow

* add pwsh test

* update

* add extract code extension

* update workflow
This commit is contained in:
Xiaoyun Zhang
2024-08-08 10:49:58 -07:00
committed by GitHub
parent cf2fe4aa78
commit 5732b3e766
17 changed files with 598 additions and 199 deletions

View File

@@ -1,6 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Program.cs
using AutoGen.BasicSample;
Console.ReadLine();
await Example17_ReActAgent.RunAsync();
await Example07_Dynamic_GroupChat_Calculate_Fibonacci.RunAsync();