Skip to content

NathanMaine/self-healing-agentic-workflows

Repository files navigation

Self-Healing Agentic Workflows

Explores agent workflows that can detect failures, attempt recovery, and escalate when automation should stop.

Quickstart

python -m venv .venv
source .venv/bin/activate
python -m shaw.cli run --workflow workflows/example.yaml --out out

Outputs: out/runs/<run_id>.json and out/evidence.jsonl, including a simulated failure + retry recovery event.

About

Runnable proof-of-concept tool (part of agentic suite).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published