Releases: AgenticGoKit/agk
Releases · AgenticGoKit/agk
v0.2.2
What's Changed
- Mermaid by @kunalkushwaha in #10
- feat(tui): implement browser DevTools-style trace viewer with tabbed … by @kunalkushwaha in #11
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Unified Trace Explorer TUI with run navigation and compact header by @kunalkushwaha in #1
- Add Audit Support + Hot Reload Trace Viewer by @kunalkushwaha in #2
- feat(trace): enhance trace viewer UI and workflow template by @kunalkushwaha in #3
- feat(cli): implement template registry and overhaul lifecycle docs by @kunalkushwaha in #5
- release prep for v0.5.4 agenticgokit by @kunalkushwaha in #6
Full Changelog: https://github.com/AgenticGoKit/agk/commits/v0.2.0
v0.1.0
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