Switch install method to GitHub, remove npm badges
This commit is contained in:
parent
3b24b99056
commit
0c02327a56
|
|
@ -2,10 +2,8 @@
|
||||||
|
|
||||||
Build AI agent teams that work together. One agent plans, another implements, a third reviews — the framework handles task scheduling, dependencies, and communication automatically.
|
Build AI agent teams that work together. One agent plans, another implements, a third reviews — the framework handles task scheduling, dependencies, and communication automatically.
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/open-multi-agent)
|
|
||||||
[](https://www.npmjs.com/package/open-multi-agent)
|
|
||||||
[](https://github.com/JackChen-me/open-multi-agent/stargazers)
|
[](https://github.com/JackChen-me/open-multi-agent/stargazers)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](https://www.typescriptlang.org/)
|
[](https://www.typescriptlang.org/)
|
||||||
|
|
||||||
## Why Open Multi-Agent?
|
## Why Open Multi-Agent?
|
||||||
|
|
@ -18,7 +16,7 @@ Build AI agent teams that work together. One agent plans, another implements, a
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install open-multi-agent
|
npm install github:JackChen-me/open-multi-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
Set `ANTHROPIC_API_KEY` (and optionally `OPENAI_API_KEY`) in your environment.
|
Set `ANTHROPIC_API_KEY` (and optionally `OPENAI_API_KEY`) in your environment.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue