Releases: ta2jam/morfeus
Releases · ta2jam/morfeus
Release list
Morfeus v0.0.1 — Desired-state foundation
Morfeus v0.0.1 is the first public proof of concept for treating autonomous workers as desired-state workloads instead of prompt chains or fixed multi-agent graphs.
Included
- Declarative TOML workload specifications.
- Framework-neutral
json-stdio/v1worker protocol. - SQLite-backed task, attempt, lease, and event lifecycle.
- Deterministic acceptance checks that decide terminal success.
- Dependency-free, network-free user installer with atomic upgrades and managed uninstall.
- Security, green-software, and production roadmap.
- Contributor templates, private vulnerability reporting, and Python 3.11–3.14 CI.
Install
git clone https://github.com/ta2jam/morfeus.git
cd morfeus
./install.sh
morfeusSecurity boundary
This release is experimental and supports trusted local workers only. It does not yet provide a worker sandbox, capability enforcement, secret isolation, or a general exactly-once effect guarantee. Do not use it for untrusted workloads or high-impact production changes.
See SECURITY.md and docs/ROADMAP.md before adopting it.