Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.