@bdky/aaas-pilot-kit 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,6 +58,8 @@ export declare class AaaSPilotKitController<AS extends BaseAgentService = BaseAg
58
58
  private playWaitForListener;
59
59
  /** 记录每次 query 的开始时间,用于计算 TTFT */
60
60
  private queryStartTime;
61
+ /** 标记 render_start 是否已经触发过 */
62
+ private hasRenderStartTriggered;
61
63
  private readonly weirwood;
62
64
  constructor(opts: IResolvedOptions, errorManager: ErrorManager, agentService: AS, asrService: BaseAsrService, digitalHumanService: BaseDigitalHumanService, conversationService: ConversationService);
63
65
  mount: ($container?: HTMLElement) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bdky/aaas-pilot-kit",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "百度数字员工基础套件 - AI智能体、语音识别、数字人渲染全链路SDK,事件驱动、框架无关",
5
5
  "keywords": [
6
6
  "digital-employee",