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
Ryan Sweet
0214299de5
updating dependencies and build to ensure works with net9 ( #3800 )
...
* interim - doesn't work - sharing
* turn off EnforceExtended
* works with dotnet build now... ;-)
* interim progress
* more updates
* make VS happy
* update
* Update AutoGen.Ollama.csproj
* Update Microsoft.AutoGen.Agents.Abstractions.csproj
* Delete dotnet/test/AutoGen.Gemini.Tests/ApprovalTests/FunctionContractExtensionTests.ItGenerateGetWeatherToolTest.received.txt
* fix tests
---------
Co-authored-by: XiaoYun Zhang <xiaoyuz@microsoft.com >
2024-10-16 11:03:05 -07:00
Xiaoyun Zhang
0560bdd645
[.Net] Update OpenAI, semantic kernel to latest version ( #3792 )
...
* update OpenAI, semantic kernel to latest version
* fix build error
* update
* update release note
2024-10-15 07:23:33 -07:00
Xiaoyun Zhang
18d52f606a
Merge dotnet conflict ( #3 )
2024-09-30 19:32:48 -04:00
Ryan Sweet
a72ebaef90
Rysweet 531 dotnet create hello agent continued ( #606 )
...
fixing base agent classes for io
2024-09-23 17:50:18 +00:00
Jack Gerrits
da759b6aed
Dotnet - core framework rework (rebased) ( #511 )
...
* dotnet rework
* add dotnet workload update to startup
* fix build
* interim fixup
* this is the stuff that was missing
* renaming the .net classes
* more build fixup
* port dev-team sample WIP
* add proto messages and IHandle to agents
* add github variables
* remove OAgents gh-flow
* remove OAgents library
* add .vs to gitignore
---------
Co-authored-by: Kosta Petan <kostapetan@gmail.com >
Co-authored-by: Ryan Sweet <rysweet@microsoft.com >
2024-09-17 13:01:49 +00:00
Jack Gerrits
a51b793667
Update aspire version ( #437 )
...
* Update aspire version
* update other aspire packages
2024-08-30 09:53:20 -04:00
Kosta Petan
a1221d46d2
remove Dapr sample/implementation ( #345 )
...
Co-authored-by: Kosta Petan <Kosta.Petan@microsoft.com >
2024-08-08 14:17:41 +00:00
Kosta Petan
c425a447a7
Marketing sample migration to AGNext ( #234 )
2024-07-19 20:57:13 +00:00
Reuben Bond
ebed669231
Initial cross-language protocol for agents ( #139 )
...
* Initial prototype of .NET gRPC worker client + service
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com >
2024-06-28 08:03:42 -07:00
Reuben Bond
27d04bdff5
Add .editorconfig & use centralized package management
2024-06-19 16:53:37 -07:00