()
| 290 | } |
| 291 | |
| 292 | async createMain() { |
| 293 | const { agent } = await this.createAgent({ type: 'main' }, { |
| 294 | profile: DEFAULT_AGENT_PROFILES['agent'], |
| 295 | }); |
| 296 | await this.triggerSessionStart('startup'); |
| 297 | return agent; |
| 298 | } |
| 299 | |
| 300 | async resume(): Promise<{ warning?: string }> { |
| 301 | await this.skillsReady; |
no test coverage detected