Add star history chart to README and update .gitignore

This commit is contained in:
JackChen 2026-04-01 12:12:28 +08:00
parent a6244cfe64
commit 6cbc5582fe
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ node_modules/
dist/ dist/
*.tgz *.tgz
.DS_Store .DS_Store
reddit-promotion.md promo-*.md

View File

@ -271,6 +271,10 @@ The architecture draws from common multi-agent orchestration patterns seen in mo
| Team / sub-agent | `Team` + `MessageBus` | Inter-agent communication and shared state | | Team / sub-agent | `Team` + `MessageBus` | Inter-agent communication and shared state |
| Task scheduling | `TaskQueue` | Topological task scheduling with dependency resolution | | Task scheduling | `TaskQueue` | Topological task scheduling with dependency resolution |
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=JackChen-me/open-multi-agent&type=Date)](https://star-history.com/#JackChen-me/open-multi-agent&Date)
## License ## License
MIT MIT