cexllcexllCommunityยท1 Agent Skills Included

agentsdk-go

Go framework for building agent runtimes, CLIs, and integrations

Builds production-ready agent runtimes in Go with hooks, sandboxing, MCP tool integration, skills, and subagent orchestration. Eliminates the need to hand-code agent loops, middleware pipelines, and concurrency controls from scratch. Ships with runnable CLI, HTTP, and enterprise examples so developers ship working agent platforms faster.
npx skills add cexll/agentsdk-go --all -g -y
Available:

Tells the AI agent the repository's engineering rules, package boundaries, validation commands, and what actions it may or may not perform when working on this codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’