Microsoft Agent Framework
Microsoft Agent Framework is an open source SDK and runtime designed to help developers build, orchestrate, and deploy AI agents and multi-agent workflows using languages such as .NET and Python. It combines the simple agent abstractions of AutoGen with the enterprise-grade capabilities of Semantic Kernel, including session-based state management, type safety, middleware, telemetry, and broad model and embedding support, creating a unified platform for both experimentation and production use. It introduces graph-based workflows that give developers explicit control over how multiple agents interact, execute tasks, and coordinate complex processes, enabling structured orchestration across sequential, concurrent, or branching scenarios. It supports long-running and human-in-the-loop workflows through robust state management, allowing agents to maintain context, reason through multi-step problems, and operate continuously over time.
Learn more
AgentScope
AgentScope is an AI-driven agent observability and operations platform that provides visibility, control, and performance analytics for autonomous AI agents across production workloads. It enables engineering and DevOps teams to monitor, diagnose, and optimize complex multi-agent applications in real time by capturing detailed telemetry on agent actions, decisions, resource usage, and outcome quality. With rich dashboards and timelines, AgentScope helps teams trace execution flows, identify bottlenecks, and understand how agents interact with external systems, APIs, and data sources, improving debugging and reliability for autonomous workflows. It supports customizable alerting, log aggregation, and structured event views so teams can quickly surface anomalous behavior or errors across distributed agent fleets. In addition to real-time monitoring, AgentScope provides historical analysis and reporting that help teams measure performance trends, model drift, etc.
Learn more
Botpress
The Leading Conversational AI Platform for Enterprise Automation. Botpress is a flexible, fully on-premise conversational platform for enterprises to automate conversations & workflows. Our NLU technology significantly outperforms the competitors and leads to much higher levels of customer satisfaction. Built-in collaboration with large enterprises. Whether you are a Bank or the National Defence, we got you covered. Botpress has been battle-tested by thousands of developers. You can trust it's been proven to be flexible, secure and highly scalable. With Botpress, you won’t need to hire PhD’s for your conversational projects. Our job is to keep track of the latest state-of-the-art research papers in the various fields of NLP, NLU & NDU and to deliver that in a product that non-technical people can use seamlessly. It just works.
Learn more
OpenAI Agents SDK
The OpenAI Agents SDK enables you to build agentic AI apps in a lightweight, easy-to-use package with very few abstractions. It's a production-ready upgrade of our previous experimentation for agents, Swarm. The Agents SDK has a very small set of primitives, agents, which are LLMs equipped with instructions and tools; handoffs, which allow agents to delegate to other agents for specific tasks; and guardrails, which enable the inputs to agents to be validated. In combination with Python, these primitives are powerful enough to express complex relationships between tools and agents, and allow you to build real-world applications without a steep learning curve. In addition, the SDK comes with built-in tracing that lets you visualize and debug your agentic flows, evaluate them, and even fine-tune models for your application.
Learn more