Skip to content

Releases: voocel/agentcore

v1.5.2

Choose a tag to compare

@voocel voocel released this 14 Mar 06:55

Features

  • Implement tool search with defer loading support.
  • Add policy configuration.

Performance

  • Add reactivate deferred mechanism.
  • Add system blocks for enhanced processing.
  • Stream reasoning delta for subagents.
  • Update policy handling.

Other

  • Update CI configuration and add GitHub release action.
  • Update README documentation.

v1.5.1

Choose a tag to compare

@voocel voocel released this 05 Mar 09:18

This release focuses on stronger multi-agent execution and runtime stability
It adds multi-modelsupport
background subagents
image-capable read tools
LLM transform/streaming support
while improving parallel tool calls, abort handling, subagent progress reporting

v1.5.0

Choose a tag to compare

@voocel voocel released this 17 Feb 09:36

agentcore v1.5.0

A ground-up rewrite. old version was a heavy orchestration framework with complex workflows
and rigid abstractions. new version strips it all away — what remains is a minimal, composable
library for building AI agents in Go.

What Changed

old version tried to do everything: workflow orchestration, state machines, chained pipelines.
new version does one thing well: a clean agent loop with streaming events.

  • Single event stream drives everything — TUI, Web, CLI, whatever you build
  • Tool interface is 4 methods, not a framework
  • Context pipeline (transform + convert) replaces rigid middleware chains
  • Multi-agent via tool invocation, not a separate orchestration layer

Core

  • Agent — stateful wrapper with subscribe/prompt/abort lifecycle
  • AgentLoop — double-loop architecture (inner: tool calls + steering, outer: follow-ups)
  • Event — 11 event types covering the full agent lifecycle
  • Tool interface — Name, Description, Schema, Execute. That's it.
  • SubAgent — parallel and chained multi-agent execution as a tool
  • StreamFn — bring your own LLM, or use the built-in adapters

v1.2.2

Choose a tag to compare

@voocel voocel released this 10 Feb 04:41
feat: add orchestrator

v1.2.1

Choose a tag to compare

@voocel voocel released this 18 Oct 10:00
wip: update fetch url desc

v1.2.0

Choose a tag to compare

@voocel voocel released this 19 Sep 15:16
perf: make agent history thread safe

v1.1.0

Choose a tag to compare

@voocel voocel released this 17 Aug 05:38

Agent support cognitive about ReAct and skills

v1.0.1

Choose a tag to compare

@voocel voocel released this 16 Aug 09:29

Add conditional routing and human-in-the-loop

v1.0.0

Choose a tag to compare

@voocel voocel released this 09 Aug 13:47

v1.0.0