English | δΈζ
XpertAI Cloud Β· Self-hosting Β· Documentation Β· Enterprise inquiry
Open-Source AI Platform for Enterprise Data Analysis, Indicator Management and Agents Orchestration
Xpert AI is an open-source enterprise-level AI system that perfectly integrates two major platforms: agent orchestration and data analysis.
π 3.10 Agentic Apps & File Understanding!
XpertAI 3.10 turns plugins into first-class Agentic Apps, combining plugin-provided Xpert templates, Workbench views, runtime middleware capabilities, and file-aware agent execution into a more extensible assistant platform.
- Build business apps with plugin
targetAppsandtargetAppMeta, plugin-contributed Xpert templates, deprecation controls, and richer manifest metadata for app-specific plugin centers. - Render plugin-owned Workbench experiences with fixed views, remote component iframe entries, host theme propagation, host events, task status updates, and client commands.
- Open tool-triggered remote components in the Assistant Workbench, including the built-in Data X metric management plugin for project and semantic model metric operations.
- Use the new File Understanding layer to parse uploads into
FileAssetrecords, artifacts, chunks, page images, citation anchors, and workspace paths that agents can search and read on demand. - Give middleware safer runtime capabilities for files, knowledgebases, assistant tasks, organization context, chat events, and the new Office Automation middleware flow.
- Monitor Copilot operations with user-level usage details, usage summaries, filters, checkpoint retention cleanup, Prometheus metrics, and conversation goals.
In todayβs rapidly evolving AI landscape, enterprises face a key challenge: How to balance the creativity of LLMs with the stability of workflows? Pure agent architectures are flexible but hard to control; traditional workflows are reliable but lack adaptability. Xpert AIβs Agent-Workflow Hybrid Architecture is designed to resolve this conflict, enabling AI to have βfree willβ while adhering to βrule-based order.β
Blog - Agent-Workflow Hybrid Architecture
By coordinating the collaboration of multiple intelligent agents, Xpert can handle complex tasks. Xpert integrates different types of AI agents through efficient management mechanisms, leveraging their capabilities to address multidimensional problems.
xpert-agents.mp4
A cloud-based agile data analysis platform supporting multidimensional modeling, metrics management, and BI visualization. The platform connects to various data sources, enabling efficient and flexible data analysis and visualization, and offers multiple intelligent analysis tools to help enterprises quickly and accurately uncover business value and make operational decisions.
Before installing Xpert, make sure your machine meets the following minimum system requirements:
- CPU >= 2 Core
- RAM >= 4 GiB
- Node.js (ESM and CommonJS) - 20.x, 22.x
The easiest way to start the Xpert server is through docker compose. Before running Xpert with the following commands, make sure that Docker and Docker Compose are installed on your machine:
cd xpert
cd docker
cp env.example .env
docker compose up -dAfter running, you can access the Xpert dashboard in your browser at http://localhost/onboarding and start the initialization process.
Please check our Wiki - Development to get started quickly.
Xpert AI Platform Demo at https://app.xpertai.cn.
Notes:
- You can generate samples data in the home dashbaord page.
Xpert AI Platform SaaS is available at https://app.xpertai.cn.
Note: it's currently in Alpha version / in testing mode, please use it with caution!
For Production, we recommend:
- SDK β streamlines access api of the XpertAI platform.
- SDK (TypeScript)
- digital experts
- long-term memory storage
- contextual files
- Conversation management
- knowledge bases
- SDK (Python)
- SDK (TypeScript)
- Plugins β extensible plugin system.
- Plugins system
- Marketplace to showcase the plugins ecosystem.
- Hot-swappable plugin system.
- Chatkit β front-end component library for embedding digital expert chat dialog.
- ChatKit javascript version.
- Widgets β UI widgets that let large-model responses drive richer interface experiences.
- Agent Middlewares Plugin-based Agent Middleware.
- Agent Skills β lightweight agent skills for rapid custom capability integration, offering a quicker alternative to MCP tools.
- Project Management β AI-driven project execution workspace for planning, coordinating, and running multi-agent work.
- Project workspaces with overview, Kanban board, files, teams, and tabbed project layout.
- Project, sprint, task, backlog, and swimlane models with APIs for planning and execution strategy.
- Bind published Xperts as project assistants and project teams, with team role and environment settings.
- Project assistant tools for backlog management, sprint planning, task updates, team binding, and runnable task dispatch.
- Task assistant ChatKit conversations with execution artifacts and project-context handoff.
- Project event stream for real-time board updates and agent execution feedback.
- Audit, Security, Compliance β Enterprise-grade features to ensure data privacy and compliance.
- Audit logs
- Role-based access control
- Data encryption
- Sandbox β Secure testing environment, isolating experiments from production.
- Trace, Evaluation β Observability and evaluation tools for agents and workflows.
- Trace system
- Evaluation framework
- System monitoring and alerting
- Sentry integration
- Prometheus integration
- For business inquiries: mailto:service@xpertai.cn
- Xpert AI Platform @ Twitter
We support the open-source community.
This software is available under the following licenses:
- Xpert AI Platform Community Edition
- Xpert AI Platform Enterprise Edition
- Xpert AI Platform Enterprise Pro Edition
Please see LICENSE for more information on licenses.
Contributors
- Please give us β on Github, it helps!
- You are more than welcome to submit feature requests in the Xpert AI repo
- Pull requests are always welcome! Please base pull requests against the develop branch and follow the contributing guide.