AI

AI Agent Platform

Learn what AI agent platforms are and how to choose an engine by licenses, stars, activity, and open options such as LangGraph, Dify, and n8n.

Our clients

Clients and partners

Capital Group
FSK Group
SMLT
Tochno
Dogma
Sber City
FM Logistic
Danone
Relief Center
Pandora
AI Agent Platforms: Why You Need One and Open Options
Saint-Gobain
Askona
FIX PRICE
Snezhnaia Koroleva
Muztorg
TVOE
Greenway
Polaris
Campari
Yandex
Lenta
International perfume and cosmetics brand
AI Agent Platforms: Why You Need One and Open Options
RAEC
EKF
L'Etoile
Inventive Retail Group

What an AI agent platform is

An AI agent is a program that receives a goal, decides on its own which steps to take, and calls external systems to execute them. One agent can be written in a few days and almost always works in a demo. Problems begin when there is more than one agent, they live longer than a single session, and they touch production systems.

An AI agent platform is the shared layer that handles everything around the model: starting and stopping the agent, its memory, access to data and tools, the action log, permissions, and the points where a human confirms the decision. In this setup, the model is replaceable, the platform is not.

It is important not to confuse three different things. Framework (LangGraph, CrewAI) - a library from which a developer assembles an agent in code. Visual builder (Dify, n8n, Flowise) - an environment where a workflow is assembled with a mouse and immediately gets a UI and API. Platform what remains when you have dozens of agents: a single registry, shared access to tools, observability, and governance. The first two often grow into the third, but do not become it automatically.

What is happening in the market

40%enterprise applications will contain agents for specific tasks by the end of 2026, up from less than 5% in 2025 (Gartner)
> 40%agent projects will be shut down by 2027, due to weak orchestration and governance, not model quality (Gartner)
97MSDK downloads for the MCP protocol per month as of February 2026
150+organizations were using the A2A protocol in production as of April 2026

Why it is needed: what breaks without it

Gartner's forecast that more than 40% of agent projects will be shut down is not about the models. Operations break down, and they do so predictably.

Agent sprawl. Departments launch their own agents independently. Six months later, the company has two dozen of them, half have no owner, and no one can say which ones access the production database or with what permissions.

Loss of context between handoffs. An agent hands off a task to another agent, and with it the history is lost: why the decision was made, what has already been checked, what is forbidden. According to 2026 data, about 22% of production deployments already coordinate three or more agents - meaning handoff has become the norm, not the exception.

No human in the loop for high-cost actions. As long as the agent is only reading, there is no risk. Once it starts sending documents, changing prices, or writing to an accounting system, you need a point where an employee confirms the decision and an audit trail to investigate the incident later.

Nothing to show in a review. Without tracing, there is no answer to the question of why the agent did it. That stops adoption faster than any technical limitation.

What the platform consists of: layers and who is responsible for what

System / layerScope of responsibility
Orchestration and RuntimeAgent loop execution, steps, retries, timeouts, stopping. This is also where state lives: checkpoints, rollback to the previous step, and task handoff between agents.
MemoryWhat the agent remembers within a step, between sessions, and for a specific user. Separately, where that memory is stored and how to clear it on request.
Knowledge and search (RAG)Access to corporate documents and data with source attribution for answers. Without this, the agent responds plausibly but not verifiably.
Tools and MCPA catalog of actions in external systems: accounting, CRM, warehouse, and email. The MCP protocol has become the de facto integration standard here.
Models and InferenceWhich models are available, where the data goes, and what to do if the provider is unavailable. This is where the deployment boundary and Federal Law 152 are decided.
Observability and EvaluationsEnd-to-end decision tracing, quality metrics, regression tests. It answers why the agent did something, not only how long it took.
Governance and securityPermissions, limits, human approval, audit. The only layer that cannot be added later without reworking the others.

What the platform simplifies in development

What the platform simplifies in operations

