()
| 703 | } |
| 704 | |
| 705 | async flushMetadata() { |
| 706 | await this.skillsReady; |
| 707 | await this.writeMetadataPromise; |
| 708 | await Promise.all(Array.from(this.readyAgents()).map((agent) => agent.records.flush())); |
| 709 | } |
| 710 | |
| 711 | async listSkills(): Promise<readonly SkillSummary[]> { |
| 712 | await this.skillsReady; |
no test coverage detected