What problem does it solve? Business logic that changes frequently forces constant code redeploys. This Skill teaches how to integrate the Dolphin dynamic decision platform SDK so rules execute locally in your Go or Rust service and update asynchronously without code changes. ## Core Features & Use Cases - Go SDK Integration (V3): Initialize DolphinClient with classic or Lite configs, execute BasicJudge requests, and parse structured decision responses. - Rust SDK Integration: Build and initialize rust-dolphin clients with async rule execution and sample logging. - Disaster Recovery: Load TOS-hosted backup rule files when Dolphin RPC is unavailable, with MD5 validation and decryption. - Lane (Swimlane) Testing: Deploy rule changes to isolated lane environments and promote them via full or gray release tickets. - Use Case: A backend service needs to adjust risk-control thresholds weekly. Instead of redeploying, rules are edited in Dolphin and the SDK picks them up automatically within the refresh interval. ## Quick Start Show me how to initialize the Dolphin Go SDK V3 client and execute a BasicJudge decision request for my event.