|
7 | 7 | > and create real deliverables like PDF reports, documents, spreadsheets. It also supports scheduled automations, |
8 | 8 | > such as providing you a daily news summary. |
9 | 9 | > |
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. |
11 | 11 | > |
12 | 12 | > [**⬇ Download for macOS**](https://github.com/andrewyng/aisuite/releases/latest/download/OpenCoworker-macos-arm64.dmg) |
13 | | -> • |
| 13 | +> <sub> macOS 13+ (Apple Silicon)</sub> |
| 14 | +> |
14 | 15 | > [**⬇ Download for Windows**](https://github.com/andrewyng/aisuite/releases/latest/download/OpenCoworker-windows-setup.exe) |
| 16 | +> <sub> Windows 10/11 (x64) · </sub> |
15 | 17 | > |
16 | | -> <sub>macOS 13+ (Apple Silicon) · Windows 10/11 (x64) · 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. |
17 | 21 |
|
18 | 22 | <br> |
19 | 23 |
|
|
38 | 42 |
|
39 | 43 | * **[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. |
40 | 44 | * **[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. |
42 | 46 |
|
43 | 47 | --- |
44 | 48 |
|
@@ -181,19 +185,6 @@ For reusable connections, security filters, and tool prefixing, use the explicit |
181 | 185 |
|
182 | 186 | --- |
183 | 187 |
|
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) · [**⬇ 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 | | - |
197 | 188 | ## Extending aisuite: Adding a Provider |
198 | 189 |
|
199 | 190 | New providers can be added by implementing a lightweight adapter. The system uses a naming convention for discovery: |
|
0 commit comments