AgenticGoKit
AgenticGoKit
The Hidden LLM Call: Why AgenticGoKit Was 2x Slower
How a hidden continuation loop, a leaky network stack, and pprof helped Go reclaim the fast path. go slower 2x Situation: “Why is Go slower than Python?” I …
ReadAnnouncing v1beta: Production-Ready AI Agents in Go
We’re excited to announce v1beta, our next-generation API for building AI agents in Go. With streaming-first architecture, multimodal support, and powerful workflow orchestration, building production-ready AI systems has never been easier.
ReadReal-Time AI Editorial Workflows in Go: Loop, Revise, Publish with AgenticGoKit
Build real-time AI editorial workflows in Go with AgenticGoKit — loop revisions, stream progress to a live UI, and publish polished stories.
ReadAgenticGoKit ❤️ HuggingFace and OpenRouter
AgenticGoKit Loves HuggingFace and OpenRouter We’re excited to announce the release of AgenticGoKit v0.4.6 — a major update that expands how Go developers can …
ReadBuilding AI Agents That Actually Do Things: Tools and MCP Made Simple in Go
agentic workflow with tools If you’re new to building AI agents in Go, you might think integrating tools and external services is complex. It’s not. …
ReadBuilding Context-Aware AI Agents with Memory in AgenticGoKit
Simple streaming (terminal) One of the biggest challenges in building AI agents is making them remember. Users expect conversational agents to recall previous …
ReadStreaming AI Responses in Go with AgenticGoKit
Streaming makes AI feel alive—tokens show up instantly, long tasks feel responsive, and multi‑step workflows become explainable as they run. In this post, we’ll …
ReadBuilding Multi-Agent Workflows in Go: Simpler Than You Think
TL;DR: Create a professional research-to-report pipeline with two AI agents in under 60 lines of Go code. The Challenge You want to build an AI system that: …
Read