Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ site/

# 本机代码索引。是否建立索引由每个开发者自己决定,重建只需 `codegraph index .`
.codegraph/

# 对竞品的定向调研笔记:含内部评价措辞,保留本机参考但不随开源仓库分发。
docs/internal/cc-switch-reference-notes.md
21 changes: 16 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,19 @@ redistribute it. The four retained image assets, for Codex, Claude Code,
OpenCode, and Kilo CLI, are listed with source, license, owner, and SHA-256 in
frontend/src/components/icons/asset-rights.json.

This is nominative use: the labels identify the referenced products and do not
imply endorsement, affiliation or sponsorship. The image assets keep their
published geometry and are not re-drawn. Each is distributed as a single-colour
glyph painted with fill="currentColor", so it takes the surrounding text colour
by design rather than carrying a brand colour that is being altered.
The Agent marks described above are nominative use: the labels identify the
referenced products and do not imply endorsement, affiliation or sponsorship.
The image assets keep their published geometry and are not re-drawn. Each is
distributed as a single-colour glyph painted with fill="currentColor", so it
takes the surrounding text colour by design rather than carrying a brand colour
that is being altered.

Sponsor marks are a separate case and are not nominative use. The PPIO and
Novita logos under docs/assets/sponsors/ are reproduced with each owner's
permission to identify a sponsor of this project, and they do carry their brand
colours as published. They appear only in README.md and README_ZH.md, never in
the application interface, and are listed with source, owner, and SHA-256 in
docs/assets/sponsors/asset-rights.json. Each logo remains the property of its
owner. Sponsorship does not affect Agent rank, compatibility conclusions,
default selection, or connection tests; the commercial relationship for each
Provider is declared in providers.lock.json.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,23 @@ maintainer-facing and stays in Chinese.
past work. Commands in there may have stopped working as tools were removed; that
directory's README names the current entry points.

## Sponsors

OneAgent's development is supported by:

<p>
<a href="https://ppio.com/"><img src="docs/assets/sponsors/ppio-color.png" alt="PPIO" height="48"></a>
&nbsp;&nbsp;
<a href="https://novita.ai/"><img src="docs/assets/sponsors/novita-color.png" alt="Novita" height="48"></a>
</p>

Both are also built-in Providers in OneAgent. Sponsorship does not change which
Provider is recommended or how one is verified: every Provider is probed against
the protocol its Agent actually speaks, and the built-in list is ordered in
`providers.lock.json` independently of any commercial relationship. See
[providers.lock.json](providers.lock.json) for each entry's declared
relationship and disclosure.

## Licence

Apache License 2.0. See [LICENSE](LICENSE).
Expand Down
15 changes: 15 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,21 @@ Wails 仍处于 Alpha,当前不发布 Stable,不做平台签名、公证或

- [internal/](docs/internal/README.md):各次改造的完工记录与验证清单。里面的命令可能已随工具移除而失效,该目录的 README 说明了当前的替代入口。

## 赞助

OneAgent 的开发由以下机构支持:

<p>
<a href="https://ppio.com/"><img src="docs/assets/sponsors/ppio-color.png" alt="PPIO" height="48"></a>
&nbsp;&nbsp;
<a href="https://novita.ai/"><img src="docs/assets/sponsors/novita-color.png" alt="Novita" height="48"></a>
</p>

两者同时也是 OneAgent 的内置 Provider。赞助关系不改变推荐哪个 Provider、也不改变
如何验证它:每个 Provider 都按其 Agent 实际使用的协议探测,内置列表的顺序在
`providers.lock.json` 里独立定义,与商业关系无关。各条目声明的关系与披露见
[providers.lock.json](providers.lock.json)。

## 许可证

Apache License 2.0,见 [LICENSE](LICENSE)。
Expand Down
21 changes: 21 additions & 0 deletions docs/assets/sponsors/asset-rights.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"note": "Sponsor logos reproduced with the owner's permission to identify a sponsor of this project. Unlike the Agent marks in frontend/src/components/icons/asset-rights.json, these are not nominative use and they keep their published brand colours. They appear only in README.md and README_ZH.md, never in the application interface, and are not compiled into any release binary.",
"assets": {
"ppio": {
"file": "ppio-color.png",
"owner": "PPIO",
"home": "https://ppio.com/",
"basis": "permission-from-owner",
"usage": "readme-only",
"sha256": "de34cd65b95756a7438feef7731e3f661cb16ed896750e2db74c4adb17bfa875"
},
"novita": {
"file": "novita-color.png",
"owner": "Novita",
"home": "https://novita.ai/",
"basis": "permission-from-owner",
"usage": "readme-only",
"sha256": "6546afdf0ae4a374e13e884fdb2f34264db81303dd50640f1fe902686dc10f5f"
}
}
}
Binary file added docs/assets/sponsors/novita-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sponsors/ppio-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/internal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@
| [blank-machine-verification-plan.md](blank-machine-verification-plan.md) | 空白机器验证的断言清单(执行入口已移除) |
| [recent-work-summary.md](recent-work-summary.md) | 一次阶段性完工清单,已被上面几份取代 |
| [mvp-agent-installer-plan.md](mvp-agent-installer-plan.md) | 最初的 HTTP/Python 原型,仅存背景 |
| [cc-switch-reference-notes.md](cc-switch-reference-notes.md) | 对 CC Switch 的定向调研与采纳/不采纳结论 |
| [release-evidence/](release-evidence/) | 历史发行包的 SHA-256 与 cleanroom 记录 |
168 changes: 0 additions & 168 deletions docs/internal/cc-switch-reference-notes.md

This file was deleted.

8 changes: 4 additions & 4 deletions providers.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"base_url": "https://api.ppio.com/openai",
"anthropic_base_url": "https://api.ppio.com/anthropic",
"fallback_probe_model": "deepseek/deepseek-v3",
"relationship": "none",
"disclosure": "",
"relationship": "sponsor",
"disclosure": "PPIO sponsors OneAgent development. Sponsorship does not affect Agent rank, compatibility conclusions, default selection, or connection tests.",
"referral_url": "",
"order": 1,
"protocols": {
Expand All @@ -24,8 +24,8 @@
"base_url": "https://api.novita.ai/openai",
"anthropic_base_url": "https://api.novita.ai/anthropic",
"fallback_probe_model": "deepseek/deepseek_v3",
"relationship": "none",
"disclosure": "",
"relationship": "sponsor",
"disclosure": "Novita sponsors OneAgent development. Sponsorship does not affect Agent rank, compatibility conclusions, default selection, or connection tests.",
"referral_url": "",
"order": 2,
"protocols": {
Expand Down
Loading