UNPKG

@difizen/magent-au

Version:
17 lines 813 B
/// <reference types="react" /> import type { AgentConfigManager } from '../../agent/agent-config-manager.js'; import type { Graph } from '../../workflow/protocol.js'; import { AgentChatView } from '../agent-chat/chat-view.js'; import { AgentFlowView } from './agent-flow-view.js'; import './index.less'; export declare const AgentFlowDevSlot: string; export declare class AgentFlowDevView extends AgentChatView { hideChat: boolean; protected agentConfigManager: AgentConfigManager; agentFlow?: AgentFlowView; view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>; protected initialize(): void; protected initAgentFlowView: () => Promise<void>; save: (graph: Graph) => Promise<boolean | undefined>; } //# sourceMappingURL=flow-dev-view.d.ts.map