SlashGPT agents for GraphAI.
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.
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();
- slashGPTAgent - Slash GPT Agent
- slashGPTAgent
{
"inputs": {},
"params": {
"query": "Come up with ten business ideas for AI startup"
}
}