Skip to content

Releases: ta2jam/morfeus

Morfeus v0.0.1 — Desired-state foundation

Choose a tag to compare

@ta2jam ta2jam released this 10 Jul 11:49

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/v1 worker 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
morfeus

Security 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.