with one click
SwiftOpenResponsesDSL
SwiftOpenResponsesDSL contains 2 collected skills from RichNasz, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Helps the agent use SwiftOpenResponsesDSL to build type-safe LLM request pipelines for the Open Responses API with tool calling, sessions, and persistent agents with conversation continuity via previous_response_id. Useful when defining ResponseRequest objects, wiring LLMTool instances into a ToolSession or Agent, chaining responses across turns, or processing streaming events in Swift.
Step-by-step process for designing and implementing a Swift application that uses SwiftOpenResponsesDSL for the Open Responses API. Use this when translating requirements into a working LLM integration with tool calling, streaming, or multi-turn conversations. Complements the using-swift-open-responses-dsl reference skill. Scoped to DSL wiring only -- does not cover @LLMTool struct design.