Discover and adopt agentic patterns instantly using the agk CLI.
go install github.com/AgenticGoKit/agk@latestUse agk init followed by your desired agent name and the template flag.
agk init <agent-name> -t agk/<template-name>Explore the collection of official templates designed to jumpstart your agentic development.
| Template | Description | Quick Start |
|---|---|---|
| test-agent | A basic agent implementation to verify your setup and connectivity. | agk init my-agent -t agk/test-agent |
| translate-workflow | Config-driven translation workflow (detect → translate → QA). | agk init my-translate -t agk/translate-workflow |
| flight-search-assistant | Config-driven flight search assistant with tool calling. | agk init my-flight -t agk/flight-search-assistant |
More templates coming soon!
We welcome contributions! To submit a new template:
We welcome contributions! Please refer to our Creating Templates Guide for detailed instructions on how to create and register a new template.
