Class GraphAI

Constructors

Properties

agentFilters: AgentFilterInfo[]
agentFunctionInfoDictionary: AgentFunctionInfoDictionary
bypassAgentIds: string[]
callbacks: CallbackFunction[] = []
config?: ConfigDataDictionary = {}
graphId: string
graphLoader?: GraphDataLoader
nodes: GraphNodes
onLogCallback: CallbackFunction = ...
propFunctions: PropFunction[]
retryLimit?: number
taskManager: TaskManager
verbose: boolean
version: number

Methods

  • Parameters

    • OptionalagentId: string

    Returns
        | AgentFunctionInfo
        | {
            agent: () => Promise<null>;
            cacheType: undefined;
            hasGraphData: boolean;
            inputs: null;
        }