ForcePilot/backend/package/yuxi/config/static/info.template.yaml

62 lines
2.1 KiB
YAML
Raw Normal View History

# 单位信息配置文件
# 用于配置网站的基本信息、品牌信息等
# 组织信息
organization:
name: "江南语析" # 完整组织名称
logo: "/favicon.svg" # Logo文件路径放在 web/public 目录下)
avatar: "/avatar.jpg" # 头像文件路径(放在 web/public 目录下)
login_bg: "/login-bg.jpg" # 登录背景图片路径(放在 web/public 目录下)
# 项目信息
branding:
name: "Yuxi"
title: "让智能体可构建、可编排、可落地" # 系统标题
subtitle: "开源智能体平台套件,融合 RAG 与知识图谱" # 副标题subtitles 为空时使用)
subtitles:
- "开源智能体平台套件,融合 RAG 与知识图谱"
- "统一编排 Agent、知识库、图谱与工具链"
- "让智能体可构建,让知识可连接,让决策可验证"
- "让智能体可落地,让流程可编排,让协作可扩展"
- "让数据可沉淀,让能力可复用,让系统可进化"
features:
- label: "GitHub Stars"
2026-04-01 17:22:39 +08:00
value: "4800+"
description: "开发者社区的认可与支持"
icon: "stars"
- label: "已解决 Issues"
2026-01-24 12:06:49 +08:00
value: "300+"
description: "持续改进和问题解决能力"
icon: "issues"
- label: "累计 Commits"
2026-04-01 17:22:39 +08:00
value: "1600+"
description: "活跃的开发迭代和功能更新"
icon: "commits"
- label: "开源协议"
value: "MIT License"
description: "完全免费,支持商业使用"
icon: "license"
actions:
- name: "演示视频"
icon: "video"
url: "https://www.bilibili.com/video/BV1DF14BTETq"
- name: "文档中心"
icon: "docs"
url: "https://xerrors.github.io/Yuxi/"
- name: "提交 Issue"
icon: "issue"
url: "https://github.com/xerrors/Yuxi/issues/new/choose"
- name: "开发路线图"
icon: "roadmap"
2026-04-01 17:22:39 +08:00
url: "https://xerrors.github.io/Yuxi/develop-guides/roadmap.html"
# 页脚信息
footer:
copyright: "© 江南语析 2026 v{{YUXI_VERSION}}"
user_agreement_url: "/protocols/user-agreement.template.html"
privacy_policy_url: "/protocols/privacy-policy.template.html"