v0.8.0
Highlights
- GitHub Action — run an agent for exactly one turn in CI:
uses: loopedautomation/agent-framework@v0.8.0pipes a prompt in and hands the reply back as a step output. See GitHub Actions. - One-shot
af run— piped stdin now drives the plain repl, soecho "prompt" | af runanswers once and exits. This is the release that makes the action work against the default image. - The release process is now documented in RELEASING.md.
What's Changed
- GitHub Action: run an agent one-shot in CI by @RatulMaharaj in #137
- docs: RELEASING.md — the release process, written for an agent to follow by @RatulMaharaj in #136
Full Changelog: v0.7.1...v0.8.0