When a Platform Is Justified, and When It Is Overkill

A Platform Is Needed

  • There are more than two agents, and they appear across different departments
  • The agent performs actions in production systems, not just text replies
  • Data cannot be sent outside: you need your own environment and control over where the request goes
  • Auditability is required: who acted, when, and on what basis
  • Agents hand tasks off to one another and run longer than a single session

The Platform Is Overkill

  • One scenario, one department, read-only access - a framework or ready-made service is enough
  • A two-week pilot whose goal is to test the hypothesis itself, not survive it
  • There is no process owner: the platform will not create accountability, it assumes it.
  • The team is not ready to run yet another system - the platform will add work, not reduce it.

Open Platforms and Frameworks: What People Choose in 2026

Below is what is actually available for deployment. The license matters more than features here: some popular solutions are formally open, but restrict commercial use.

SolutionClassLicenseWhen to Use It
LangGraphFramework, codeMITLong-running workflows with state, checkpoints, and step-back recovery; human in the loop
CrewAIFramework, codeMITMultiple agents with roles and task separation; quick start
Microsoft Agent FrameworkFramework, codeMIT.NET and Azure ecosystem; the successor to AutoGen, now in maintenance mode
DifyVisual platformApache 2.0 with caveatsBuild workflows with a mouse, along with RAG, observability, and API in one service
n8nVisual automationSustainable Use LicenseProcess automation with agent nodes and hundreds of ready-made integrations
Flowise, LangflowVisual buildersOpenAgent and RAG prototypes without coding
openJiuwen (Huawei)Platform, codeApache 2.0Huawei Cloud AgentArts open edition: the same engine as the commercial version, for long-running tasks and agent swarms
Coze Studio (ByteDance)Visual platformApache 2.0Build and debug an agent with a mouse on your own server; light on hardware requirements
AgentScope (Alibaba)Framework, codeApache 2.0Multi-agent scenarios focused on debugging and observing agent dialogue
Eino (ByteDance)Framework, codeApache 2.0Agent orchestration in Go, when the team does not live in Python

Two caveats to check before choosing. n8n is distributed under the Sustainable Use License: this is not an OSI-approved open license - internal use is free, but resale as SaaS requires a commercial agreement. Dify uses an Apache 2.0 license with additional terms for branding and multi-tenancy, they need to be reviewed before building a product on it.

Assess where AI can deliver impact in your process

What these projects look like in numbers

A list of names says nothing about what can be relied on in production. Below are public GitHub metrics recorded on September 7, 2026: stars indicate recognition, the number of contributors shows whether a team supports the project, and the latest commit date shows whether it is active today.

ProjectStarsLicenseLatest commitWhat it is known for in the community
Hermes Agent243 000MITSeptember 2026Largest community in the selection; a personal agent, not an enterprise core
n8n203 600Sustainable UseSeptember 2026Most popular tool in the list; the debate is about its license, not its quality
Dify154 700Apache 2.0 with caveatsSeptember 2026A common entry point for those who need a ready-made service rather than assembly
Langflow154 400MITSeptember 2026Visual builder; known as a prototyping tool
AutoGen60 800CC-BY-4.0April 2026A legacy of Microsoft research; development has moved to Agent Framework
CrewAI58 200MITSeptember 2026Agent roles and teams; praised for its fast start
Flowise55 400Proprietary licenseAugust 2026Flow builder; closer to prototyping than high-load production
LangGraph41 200MITSeptember 2026The default choice when state and checkpoints are needed
AgentScope31 000Apache 2.0September 2026Multi-agent scenarios and agent dialogue observability
Letta24 600Apache 2.0August 2026Long-term agent memory as a separate layer
Coze Studio21 600Apache 2.0July 2026Open edition of a popular visual platform
Microsoft Agent Framework13 400MITSeptember 2026Official successor to Semantic Kernel and AutoGen
Eino13 000Apache 2.0September 2026The only mature option for Go teams
JiuwenSwarm (Huawei)8 340Apache 2.0September 2026A swarm of agents built on openJiuwen; about 100 contributors
openJiuwen agent-core430Apache 2.0September 2026SDK core; few stars, around 85 contributors

