What problem does it solve?
This Skill simplifies the integration of AI capabilities into Go applications by providing a unified, provider-agnostic SDK that handles complex tasks like tool calling, streaming, and multi-step execution.
Core Features & Use Cases
- Unified API: Interact with OpenAI, Anthropic, Google, and other providers using a consistent set of Go interfaces.
- Advanced AI Workflows: Implement multi-step tool calling, MCP integration, and typed channel-based streaming with minimal boilerplate.
- Use Case: Use this Skill to build a coding agent that leverages Anthropic's thinking models or to create a RAG pipeline using Google's embedding models while maintaining the ability to swap backends without rewriting your core logic.
Quick Start
Use the twilight-ai skill to generate a text response using the openai completions provider with the gpt-4o-mini model.