fix(agent): allow output reinit

This commit is contained in:
yushen 2026-02-04 16:09:36 +08:00
parent 8fe2b5f010
commit f649792118

View file

@ -64,7 +64,7 @@ export function isRotatableError(reason: AuthProfileFailureReason): boolean {
export class Agent {
private readonly agent: PiAgentCore;
private readonly output;
private output;
private readonly session: SessionManager;
private readonly profile?: ProfileManager;
private readonly skillManager?: SkillManager;