0.0.1 • Published 11 months ago

@graphai/prompts v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@graphai/prompts for GraphAI

Install

yarn add @graphai/prompts

Usage

import { GraphAI } from "graphai";
import { promptsAgent } from "@graphai/prompts";

const agents = { promptsAgent };

const graph = new GraphAI(graph_data, agents);
const result = await graph.run();
0.0.1

11 months ago