(context.Context, string, session.StopCause, string)
| 48 | Spawn(context.Context, session.SpawnOpts) (*session.Session, error) |
| 49 | PromptSynthetic(context.Context, string, session.SyntheticPromptOpts) (<-chan acp.AgentEvent, error) |
| 50 | StopWithCause(context.Context, string, session.StopCause, string) error |
| 51 | } |
| 52 | |
| 53 | type daemonMemoryExtractor struct { |
no outgoing calls
no test coverage detected