Agent Signal Use this skill to implement event-driven background work for agents without coupling the work to the foreground chat request. Agent Signal has one consistent shape: - - - built-in result signals Start Here 1. Read to map the package boundary, runtime queue, scope model, and async workflow handoff. 2. Read before writing any new policy, source handler, signal handler, or action handler. 3. Read when you need tracing, metrics, debugging, or workflow snapshot visibility. Use The Right Entry Point - Use when a server-owned producer should execute the pipeline immediately. - Use when…