Spaces:
Sleeping
Sleeping
Antigravity Agent commited on
Commit ·
1759c3a
1
Parent(s): 09a3648
fix: Add missing Docker configuration to README
Browse files
README.md
CHANGED
|
@@ -1,32 +1,25 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
- **Dynamic Personas**: Characters with unique "Constitution" files.
|
| 7 |
-
- **Glassmorphism UI**: Modern, responsive interface with adaptive grid layout.
|
| 8 |
-
- **Edge-TTS**: High-quality voice synthesis for each character.
|
| 9 |
-
- **Novel/Lyric Memory**: RAG-based responses integrated from local assets.
|
| 10 |
|
| 11 |
-
##
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
###
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
| 19 |
-
1. Install dependencies: `pip install -r requirements.txt`
|
| 20 |
-
2. Run server: `python server.py`
|
| 21 |
-
3. Access at `http://localhost:7860`
|
| 22 |
-
|
| 23 |
-
## Structure
|
| 24 |
-
- `/Global_Shensist_Skills`: Core logic for brain and voice.
|
| 25 |
-
- `/assets`: Database, images, and memory (novel/lyrics).
|
| 26 |
-
- `server.py`: Flask backend.
|
| 27 |
-
- `index.html`: Web interface.
|
| 28 |
-
|
| 29 |
-
## License
|
| 30 |
-
This project is licensed under the **Attribution-NonCommercial-NoDerivs 4.0 International (CC BY-NC-ND 4.0)**.
|
| 31 |
-
Unauthorised commercial use or modification and redistribution is strictly prohibited.
|
| 32 |
-
© 2026 Shensist Art AI Studio / Jin Wei.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Genesis-Agent
|
| 3 |
+
emoji: 🌌
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
|
| 11 |
+
# 🌌 神思庭 · 全息世界多模态智能体 (Genesis-Agent)
|
| 12 |
|
| 13 |
+
**演员是AI,剧本是活的,观众成为主角。**
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
+
### ⚠️ 版权声明 (Copyright Protection)
|
| 16 |
+
本项目由 **Shensist-Agent 架构师 (@mmmmmmmm1r)** 开发,受 **神思庭艺术智能工作室 (AIS)** 严格版权保护。
|
| 17 |
+
- **禁止商业用途**:未经授权禁止任何形式的商业封装与二次分发。
|
| 18 |
+
- **原创资产**:包含九尾狐、小青、恶霸等山海经众灵的 AI 逻辑与视觉资产。
|
| 19 |
|
| 20 |
+
### 🚀 平台信息
|
| 21 |
+
- **官网**: https://shensist.top/
|
| 22 |
+
- **架构**: AUI (Agentic User Interface) 2026
|
| 23 |
+
- **技术栈**: Docker + Python + Edge-TTS + Shensist_Matrix
|
| 24 |
|
| 25 |
+
© 2026 神思庭艺术智能工作室 (AIS) | WX: Shensi-ST
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|