0.2.1 • Published 1 year ago

@graphai/slashgpt_agent v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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"
  }
}
0.2.1

1 year ago

0.2.0

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago