Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gciatto/jakta-sim
https://github.com/gciatto/jakta-sim
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gciatto/jakta-sim
- Owner: gciatto
- License: apache-2.0
- Created: 2024-10-16T09:29:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T21:06:47.000Z (20 days ago)
- Last Synced: 2024-12-16T22:23:24.444Z (20 days ago)
- Language: Kotlin
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
| |
JaKtA (Jason-like Kotlin Agents)
|
|:-:|:-:|JaKtA is a Kotlin internal DSL adding support for the definition of BDI agents in the spirit of the well-known Jason language.
[Alchemist](https://github.com/AlchemistSimulator/Alchemist) is a discrete-events simulator for pervasive, aggregate, and nature-inspired computing.
In this repository,
we implement an incarnation of Alchemist supporting the simulation of JaKtA agents,
with minimal changes to the MAS specification.As a result,
we support simulating JaKtA agents before their real-world deployment,
which remains possible, as JaKtA main goal is to support real-world execution of BDI agents.This repository is actually a fork of the JaKtA main-line repository,
with the addition of the `alchemist-jakta-incarnation` module,
which implements the bridge between JaKtA and Alchemist.Simulations involving JaKtA agents are available in separate repositories.