mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 12:35:35 +02:00
fix(agent): allow output reinit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user