Why throw in .net in the mix? That alone could squish all interest.
Microsoft Agent Framework
11–20 of 32 posts
Re: Microsoft Agent Framework
#12Why throw in .net in the mix? That alone could squish all interest.
It’s a modern cross platform open source language with very good performance
Re: Microsoft Agent Framework
#13Re: Microsoft Agent Framework
#14Curious what people see in these frameworks in 202(6). My experience has been that an agent is a simple while loop over tools/instructions/dialog. More complex integrations generally lie in the tools/context retrieval - but those have so far been so domain specific that it’s not worth pulling in a framework.
Re: Microsoft Agent Framework
#15I remember when "Microsoft Agent" meant the APIs that gave rise to Clippy, Rover, and (regrettably) even Bonzi Buddy. The bitter irony is, Microsoft has since embrace-extend-extinguished Bonzi Buddy spyware tech, building it right into Windows 11. So... they're moving onward to the future I guess?
I remember Microsoft Agents as the enforcement arm of the Business Software Association.
They'd perform copyright raids on small biz, typically after some disgruntled employee phoned in an infringement tip.
Re: Microsoft Agent Framework
#16Why throw in .net in the mix? That alone could squish all interest.
What’s the issue with net? It’s a modern cross platform open source language with very good performance
I prefer Go's approach on preferring interfaces instead of inheritance. But what I like is Clojure and Lisp where the semantics of algorithms and data structure is not so diffuse.
Re: Microsoft Agent Framework
#17nice, are there other frameworks that are similar or better?
Re: Microsoft Agent Framework
#18I remember when "Microsoft Agent" meant the APIs that gave rise to Clippy, Rover, and (regrettably) even Bonzi Buddy. The bitter irony is, Microsoft has since embrace-extend-extinguished Bonzi Buddy spyware tech, building it right into Windows 11. So... they're moving onward to the future I guess?
Unfortunately, the API died in Windows Vista, and was only widely available in Windows XP at the latest.
API documentation seems rather sparse too, though it looks like an LLM somewhere found a pirated book or something with example code because generated code seems to understand the API and its restrictions decently well. Writing the kind of C++ that still compiles on old versions of Windows is what broke my will to finish the project, though.
Re: Microsoft Agent Framework
#19Curious what people see in these frameworks in 202(6). My experience has been that an agent is a simple while loop over tools/instructions/dialog. More complex integrations generally lie in the tools/context retrieval - but those have so far been so domain specific that it’s not worth pulling in a framework.
Re: Microsoft Agent Framework
#20nice, are there other frameworks that are similar or better?
Got part way through their tutorial, seemed okay. Haven't used it in prod, though.