Introducing micro.NewAgent()
Agent is now a first-class abstraction in Go Micro — alongside Service and Flow. Build intelligent agents that manage your services in Go.
Read more →--- layout: blog title: Blog permalink: /blog/ ---
Agent is now a first-class abstraction in Go Micro — alongside Service and Flow. Build intelligent agents that manage your services in Go.
Read more →What if every service had an agent responsible for it? Not embedded in the service, but created to manage its lifecycle. A design for distributed AI agents on top of microservices.
Read more →Go Micro started as a microservices framework. It's becoming the way you build software that AI agents can use. Here's why we're making that bet.
Read more →One command generates real services with business logic, compiles them, starts them, and lets you talk to them. When you need more, the agent builds new services mid-conversation.
Read more →The path from API gateway to MCP to LLM tools was shorter than you'd think — because services were always self-describing.
Read more →A complete teardown of micro chat — how to build an LLM agent that discovers and orchestrates your services, with every line explained.
Read more →Introducing micro chat — an interactive CLI that discovers your services, turns them into tools, and lets you orchestrate them through natural language.
Read more →Exploring the concept of LLM-powered service orchestration — what happens when micro chat becomes a persistent, event-driven flow engine.
Read more →Atlas Cloud joins as an official Go Micro sponsor, bringing 300+ AI models across text, image, and video to the framework's ai package.
Read more →How existing Go Micro services become agent-accessible with zero code changes. A walkthrough using the micro/blog platform as a real-world example.
Read more →Go Micro now has a typed data model layer — define structs, get CRUD and queries, swap backends. Every service gets Client, Server, and Model.
Read more →Unified service creation, cleaner handler registration, and modular monolith support — the Go Micro DX overhaul.
Read more →Build three microservices and let an AI agent manage them with natural language — no glue code, no API wrappers, just Go comments.
Read more →How Anthropic's Claude Max sponsorship accelerated Go Micro's MCP integration — WebSocket transport, OpenTelemetry tracing, LlamaIndex SDK, and what's next.
Read more →Expose go-micro services as AI tools with 3 lines of code using the Model Context Protocol. Make your microservices instantly accessible to Claude and other AI assistants.
Read more →Deploy your Go Micro services to any Linux server with a single command. No Docker, no Kubernetes, no platform — just systemd.
Read more →