turn-execution
Provides execution services for an individual turn.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| turn-execution-service.ts | Turn Execution Service |
Dependencies and change boundaries
This extension declares no other Host extension dependencies.
Read alongside transcript scheduling and Harness runner composition; avoid duplicating the execution loop.
See Configuration for activation policy and Features for support status.