TitleGenerator returns a generator for automatic session titles, or nil if the runtime does not support local title generation (e.g. remote runtimes).
(ctx context.Context)
| 117 | // TitleGenerator returns a generator for automatic session titles, or nil |
| 118 | // if the runtime does not support local title generation (e.g. remote runtimes). |
| 119 | TitleGenerator(ctx context.Context) *sessiontitle.Generator |
| 120 | |
| 121 | // Steer enqueues a user message for urgent mid-turn injection into the |
| 122 | // running agent loop. Returns an error if the queue is full or steering |
no outgoing calls