# Introducing Redpanda AI SDK for Go

DevFeed: [Introducing Redpanda AI SDK for Go](<https://devfeed.tech/articles/introducing-redpanda-ai-sdk-for-go-12711.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/introducing-redpanda-ai-sdk-go>)

Author: Martin Schneppenheim

Published: 2026-03-18T00:00:00Z

Content type: article

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [go](<https://devfeed.tech/tags/go.md>), [observability](<https://devfeed.tech/tags/observability.md>), [open](<https://devfeed.tech/tags/open.md>), [production](<https://devfeed.tech/tags/production.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

Redpanda introduces and open-sources an AI SDK for Go, designed for production AI agents. The SDK provides a shared model interface across providers, layered interceptors for agent turns, model calls, and tool execution, and an adapter architecture that currently supports A2A while allowing future protocols.

## Source excerpt

Redpanda needed observable, resilient, production-grade AI tooling for Go, so we built it ourselves. Today, we're open-sourcing it.