An all knowing, all controlling, robotic and otherwise, process manager.
Antikythera is an distributed system for orchestration of fabrication processes in the context of architecture and construction.
Stable releases can be installed from PyPI.
pip install antikytheraTo install the latest version for development, do:
git clone https://github.com/gramaziokohler/antikythera.git
cd antikythera
pip install -e ".[dev]"For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: antikythera docs
git clone https://github.com/gramaziokohler/antikythera.git
cd antikythera
docker compose build # build the image (only needed once, or after code changes)
docker compose up -d # start all servicesThis builds the antikythera:latest image and starts all services (Redis, MQTT broker, orchestrator, agents, frontend). To restart without rebuilding, just run docker compose up -d again.
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.
