@graphai/samples_template
v0.0.2
Published
```sh yarn add @graphai/samples_template ```
Readme
@graphai/samples_template for GraphAI
Install
yarn add @graphai/samples_templateUsage
import { GraphAI } from "graphai";
import { templateAgent } from "@graphai/samples_template";
const agents = { templateAgent };
const graph = new GraphAI(graph_data, agents);
const result = await graph.run();Agents description
- templateAgent - Template Agent
