RunStream starts the agent's interaction loop and returns a channel of events
(ctx context.Context, sess *session.Session)
| 76 | ResetStartupInfo() |
| 77 | // RunStream starts the agent's interaction loop and returns a channel of events |
| 78 | RunStream(ctx context.Context, sess *session.Session) <-chan Event |
| 79 | // Run starts the agent's interaction loop and returns the final messages |
| 80 | Run(ctx context.Context, sess *session.Session) ([]session.Message, error) |
| 81 | // Resume allows resuming execution after user confirmation. |
no outgoing calls