✨ feat(promptx): add promptx app version 1.27.7
- add new app version 1.27.7 with configuration files - define form fields with i18n support - create docker-compose service with health check and network config - add comprehensive readme files in chinese and english - provide app metadata with multi-language descriptions and tags - include logo image for the application
This commit is contained in:
parent
a9764521b2
commit
1b052d9860
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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 许可证,完全开源
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
Loading…
Reference in New Issue