@1mancompany/onemancompany 0.2.255 → 0.2.261
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
<a href="README_zh.md">中文文档</a> · <a href="https://one-man-company.com">Talent Market</a> · <a href="https://github.com/1mancompany/OneManCompany/issues">Issues</a>
|
|
16
|
+
<a href="README_zh.md">中文文档</a> · <a href="https://1mancompany.github.io/OneManCompany/docs/">Docs</a> · <a href="https://one-man-company.com">Talent Market</a> · <a href="https://github.com/1mancompany/OneManCompany/issues">Issues</a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
> Others use AI to write code. You use AI to run a company.
|
|
@@ -240,7 +240,7 @@ Founding employees (EA, HR, COO, CSO) support three execution modes, switchable
|
|
|
240
240
|
| --- | --- | --- |
|
|
241
241
|
| **Company Hosted Agent** | OMC's built-in agent, calls LLMs via OpenRouter | OpenRouter API Key (configured in setup process) |
|
|
242
242
|
| **Claude Code** | More capable, lower token cost | Install [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) + [Claude Pro/Max subscription](https://claude.ai) |
|
|
243
|
-
| **OpenClaw** | Open-source alternative, multiple LLM backends | Install [OpenClaw CLI](https://github.com/anthropics/openclaw) + compatible LLM API Key |
|
|
243
|
+
| **OpenClaw** *(Coming Soon)* | Open-source alternative, multiple LLM backends | Install [OpenClaw CLI](https://github.com/anthropics/openclaw) + compatible LLM API Key |
|
|
244
244
|
|
|
245
245
|
Defaults to Company Hosted Agent — no extra subscription needed to get started. See [Execution Modes docs](https://1mancompany.github.io/OneManCompany/docs/guide/execution-modes/) for details.
|
|
246
246
|
|