Skip to content

v4.1.2

Latest

Choose a tag to compare

@Maplemx Maplemx released this 17 May 02:41
· 6 commits to main since this release

Highlights

  • Added Action Execution Environment v2 for managed runtime resources.
  • Added Action-native built-in capability packages for Search, Browse, and Cmd.
  • Added agent capability helpers for common execution capabilities such as Python, shell, Node.js, SQLite, and workspace access.
  • Added compact action execution recall with artifact-backed full result access.
  • Added companion compatibility manifests for Agently, Agently-Skills, and Agently-Devtools release alignment.

Features

Action Execution Environment

  1. [ExecutionEnvironment] Added managed environment lifecycle support for Python, Bash, Node.js, Docker, Browser, SQLite, and MCP resources.
  2. [ExecutionEnvironment] Added provider contracts for declaring, ensuring, health-checking, injecting, and releasing managed resources.
  3. [Action] Added environment-aware action execution so executors can receive managed handles and resources without changing executor call signatures.
  4. [TriggerFlow] Added support for managed execution-local resources while keeping runtime_resources as the compatibility surface.

Built-in Actions

  1. [Action] Added Action-native built-in packages under agently.builtins.actions.
  2. [Action] Added Search and Browse packages with Action Runtime integration.
  3. [Action] Added Cmd and sandbox-oriented execution paths for local command workflows.
  4. [Action] Added execution recall so instruction-heavy action outputs can be summarized in model context while full outputs remain available through artifacts.

Agent Capability Helpers

  1. [Agent] Added capability helpers for common managed execution capabilities.
  2. [Agent] Added desc_mode behavior for helper descriptions, supporting default, append, and override modes.
  3. [Agent] Improved default helper descriptions so model-facing action guidance keeps baseline usage and safety constraints.

Updates

Runtime And Observability

  1. [Runtime] Improved runtime console log routing.
  2. [Observability] Preferred ObservationEvent naming while keeping legacy runtime event compatibility.
  3. [EventCenter] Expanded event coverage for action and execution-environment lifecycle paths.

Compatibility

  1. [Compatibility] Added version-scoped compatibility manifests under compatibility/releases/.
  2. [Compatibility] Added release index metadata for current and in-development compatibility lines.
  3. [Compatibility] Added Agently-Skills and Agently-Devtools companion alignment metadata.
  4. [DevTools] Updated static 4.1.2 compatibility metadata to recommend agently-devtools>=0.1.4,<0.2.0.

Docs And Examples

  1. [Docs] Added Execution Environment documentation in English and Chinese.
  2. [Docs] Added extension-boundary guidance for core contracts, providers, built-in capabilities, and application helpers.
  3. [Docs] Updated Action Runtime, observability, settings, and TriggerFlow resource guidance.
  4. [Examples] Added built-in action examples for Search and Browse.
  5. [Examples] Added execution-environment examples for Python, Node.js, SQLite, Browser, and health-check reuse.
  6. [Examples] Added cookbook examples for model-driven action loops, routing, concurrency, reflection, and shell-policy workflows.
  7. [Examples] Archived obsolete built-in tool examples.

Developer Experience

  1. [Types] Added Pyright configuration for the main repository.
  2. [Tests] Added compatibility registry coverage.
  3. [Tests] Expanded coverage for Action Runtime, Execution Environment, EventCenter, runtime observation, and built-in action flows.

Bug Fixes

  1. [Runtime] Fixed runtime console log routing behavior.
  2. [Agent] Preserved default helper descriptions when custom descriptions are supplied.
  3. [Compatibility] Kept published framework-code compatibility metadata stable while allowing static release metadata updates.

Full Changelog: v4.1.1...v4.1.2