@graphai/prompts
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@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();

Readme

Keywords

none

Package Sidebar

Install

npm i @graphai/prompts

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

7.81 kB

Total Files

8

Last publish

Collaborators

  • isamu
  • snakajima