Skip to content

Releases: AgenticGoKit/agk

v0.2.2

09 Feb 09:17
ea9978f

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Feb 16:20
02305ed

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Jan 06:06
f8eeeca

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/AgenticGoKit/agk/commits/v0.2.0

v0.1.0

28 Jan 07:00
d37a9ce

Choose a tag to compare

Key Features

Project Scaffolding (agk init)

Easily bootstrap new AI agent projects with best practices.

  • Templates:
    • quickstart: Minimal setup for learning.
    • single-agent: Standard agent with tools and memory.
    • mcp-tools: Agent integrated with MCP servers.
    • workflow: Multi-agent streaming workflow pipeline.

Trace Viewer (agk trace)

A powerful Terminal UI (TUI) to visualize and debug your agent executions.

  • Visual Hierarchy: View workflow steps, agent interactions, and tool calls in a tree view.
  • Split-Pane Details: Inspect full request/response details, latency, and token usage in a side panel.
  • Hot Reload: Automatically updates as new traces are generated.
  • Navigation: Keyboard-centric navigation for efficiency.

Observability Integration

  • Seamless integration with agenticgokit's OpenTelemetry-based tracing.
  • View detailed attributes for LLM calls, including model parameters and prompt/completion tokens.

dependencies

  • Built on agenticgokit v0.5.3.

Installation

go install github.com/agenticgokit/agk@v0.1.0