omnilimb-face 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. omnilimb_face-0.1.0/COMMERCIAL-LICENSE.md +76 -0
  2. omnilimb_face-0.1.0/LICENSE +662 -0
  3. omnilimb_face-0.1.0/MANIFEST.in +34 -0
  4. omnilimb_face-0.1.0/NOTICE.md +131 -0
  5. omnilimb_face-0.1.0/PKG-INFO +248 -0
  6. omnilimb_face-0.1.0/README.md +205 -0
  7. omnilimb_face-0.1.0/THIRD_PARTY_NOTICES.md +68 -0
  8. omnilimb_face-0.1.0/models/model_dict.json +17 -0
  9. omnilimb_face-0.1.0/omnilimb_face/__init__.py +8 -0
  10. omnilimb_face-0.1.0/omnilimb_face/chunker.py +139 -0
  11. omnilimb_face-0.1.0/omnilimb_face/config.py +520 -0
  12. omnilimb_face-0.1.0/omnilimb_face/expression.py +264 -0
  13. omnilimb_face-0.1.0/omnilimb_face/frontend/README.md +209 -0
  14. omnilimb_face-0.1.0/omnilimb_face/frontend/app.js +1444 -0
  15. omnilimb_face-0.1.0/omnilimb_face/frontend/avatar.js +549 -0
  16. omnilimb_face-0.1.0/omnilimb_face/frontend/index.html +251 -0
  17. omnilimb_face-0.1.0/omnilimb_face/frontend/live3d-renderer.js +837 -0
  18. omnilimb_face-0.1.0/omnilimb_face/frontend/orb-renderer.js +477 -0
  19. omnilimb_face-0.1.0/omnilimb_face/frontend/protocol.js +269 -0
  20. omnilimb_face-0.1.0/omnilimb_face/frontend/renderer-manager.js +733 -0
  21. omnilimb_face-0.1.0/omnilimb_face/frontend/status-panel.js +404 -0
  22. omnilimb_face-0.1.0/omnilimb_face/frontend/styles.css +959 -0
  23. omnilimb_face-0.1.0/omnilimb_face/frontend_server.py +380 -0
  24. omnilimb_face-0.1.0/omnilimb_face/interruption.py +583 -0
  25. omnilimb_face-0.1.0/omnilimb_face/live2d.py +435 -0
  26. omnilimb_face-0.1.0/omnilimb_face/llm_bridge.py +578 -0
  27. omnilimb_face-0.1.0/omnilimb_face/plugin.py +218 -0
  28. omnilimb_face-0.1.0/omnilimb_face/protocol/__init__.py +7 -0
  29. omnilimb_face-0.1.0/omnilimb_face/protocol/events.py +251 -0
  30. omnilimb_face-0.1.0/omnilimb_face/protocol/gateway.py +891 -0
  31. omnilimb_face-0.1.0/omnilimb_face/protocol/router.py +170 -0
  32. omnilimb_face-0.1.0/omnilimb_face/runtime.py +1910 -0
  33. omnilimb_face-0.1.0/omnilimb_face/stt.py +365 -0
  34. omnilimb_face-0.1.0/omnilimb_face/tts.py +973 -0
  35. omnilimb_face-0.1.0/omnilimb_face/voice/__init__.py +8 -0
  36. omnilimb_face-0.1.0/omnilimb_face/voice/capture.py +844 -0
  37. omnilimb_face-0.1.0/omnilimb_face/voice/vad.py +279 -0
  38. omnilimb_face-0.1.0/omnilimb_face/voice/wake_word.py +303 -0
  39. omnilimb_face-0.1.0/omnilimb_face.egg-info/PKG-INFO +248 -0
  40. omnilimb_face-0.1.0/omnilimb_face.egg-info/SOURCES.txt +48 -0
  41. omnilimb_face-0.1.0/omnilimb_face.egg-info/dependency_links.txt +1 -0
  42. omnilimb_face-0.1.0/omnilimb_face.egg-info/entry_points.txt +2 -0
  43. omnilimb_face-0.1.0/omnilimb_face.egg-info/requires.txt +29 -0
  44. omnilimb_face-0.1.0/omnilimb_face.egg-info/top_level.txt +1 -0
  45. omnilimb_face-0.1.0/plugin.yaml +33 -0
  46. omnilimb_face-0.1.0/pyproject.toml +140 -0
  47. omnilimb_face-0.1.0/setup.cfg +4 -0
  48. omnilimb_face-0.1.0/tests/test_integration.py +1194 -0
  49. omnilimb_face-0.1.0/tests/test_properties.py +2327 -0
  50. omnilimb_face-0.1.0/tests/test_units.py +3159 -0
