Skip to content

Agent Framework

v0.8.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents anthropic deno docker llm
+1 more
openai

Summary

AI summary

GitHub Action added to run an agent one‑shot in CI

Changes in this release

Feature Low

Adds GitHub Action to run agent one-shot in CI.

Adds GitHub Action to run agent one-shot in CI.

Source: llm_adapter@2026-07-16

Confidence: high

Feature Low

Adds RELEASING.md documenting the release process for agents.

Adds RELEASING.md documenting the release process for agents.

Source: llm_adapter@2026-07-16

Confidence: high

Full changelog

Highlights

  • GitHub Action — run an agent for exactly one turn in CI: uses: loopedautomation/[email protected] pipes 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, so echo "prompt" | af run answers 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 https://github.com/loopedautomation/agent-framework/pull/137
  • docs: RELEASING.md — the release process, written for an agent to follow by @RatulMaharaj in https://github.com/loopedautomation/agent-framework/pull/136

Full Changelog: https://github.com/loopedautomation/agent-framework/compare/v0.7.1...v0.8.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Agent Framework

Get notified when new releases ship.

Sign up free

About Agent Framework

All releases →

Related context

Earlier breaking changes

  • v0.7.1 Removes `tools.custom`; use MCP for custom tools.

Beta — feedback welcome: [email protected]