Skip to content

Commit cc84a05

Browse files
authored
Update README.md
1 parent 68dfb3b commit cc84a05

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
> and create real deliverables like PDF reports, documents, spreadsheets. It also supports scheduled automations,
88
> such as providing you a daily news summary.
99
>
10-
> Requires bringing your own API key (OpenAI, Anthropic, Google) or run fully local with Ollama.
10+
> Requires bringing your own API key (OpenAI, Anthropic, Google) or run fully local with Ollama. Your data stays on your machine.
1111
>
1212
> [**⬇ Download for macOS**](https://github.com/andrewyng/aisuite/releases/latest/download/OpenCoworker-macos-arm64.dmg)
13-
>     
13+
> <sub>&nbsp;&nbsp;macOS 13+ (Apple Silicon)</sub> &nbsp;&nbsp;
14+
>
1415
> [**⬇ Download for Windows**](https://github.com/andrewyng/aisuite/releases/latest/download/OpenCoworker-windows-setup.exe)
16+
> <sub>&nbsp;&nbsp;Windows 10/11 (x64) &nbsp;·&nbsp; </sub>
1517
>
16-
> <sub>macOS 13+ (Apple Silicon) &nbsp;·&nbsp; Windows 10/11 (x64) &nbsp;·&nbsp; your keys and your data stay on your machine</sub>
18+
> [**Quickstart:**](docs/opencoworker-quickstart.md) — install, connect a model, first tasks, automations.
19+
>
20+
> Its source lives in this repository under `platform/` — a working reference for building your own agent harness on aisuite.
1721
1822
<br>
1923

@@ -38,7 +42,7 @@
3842

3943
* **[Chat Completions API](#chat-completions)** — a unified, OpenAI-style interface for *OpenAI, Anthropic, Google, Mistral, Hugging Face, AWS, Cohere, Ollama, OpenRouter*, and more. Swap providers by changing one string.
4044
* **[Agents API · Toolkits · MCP](#agents)** — give models real Python functions as tools, run multi-turn loops, attach ready-made toolkits (files, git, shell) or any MCP server, and govern it all with tool policies.
41-
* **[OpenCoworker](#opencoworker)** — a desktop AI coworker built using aisuite, shipped as an app for everyday tasks.
45+
* **[OpenCoworker](docs/opencoworker-quickstart.md)** — a desktop AI coworker built using aisuite, shipped as an app for everyday tasks.
4246

4347
---
4448

@@ -181,19 +185,6 @@ For reusable connections, security filters, and tool prefixing, use the explicit
181185

182186
---
183187

184-
<a id="opencoworker"></a>
185-
## OpenCoworker — an AI coworker on your desktop
186-
187-
[OpenCoworker](https://www.opencoworker.app) is a desktop AI coworker built using aisuite. Point it at a folder, give it a task, and it researches, analyzes, and produces real files on your machine, with approvals before risky actions and your API keys stored locally.
188-
189-
[**⬇ Download for macOS**](https://github.com/andrewyng/aisuite/releases/latest/download/OpenCoworker-macos-arm64.dmg) (Apple Silicon) &nbsp;·&nbsp; [**⬇ Download for Windows**](https://github.com/andrewyng/aisuite/releases/latest/download/OpenCoworker-windows-setup.exe) (10/11 x64)
190-
191-
Its source lives in this repository under `platform/` — a working reference for building your own agent harness on aisuite.
192-
193-
**→ Quickstart:** [docs/opencoworker-quickstart.md](docs/opencoworker-quickstart.md) — install, connect a model, first tasks, automations.
194-
195-
---
196-
197188
## Extending aisuite: Adding a Provider
198189

199190
New providers can be added by implementing a lightweight adapter. The system uses a naming convention for discovery:

0 commit comments

Comments
 (0)