The numbers should be read together, not separately, and these three lines show that best. n8n has more stars than all the others combined, but its license is not OSI-approved — popularity and the right to build a product on it are unrelated. openJiuwen has a modest 430 stars with 85 contributors and commits today: this is an open edition of an enterprise platform, adopted inside companies rather than starred on GitHub, so judging it by popularity is meaningless. Hermes Agent has 243,000 stars — more than any corporate platform in the list — but this is a personal agent in one person’s messaging apps: audience size does not make a project the core of an enterprise architecture.

Always check the date of the latest commit and the license file in the repository itself: projects outside corporations often stop developing after a few months, while commercial-use rights remain unclear.

Hermes Agent: lessons worth learning from it

Hermes Agent from Nous Research stands out even among major platforms: it has an MIT license, an open repository, and the largest community in the selection. It is built around a different idea from enterprise orchestrators. The agent lives where people already communicate — Telegram, Discord, Slack, WhatsApp, Signal, email, and the terminal — builds memory of the user’s projects, turns recurring actions into skills, plans tasks from plain-language instructions, and runs code in a sandbox: locally, in Docker, over SSH, or in the cloud.

The practical conclusion for a company is twofold. Hermes should not become the core of an enterprise process: it is designed for one person, and model access comes through a developer subscription — exactly the dependency an internal architecture should usually eliminate. But two of its ideas are worth adopting in any enterprise project. First, the agent appears in the channel where the employee already works instead of requiring another tab; this directly affects adoption. Second, memory and skills accumulate automatically, so over time the agent needs fewer explanations rather than more configuration.

What Huawei and other Asian vendors open-sourced

Huawei is asked about more than the others, and the answer in 2026 is clear. The company has a commercial agent platform Huawei Cloud AgentArts and its open edition - openJiuwenreleased under the Apache 2.0 license. This is not a stripped-down demo version: the open edition shares more than 90% of its core with the commercial one, so it can be used for production, not just experiments. It is developed jointly by Huawei's research labs, the cloud division, and the Xiaoyi assistant team.

It has two layers that can be used separately. agent-core An SDK for developing, running, and fine-tuning an agent. JiuwenSwarm An add-on for agent swarms, where a task is handled by a group rather than a single worker. Separately, in March 2026 Huawei open-sourced A2A-T, an industry-specific extension of the A2A protocol for telecom, signaling a focus on compatibility rather than a closed stack.

Three more open projects belong on the list and are rarely mentioned in CIS-language reviews, although all of their licenses allow commercial use:

Coze Studio A visual agent-building platform from ByteDance, open-sourced in July 2025 together with the Coze Loop evaluation system. Its closest functional analogue is Dify; the notable difference is the low hardware bar: local deployment is stated to need 2 cores and 4 GB of memory, so a pilot can run on a standard VM.

Eino A Go orchestration framework from the same team. The practical value is simple: if the platform team writes in Go, the agent layer no longer has to be the only Python service that nobody can maintain.

AgentScope A multi-agent framework from Alibaba's Tongyi lab; version 1.0 was released in September 2025. Its strength is observability tooling for how agents communicate with one another, which is exactly where multi-agent scenarios usually break down.

The overall conclusion for the Asian stack is the same as for the Western one: the licenses are permissive, the entry barrier is low, and the differences between projects are not in the feature list, but in whether you have a team that speaks the relevant language and are willing to read documentation that sometimes exists only in Chinese.

Protocols: MCP and A2A

The two standards address different tasks and are used together in 2026 projects.

