diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..f7bb0d3 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(npm install)", + "Bash(npm run dev)", + "Bash(npm run build)", + "Bash(npm install echarts)" + ] + } +} diff --git a/.gitignore b/.gitignore index e72b291..c26082b 100644 --- a/.gitignore +++ b/.gitignore @@ -179,6 +179,9 @@ cython_debug/ # # Recommended template: Node.gitignore +# Node modules +node_modules/ + # TODO: where does this rule come from? docs/_book diff --git a/README.md b/README.md index e2a5c2d..bef334d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,52 @@ # X-Agents +Vue 3 + Vite + TypeScript + Tailwind CSS 项目 + +## 技术栈 + +- Vue 3 +- Vite +- TypeScript +- Tailwind CSS +- Pinia (状态管理) +- Vue Router +- ECharts + +## 基础操作 + +### 安装依赖 + +```bash +npm install +``` + +### 开发模式 + +```bash +npm run dev +``` + +启动开发服务器,默认访问 http://localhost:5173 + +### 构建生产版本 + +```bash +npm run build +``` + +### 预览生产版本 + +```bash +npm run preview +``` + +## 项目结构 + +``` +├── src/ # 源代码 +├── web/ # Web 资源 +├── index.html # 入口 HTML +├── vite.config.ts # Vite 配置 +├── tailwind.config.js # Tailwind 配置 +└── tsconfig.json # TypeScript 配置 +``` diff --git a/index.html b/index.html new file mode 100644 index 0000000..395e7c8 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + +
+ + + +| Agent Name | +Framework | +Model | +MCP Servers | +Status | +Created | +Actions | +
|---|---|---|---|---|---|---|
|
+ {{ agent.name }}
+ {{ agent.description }}
+ |
+ + {{ agent.framework }} + | +{{ agent.model }} | ++ {{ agent.mcpServers }} + | +
+
+
+ {{ agent.status }}
+
+ |
+ {{ agent.createdAt }} | +
+
+
+
+
+
+ |
+
No agents found
+Configure your agent workflow
+Stay up to date with our latest feature and improvements
+ +{{ item.desc }}
+Sign in to your account to continue
++ Don't have an account? + Sign up +
+| Skill Name | +Type | +Port | +Status | +Created | +Actions | +
|---|---|---|---|---|---|
|
+ {{ server.name }}
+ {{ server.description }}
+ |
+ + {{ server.type }} + | +{{ server.port }} | +
+
+
+ {{ server.status }}
+
+ |
+ {{ server.createdAt }} | +
+
+
+
+
+
+ |
+
No skills found
+Step 1 of 2 - Basic Info
+点击左侧按钮生成流程图谱
+Neural Network Analysis
+{{ editingFileName }}
+| API Name | +Provider | +Model | +Requests | +Latency | +Status | +Actions | +
|---|---|---|---|---|---|---|
|
+ {{ model.name }}
+ {{ model.description }}
+ |
+
+
+
+ {{ model.provider }}
+
+ |
+ + {{ model.model }} + | +{{ model.requests.toLocaleString() }} | ++ {{ model.latency }} + | +
+
+
+ {{ model.status }}
+
+ |
+
+
+
+
+
+
+ |
+
No model APIs found
+1. Start your project from sketch
+2. Take a frame and start designing
+3. Add few shapes
+4. Split into paths
+5. Split into paths
+6. Split into paths
+Stay up to date with our latest feature and improvements
+ +Added support for PydanticAI framework
+Added support for Google ADK (Agent Development Kit) framework
+Enhanced real-time monitoring with faster data refresh
+