agentsdk-go
Go framework for building agent runtimes, CLIs, and integrations
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agentsdk-go?โผ
Run `npx skills add cexll/agentsdk-go --all -g -y` in your terminal to install all skills in this suite globally.
What is agentsdk-go used for?โผ
It is a Go SDK for building agent runtimes with Claude Code-style capabilities like hooks, MCP tools, sandboxing, skills, and subagents. It targets CLI, CI/CD, and enterprise platform deployments.
Does agentsdk-go support multiple models?โผ
Yes. It provides a single model interface with adapters for Anthropic Claude and OpenAI-compatible providers, plus per-subagent model binding.
Is agentsdk-go safe for concurrent requests?โผ
Yes. The runtime is thread-safe across different session IDs, serializes same-session calls, and shuts down gracefully while waiting for in-flight requests.
Do I need an API key to run the examples?โผ
Yes. Online examples require an Anthropic API key set in your environment, while offline checks and tests run without any keys.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core