1
0
Fork 0
1Panel-Appstore/apps/kirara
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md Marge sephiroth233/appstore into localApps 2025-07-01 09:08:18 +00:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png Marge sephiroth233/appstore into localApps 2025-07-01 09:08:18 +00:00

README.md

Kirara AI Chatbot Framework

GitHub stars

概述

Kirara 是一个基于插件生态和工作流系统的 AI 聊天机器人框架,支持多种 AI 模型和即时通讯平台。

主要特性

  • 支持多种 AI 模型DeepSeek、Claude、Grok、OpenAI、Gemini、ChatGLM、Ollama
  • 人设调教与虚拟女仆功能
  • 语音对话支持
  • 多平台支持QQ、Telegram、Discord、微信等
  • 插件系统扩展
  • 工作流自定义

部署

使用 Docker Compose 部署(推荐)

version: "3.8"
services:
  kirara-agent:
    image: lss233/kirara-agent-framework:latest
    container_name: kirara-agent
    restart: always
    volumes:
      - ./data:/app/data
    ports:
      - "${PANEL_APP_PORT_HTTP}:8080"

启动命令:

docker-compose up -d

直接使用 Docker 镜像

docker run -d \
  --name kirara-agent \
  --restart always \
  -v $(pwd)/data:/app/data \
  -p 8080:8080 \
  lss233/kirara-agent-framework:latest

配置

环境变量配置:

变量名 描述 默认值
PANEL_APP_PORT_HTTP HTTP 服务端口 8080
DATA_PATH 数据存储路径 /app/data

界面截图

(截图待添加)

交流与支持

相关项目

Star History

Star History Chart