(ctx context.Context, sess *session.Session)
| 80 | // runtimeRunner is the subset of runtime.Runtime the headless session needs. |
| 81 | type runtimeRunner interface { |
| 82 | RunStream(ctx context.Context, sess *session.Session) <-chan dagentruntime.Event |
| 83 | Resume(ctx context.Context, req dagentruntime.ResumeRequest) |
| 84 | ResumeElicitation(ctx context.Context, action tools.ElicitationAction, content map[string]any) error |
| 85 | Close() error |
no outgoing calls
no test coverage detected