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

0.2.1 • Public • Published

@graphai/slashgpt_agent for GraphAI

SlashGPT agents for GraphAI.

Install

yarn add @graphai/slashgpt_agent

This agent is in maintenance mode and will no longer be updated. Please use other agents like OpenAI Agent, as they provide the necessary features.

Usage

import { GraphAI } from "graphai";
import { slashGPTAgent } from "@graphai/slashgpt_agent";

const agents = { slashGPTAgent };

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

Agents description

  • slashGPTAgent - Slash GPT Agent

Input/Output/Params Schema & samples

Input/Params example

  • slashGPTAgent
{
  "inputs": {},
  "params": {
    "query": "Come up with ten business ideas for AI startup"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @graphai/slashgpt_agent

Weekly Downloads

14

Version

0.2.1

License

MIT

Unpacked Size

5.98 kB

Total Files

6

Last publish

Collaborators

  • isamu
  • snakajima