MCP describes how an agent gets access to a tool or data source. This is the vertical agent-to-system connection. By February 2026, the protocol SDKs were being downloaded about 97 million times per month, all major model providers had adopted it, and API gateway vendors were embedding MCP support into their products.

A2A describes how agents coordinate with each other and hand off tasks - the horizontal connection. As of April 2026, more than 150 organizations were using the protocol in production. In March 2026, Huawei announced the open sourcing of A2A-T, an industry extension for telecom.

The practical conclusion is simple: tools connect through MCP, and task handoff between agents happens through A2A. A platform that supports neither will lock you in at the integration layer.

Which core to choose for an enterprise architecture

There is no need to build your own agent platform today: the orchestration layer is widely available and free, while competitive differentiation has shifted to integrations, permissions, and acceptance testing. The question is which engine to use as the foundation so you do not have to rewrite everything in two years.

For processes involving approvals, signatures, and data requirements, it is sensible to use as the core LangGraph. The reason is not popularity but its execution model: the process is described as a state graph with checkpoints, so the agent can survive failures and resume from the same point, stop and wait for a human decision, and leave a reproducible trace of what it did and why. Version 1.0 was released in October 2025 with a commitment to preserve compatibility until 2.0; the MIT license allows you to build a client product, and the engine is not tied to a model provider: to meet personal-data requirements, teams can connect both open models on their own infrastructure and services hosted in CIS data centers.

A candid caveat about this choice. The promise of “no breaking changes” has already proved not to be absolute: in autumn 2025, the related `langgraph-prebuilt` package introduced incompatibility through a transitive dependency. Production versions are therefore pinned strictly, and updates go through regression testing—as with any other library the process depends on.

When another core is a better choice. If the company operates in the .NET ecosystem and all development is done there, Microsoft Agent Framework will provide a shorter path and a commitment to long-term support. If the goal is to test a hypothesis quickly with analysts rather than developers, a visual platform will be faster: Dify or Coze Studio. If the platform team writes in Go, Eino will eliminate the only Python service in the landscape. The general rule is simple: visual builders work well while the scenario fits on one screen; as soon as branching, rollbacks, and signatures appear, an engine with an explicit state model wins.

How to Choose a Platform

  1. 01

    Decide how many agents there will be in a year

    If there is one, choose a framework. If there are more than five across different departments, choose by the control layer, not by how easy it is to assemble the workflow.

  2. 02

    Check the license before the pilot

    Open source and commercial use rights are different things. n8n's Sustainable Use License and Dify's Apache 2.0 caveats change the product model.

  3. 03

    Define the deployment scope

    If data cannot leave, the platform must be deployed on your own infrastructure, and model access must go through a gateway with request logging.

  4. 04

    Require tracing and evaluations

    Without an end-to-end decision log and regression checks, you cannot investigate an incident or safely change prompts.

  5. 05

    Ask about MCP and A2A

    Standards support determines whether you can switch platforms in two years without rewriting integrations.

  6. 06

    Assign a process owner

    The technical layer does not create accountability for results. An agent without an owner becomes the kind of unmanaged agent seen in the statistics.

What we do

KT.Team deploys the listed open platforms within the customer's environment: we set up orchestration, connect enterprise sources through RAG and MCP, put in place a model access gateway with request logging, and configure tracing and permissions before the agent gets write access.

The working approach is the same as in our other AI projects: we take one process, bring it to a working state and acceptance, and only then expand the scope. Details on related topics are on the pages LLM gateway, MCP, n8n and an enterprise knowledge base on RAG. Federal Law GDPR requirements are covered separately: compliance with Federal Law GDPR and protection of personal data information systems.

If the platform has already been chosen and you need a working agent for a specific process, the workflow, timeline, and indicative pricing are provided on the page AI agent development.

Sources

Checked: 2026-09-07

Cases

AI implementation cases

Read all

Discuss: AI Agent Platform

Enter your email or phone number so we can get back to you.

Send via: