diff --git a/apps/promptx/1.27.7/data.yml b/apps/promptx/1.27.7/data.yml new file mode 100644 index 000000000..ecd84c3f3 --- /dev/null +++ b/apps/promptx/1.27.7/data.yml @@ -0,0 +1,13 @@ +additionalProperties: + formFields: + - default: 8080 + envKey: PANEL_APP_PORT_HTTP + labelZh: 端口 + labelEn: Port + label: + zh: 端口 + en: Port + required: true + type: number + edit: true + rule: paramPort diff --git a/apps/promptx/1.27.7/docker-compose.yml b/apps/promptx/1.27.7/docker-compose.yml new file mode 100644 index 000000000..52037e27b --- /dev/null +++ b/apps/promptx/1.27.7/docker-compose.yml @@ -0,0 +1,26 @@ +services: + promptx: + image: deepracticexs/promptx:1.27.7 + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + volumes: + - ./data:/root/.promptx + ports: + - ${PANEL_APP_PORT_HTTP}:5203 + healthcheck: + test: + - CMD + - curl + - -f + - http://localhost:5203/health + interval: 30s + timeout: 5s + retries: 5 + start_period: 30s + labels: + createdBy: Apps +networks: + 1panel-network: + external: true diff --git a/apps/promptx/README.md b/apps/promptx/README.md new file mode 100644 index 000000000..9423ac229 --- /dev/null +++ b/apps/promptx/README.md @@ -0,0 +1,20 @@ +## 产品介绍 + +领先的 AI 智能体上下文平台,基于MCP协议,一行命令为Claude、Cursor等AI应用注入专业能力 + +## 主要功能 + +- **AI 角色创建平台**:通过自然语言创建专业的 AI 角色,一句描述即可生成专家级智能体 +- **智能工具开发平台**:3 分钟内将任何 API 集成到 AI 中,支持 Slack、PostgreSQL、OpenAI 等多种平台 +- **认知记忆系统**:长期记忆能力,让 AI 在对话中保持上下文和专家状态 +- **自然对话交互**:无需学习复杂指令,像与真人专家一样自然交流 +- **Nuwa 角色设计师**:一句话创建专业 AI 角色 +- **Luban 工具集成大师**:快速集成各种 API 和平台 +- **Writer 专业内容创作者**:生成真实、有吸引力的内容 +- **内置办公工具**:Excel、Word、PDF 文档处理工具 +- **Chat is All You Need**:革命性的交互设计,自然对话即可获得专业能力 +- **MCP 协议支持**:基于 Model Context Protocol,轻松集成到 Claude、Cursor 等 AI 应用 +- **多平台支持**:提供 macOS、Windows、Linux 客户端,支持 Docker 部署 +- **零配置启动**:一键启动,无需技术背景 +- **可视化界面**:直观的管理界面,自动更新 +- **开源免费**:MIT 许可证,完全开源 \ No newline at end of file diff --git a/apps/promptx/README_en.md b/apps/promptx/README_en.md new file mode 100644 index 000000000..e22407a7e --- /dev/null +++ b/apps/promptx/README_en.md @@ -0,0 +1,20 @@ +## Introduction + +Leading AI agent context platform, based on MCP protocol, injecting professional capabilities into Claude, Cursor, and other AI applications with a single command + +## Features + +- **AI Role Creation Platform**: Create professional AI roles through natural language; a single description can generate expert-level agents. +- **Intelligent Tool Development Platform**: Integrate any API into AI within 3 minutes, supporting platforms like Slack, PostgreSQL, OpenAI, and more. +- **Cognitive Memory System**: Long-term memory capability, enabling AI to maintain context and expert status in conversations. +- **Natural Conversation Interaction**: No need to learn complex commands; communicate naturally as if with a real human expert +- **Nuwa Character Designer**: Create professional AI characters with one sentence +- **Luban Tool Integration Master**: Quickly integrate various APIs and platforms +- **Writer Professional Content Creator**: Generate authentic and engaging content +- **Built-in Office Tools**: Excel, Word, PDF document processing tools +- **Chat is All You Need**: A revolutionary interaction design where natural conversation yields professional capabilities +- **MCP Protocol Support**: Based on the Model Context Protocol, easily integrates with AI applications like Claude and Cursor +- **Multi-platform Support**: Offers clients for macOS, Windows, and Linux, with Docker deployment support +- **Zero-Configuration Launch**: One-click startup, requiring no technical background +- **Visual Interface**: Intuitive management interface with automatic updates +- **Open-source and Free**: MIT license, fully open-source \ No newline at end of file diff --git a/apps/promptx/data.yml b/apps/promptx/data.yml new file mode 100644 index 000000000..c04ddb752 --- /dev/null +++ b/apps/promptx/data.yml @@ -0,0 +1,30 @@ +name: PromptX +tags: + - AI +title: 领先的 AI 智能体上下文平台 +description: 领先的 AI 智能体上下文平台 +additionalProperties: + key: promptx + name: PromptX + tags: + - AI + shortDescZh: 领先的 AI 智能体上下文平台 + shortDescEn: Leading AI Agent Context Platform + description: + en: Leading AI Agent Context Platform + zh: 领先的 AI 智能体上下文平台 + zh-Hant: 領先的 AI 智能體上下文平台 + ja: 最先端のAIエージェントコンテキストプラットフォーム + ms: Platform Konteks Ejen AI Terkemuka + pt-br: Plataforma de Contexto de Agentes de IA Líder + ru: Ведущая платформа контекста ИИ-агентов + ko: 선도적인 AI 에이전트 컨텍스트 플랫폼 + type: website + crossVersionUpdate: true + limit: 0 + website: https://promptx.deepractice.ai + github: https://github.com/Deepractice/PromptX + document: https://promptx.deepractice.ai/docs + architectures: + - amd64 + - arm64 diff --git a/apps/promptx/logo.png b/apps/promptx/logo.png new file mode 100644 index 000000000..3559ee8d4 Binary files /dev/null and b/apps/promptx/logo.png differ