@iqai/adk-cli
Version:
CLI tool for creating, running, and testing ADK-TS agents
9 lines • 372 B
TypeScript
import { AgentGraphService } from "../providers/agent-graph.service";
import type { AgentGraph } from "../providers/agent-graph.service";
export declare class GraphController {
private readonly graph;
constructor(graph: AgentGraphService);
private readonly logger;
getGraph(id: string): Promise<AgentGraph>;
}
//# sourceMappingURL=graph.controller.d.ts.map