@@ -0,0 +1,76 @@
1
+ # Commercial License
2
+
3
+ `omnilimb-face` is dual-licensed.
4
+
5
+ ## 1. Open-source license (default)
6
+
7
+ By default the project is distributed under the **GNU Affero General Public
8
+ License v3.0 or later (AGPL-3.0-or-later)** — see [`LICENSE`](LICENSE). Under the
9
+ AGPL you may use, modify and distribute the software (including commercially),
10
+ **provided that** you release the complete corresponding source code of any
11
+ distributed or network-deployed version under the same AGPL terms.
12
+
13
+ ## 2. Commercial license (optional, paid)
14
+
15
+ If the AGPL's copyleft / source-disclosure obligations do not fit your use case —
16
+ for example you want to:
17
+
18
+ - embed omnilimb-face in a **closed-source or proprietary product**;
19
+ - offer it as part of a **commercial / SaaS** service **without** publishing your
20
+ modified source;
21
+ - redistribute it under terms other than the AGPL;
22
+
23
+ then you can obtain a **separate commercial license** from the copyright holder.
24
+ The commercial license removes the AGPL copyleft obligations under mutually
25
+ agreed terms.
26
+
27
+ **Contact:** seanyang1983 — **yase19636404@163.com**
28
+
29
+ Please include a short description of your intended use, your company/entity, and
30
+ the distribution model.
31
+
32
+ ## Notes
33
+
34
+ - The copyright holder (seanyang1983) retains full ownership and may license the
35
+ software under both the AGPL and commercial terms.
36
+ - Third-party components referenced at runtime (Live2D Cubism sample data, CDN
37
+ front-end libraries, optional dependencies such as `edge-tts` / openWakeWord)
38
+ keep **their own** licenses regardless of which license you choose here — see
39
+ [`NOTICE.md`](NOTICE.md) and [`THIRD_PARTY_NOTICES.md`](THIRD_PARTY_NOTICES.md).
40
+ - This document is an offer to negotiate a commercial license and is not itself a
41
+ license grant or legal advice.
42
+
43
+ ---
44
+
45
+ # 商业授权
46
+
47
+ `omnilimb-face` 采用**双授权**。
48
+
49
+ ## 1. 开源授权(默认)
50
+
51
+ 项目默认以 **GNU Affero 通用公共许可证 v3.0 或更新版本(AGPL-3.0-or-later)**分发
52
+ (见 [`LICENSE`](LICENSE))。在 AGPL 下你可以使用、修改、分发本软件(含商业用途),
53
+ **前提是**:任何分发或以网络服务形式部署的版本,都必须同样以 AGPL 公开其完整对应
54
+ 源码。
55
+
56
+ ## 2. 商业授权(可选、付费)
57
+
58
+ 如果 AGPL 的传染性 / 源码公开义务不适合你 —— 例如你想:
59
+
60
+ - 把 omnilimb-face 嵌入**闭源或专有产品**;
61
+ - 作为**商业 / SaaS** 服务的一部分对外提供,但**不想**公开你修改后的源码;
62
+ - 以 AGPL 以外的条款再分发;
63
+
64
+ 则可向版权所有者购买**单独的商业授权**,在双方约定的条款下免除 AGPL 的传染性义务。
65
+
66
+ **联系方式:** seanyang1983 —— **yase19636404@163.com**
67
+
68
+ 请简要说明:预期用途、公司/主体、分发方式。
69
+
70
+ ## 说明
71
+
72
+ - 版权所有者(seanyang1983)保留完整著作权,可同时以 AGPL 与商业条款授权本软件。
73
+ - 运行时引用的第三方组件(Live2D Cubism 示例数据、CDN 前端库、`edge-tts` /
74
+ openWakeWord 等可选依赖)无论你选择哪种授权,都**各自保留其自身许可**——见
75
+ [`NOTICE.md`](NOTICE.md) 与 [`THIRD_PARTY_NOTICES.md`](THIRD_PARTY_NOTICES.md)。
76
+ - 本文件是商业授权的洽商要约,本身不构成授权许可,也不构成法律意见。