Skip to content

Releases: voocel/agentcore

v1.5.0

17 Feb 09:36

Choose a tag to compare

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

10 Feb 04:41

Choose a tag to compare

feat: add orchestrator

v1.2.1

18 Oct 10:00

Choose a tag to compare

wip: update fetch url desc

v1.2.0

19 Sep 15:16

Choose a tag to compare

perf: make agent history thread safe

v1.1.0

17 Aug 05:38

Choose a tag to compare

Agent support cognitive about ReAct and skills

v1.0.1

16 Aug 09:29

Choose a tag to compare

Add conditional routing and human-in-the-loop

v1.0.0

09 Aug 13:47

Choose a tag to compare

v1.0.0