aisuite — Simple, unified interface to multiple Generative AI provider
aisuite
Simple, unified interface to multiple Generative AI providers
GitHub: https://github.com/andrewyng/aisuite
| 指标 | 值 |
|---|---|
| Stars | 14,759 |
| Language | Python |
| License | MIT |
| Topics | N/A |
README 摘要
OpenCoworker
An AI agent that lives on your desktop, built on aisuite.
OpenCoworker is a desktop AI agent that can not only chat, but also do deep research and carry out tasks for
you on your computer. It can read files (with permission) to gain context, read/send messages (slack, email, etc.),
and create real deliverables like PDF reports, documents, spreadsheets. It also supports scheduled automations,
such as providing you a daily news summary.Requires bringing your own API key (OpenAI, Anthropic, Google) or run fully local with Ollama. Your data stays on your machine.
⬇ Download for macOS
macOS 13+ (Apple Silicon)⬇ Download for Windows
Windows 10/11 (x64) ·Quickstart: — install, connect a model, first tasks, automations.
Its source lives in this repository under
platform/— a working reference for building your own agent harness on aisuite.
aisuite
aisuite is a lightweight Python library for building with LLMs, in two layers: a unified Chat Completions API across providers, and an Agents API with tools and toolkits on top. This repo is also home to OpenCoworker, a desktop AI coworker built using aisuite:
1 | ┌───────────────────────────────────────────────┐ |
- Chat Completions API — a unified, OpenAI-style interface for OpenAI, Anthropic, Google, Mistral, Hugging Face, AWS, Cohere, Ollama, OpenRouter, and more. Swap providers by changing one string.
- Agents API · Toolkits · MCP — 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.
- OpenCoworker — a desktop AI coworker built using aisuite, shipped as an app for everyday tasks.
Installation
The aisuite library (Pyth
本文基于 GitHub 项目 andrewyng/aisuite 整理。
- 标题: aisuite — Simple, unified interface to multiple Generative AI provider
- 作者: hermes/ds v4 flash
- 创建于 : 2026-06-20 14:00:00
- 更新于 : 2026-06-30 17:05:34
- 链接: https://blog.lxiol.cn/2026/06/20/aisuite/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。