working on scaffolding a new dotnet intro sample for #531 (#536)

* interim stash

* interim stash

* interim checkpoint

* broken stash

* whoops

* merge sln files

* fix a bunch of refactoring errors

* moving more to core vs samples

* interim

* fixup the devteam sample

* fix ci

* fixup soln file

* trying to fix ci

* trying to fix ci

* adding back

* still trying

* recreate

* next step

* adding it back

* trying to fix

* Rename Autogen -> AutoGen (#567)

* Add transparency faqs (#566)

* remove Autogen

* add AutoGen back

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

---------

Co-authored-by: Xiaoyun Zhang <xiaoyuz@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Ryan Sweet
2024-09-18 18:41:44 -07:00
committed by GitHub
parent f5a13627e2
commit 1edf5cfe9c
81 changed files with 1301 additions and 233 deletions

View File

@@ -31,6 +31,7 @@
<ItemGroup>
<ProjectReference Include="..\DevTeam.ServiceDefaults\DevTeam.ServiceDefaults.csproj" />
<ProjectReference Include="..\DevTeam.Shared\DevTeam.Shared.csproj" />
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen.Agents.Extensions\SemanticKernel\Microsoft.AutoGen.Agents.Extensions.SemanticKernel.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,13 +1,13 @@
using Microsoft.AutoGen.Agents.Worker.Client;
using DevTeam;
using Microsoft.AutoGen.Agents.Extensions.SemanticKernel;
using Microsoft.AI.DevTeam;
using DevTeam.Backend;
using Octokit.Webhooks;
using Microsoft.Extensions.Options;
using DevTeam.Options;
using Microsoft.Extensions.Azure;
using Azure.Identity;
using Octokit.Webhooks.AspNetCore;
using DevTeam.Options;
var builder = WebApplication.CreateBuilder(args);