Slide 10
Slide 10 text
GraphAI - AgentInfo
const sampleAgentInfo: AgentFunctionInfo = {
name: "sampleAgent",
agent: sampleAgent, // agent関数
samples: [ // DocumentやUnit test用のサンプル
{
inputs: sampleInput,
result: sampleResult,
},
],
description: "Sample agent",
category: ["LLM"],
repository: "https://github.com/isamu/graphai_doc",
};
GraphAI
by Receptron team