package lib type Aiassistant interface { Start() bool Stop() error ShowResult() }