Ryan Sweet
bf407d99b4
rysweet-adopt .NET Microsoft.Extensions.AI abstractions ( #3790 )
...
adopts the new Microsoft.Extensions.AI abstractions
adds a base InferenceAgent
fixes a lot of pain points in the runtime wrt startup/shutdown
fixes some uncaught exceptions in the grpc stream reading
adds an example for running the backend service in its own process
adds an example of an agent that connects to OpenAI/Ollama
adds an example of wrapping an agent app in .NET Aspire
upgrades some dependencies and removes some others
Known bugs: #3922
2024-10-23 14:23:36 -07:00
Xiaoyun Zhang
9ba14ee15b
Fix dotnet test and reformat dotnet code ( #3603 )
...
* fix test
* install aspire workload
* format
* fix build error
* fix format
* format
2024-10-02 14:42:27 -04:00
Xiaoyun Zhang
18d52f606a
Merge dotnet conflict ( #3 )
2024-09-30 19:32:48 -04:00
Xiaoyun Zhang
4193cea267
[.Net] Add AutoGen.OpenAI package that uses OpenAI v2 SDK ( #3402 )
...
* udpate
* add sample to connect to azure oai
* update comment
* ping to beta5
* add openai tests
* format code
* add structural output example
* update comment
* fix test
* resolve comments
* fix format issue
* update sk version
2024-08-27 21:37:47 +00:00
Xiaoyun Zhang
1daf852f86
rename Service -> WebAPI ( #3177 )
2024-07-22 16:44:12 +00:00
Xiaoyun Zhang
5292b816ad
update ( #3144 ) ( #3145 )
2024-07-15 23:13:31 +00:00
Xiaoyun Zhang
970c1961dd
[.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check ( #3136 )
...
* use 8.0.x versin
* enable format check
* change file header
* apply code format
* add instructions in ci to fix format error
* add comment back
2024-07-15 19:33:10 +00:00
Xiaoyun Zhang
b021e44540
[.Net] Agent as service: Run an IAgent as openai chat completion endpoint ( #2633 )
...
* update
* add test
* clean up
* update
* Delete dotnet/src/AutoGen.Server/AutoGen.Service.csproj.user
* implement streaming
* add sample project
* rename AutoGen.Service to AutoGen.WebAPI
* rename AutoGen.Service to AutoGen.WebAPI
2024-07-11 16:34:15 +00:00