chore: swap install-size badge for runtime deps count (#129)
Install size (14MB) muddles the "lightweight" story even though it's a
typical size for projects with LLM SDK deps. Runtime dep count (3) is
the actual architectural commitment being promised.
Static badge is acceptable here because the number is a deliberate
design constraint documented in DECISIONS.md, not a naturally-drifting
metric. If it ever changes, the README body text ("3 runtime
dependencies") has to change too.
This commit is contained in:
parent
db4fa79894
commit
6c31e3dd95
|
|
@ -8,7 +8,7 @@ CrewAI is Python. LangGraph makes you draw the graph by hand. `open-multi-agent`
|
|||
[](https://github.com/JackChen-me/open-multi-agent/stargazers)
|
||||
[](./LICENSE)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://packagephobia.com/result?p=@jackchen_me/open-multi-agent)
|
||||
[](https://github.com/JackChen-me/open-multi-agent/blob/main/package.json)
|
||||
[](https://codecov.io/gh/JackChen-me/open-multi-agent)
|
||||
|
||||
**English** | [中文](./README_zh.md)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ CrewAI 是 Python。LangGraph 要你自己画图。`open-multi-agent` 是你现
|
|||
[](https://github.com/JackChen-me/open-multi-agent/stargazers)
|
||||
[](./LICENSE)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://packagephobia.com/result?p=@jackchen_me/open-multi-agent)
|
||||
[](https://github.com/JackChen-me/open-multi-agent/blob/main/package.json)
|
||||
[](https://codecov.io/gh/JackChen-me/open-multi-agent)
|
||||
|
||||
[English](./README.md) | **中文**
|
||||
|
|
|
|||
Loading…
Reference in New Issue