Skip to content

Commit dd84ae8

Browse files
committed
feat: showcase of xpertai platform
1 parent 6013ee7 commit dd84ae8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
367 KB
Loading

public/showcase/showcase.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ export const SHOWCASE: IShowcaseItem[] = [
1313
{ text: 'Sources', url: 'https://github.com/Foblex/f-flow-example' },
1414
],
1515
},
16+
{
17+
name: 'Agents Platform (XpertAI)',
18+
tags: ['AI', 'No Code', 'Open Source'],
19+
description:
20+
'An Multi agents and data analysis platform for enterprises to make business decisions.',
21+
imageUrl: './showcase/images/xpertai-light.png',
22+
links: [
23+
{ text: 'Website', url: 'https://xpertai.cn/en/' },
24+
{ text: 'Sources', url: 'https://github.com/xpert-ai/xpert' },
25+
],
26+
},
1627
{
1728
name: 'Multi Agent AI Orchestration (EpicStaff)',
1829
tags: ['AI Automation', 'Multi-Agent Systems', 'Open Source'],

0 commit comments

Comments
 (0)