Skip to main content

3 posts tagged with "Plugin"

View All Tags

· 4 min read
Tiven Wang

Today, we are excited to announce the official launch of XpertAI Agent Platform version 3.7! The core highlight of this update is the newly introduced Agent Middleware feature, providing developers with fine-grained control over agent execution processes and modular extension capabilities, further advancing agent construction from "functional implementation" to a new stage of "controllable processes and malleable capabilities."

Middleware node config
Middleware node config

· 4 min read
Tiven Wang

XpertAI 3.6 is officially live! This release comprehensively streamlines every stage from knowledge pipeline creation, orchestration, authorization, publishing to knowledge base operations, enabling teams to visually build a reliable knowledge production line. Meanwhile, the plugin system is now a native capability of the pipeline, helping you quickly integrate external data sources and document processing tools via system integration or marketplace plugins.

pipeline workflow
Basic Knowledge Pipeline Workflow

· 4 min read
Tiven Wang

With the rapid development of AI technology, enterprise-level intelligent applications have an increasing demand for flexible extensibility, modular decoupling, and cross-system integration. To meet the diverse scenarios of developers and enterprise users, the XpertAI platform officially launches the brand-new plugin system in this release, empowering the platform with true "infinite extensibility".


Why Build a Plugin System?

Previously, enterprises often had to write business logic directly into core systems, resulting in:

  • Difficult feature expansion: Every new requirement required changes to the main codebase
  • High system coupling: Different business modules were tightly bound, making maintenance challenging
  • Lack of ecosystem: External developers found it hard to contribute new capabilities to the platform

The XpertAI plugin system is designed to solve these pain points. It enables developers to seamlessly introduce new system integrations, data source extensions, and tool capabilities via plugins—without touching the core code.

plugins system
Plugin System