Add star history chart to README and update .gitignore
This commit is contained in:
parent
a6244cfe64
commit
6cbc5582fe
|
|
@ -2,4 +2,4 @@ node_modules/
|
||||||
dist/
|
dist/
|
||||||
*.tgz
|
*.tgz
|
||||||
.DS_Store
|
.DS_Store
|
||||||
reddit-promotion.md
|
promo-*.md
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
[](https://star-history.com/#JackChen-me/open-multi-agent&Date)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue