بنقرة واحدة
SwiftOpenResponsesDSL
يحتوي SwiftOpenResponsesDSL على 2 من skills المجمعة من RichNasz، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
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.