Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arxdsilva/krabby
Platform to develop MAS BDI agents in golang.
https://github.com/arxdsilva/krabby
Last synced: 5 days ago
JSON representation
Platform to develop MAS BDI agents in golang.
- Host: GitHub
- URL: https://github.com/arxdsilva/krabby
- Owner: arxdsilva
- License: mit
- Created: 2016-10-05T13:06:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T17:03:09.000Z (about 8 years ago)
- Last Synced: 2023-03-12T01:21:02.733Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krabby
Platform to develop agents using Belief-Desire-Intention(BDI) model with Multi Agent Systems (MAS) in Golang.### Why Go?
Go provides tools of [syncronization](https://blog.golang.org/pipelines) & [concurrency](https://talks.golang.org/2012/concurrency.slide#1) natively that match with MAS's needs.