Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsMay 11, 2026·2 min de lectura

Microsoft Agent Framework — Build & Run Agent Workflows

Microsoft Agent Framework builds production-grade agents and multi-agent workflows in Python and .NET, with official docs and quickstarts for teams.

Introducción

Microsoft Agent Framework builds production-grade agents and multi-agent workflows in Python and .NET, with official docs and quickstarts for teams.

  • Best for: Teams building production agents who want official quickstarts, multi-language support, and a structured workflow model
  • Works with: Python + .NET (per README); integrates with official docs and tutorials
  • Setup time: 15 minutes

How to Use It Well

  • Setup time ~15 minutes (pip/dotnet install + follow the Quick Start tutorial)
  • Two supported stacks called out in the README: Python and .NET
  • GitHub stars + forks (verified): see Source & Thanks

Treat agent frameworks like application frameworks: start from an official quickstart, lock in your model/tool boundaries, then add evals, telemetry, and permission controls before shipping.

FAQ

Q: Is it only for prototypes? A: The README positions it for production-grade agents and workflows; still validate your own safety and eval gates.

Q: Can I use only Python? A: Yes. The README shows Python installation via pip; .NET is optional depending on your stack.

Q: Where do I start? A: Use the official documentation and Quick Start linked in the README, then adapt the sample pattern to your domain.

🙏

Fuente y agradecimientos

Source: https://github.com/microsoft/agent-framework > License: MIT > GitHub stars: 10,345 · forks: 1,692

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados