1.0.1 • Published 8 months ago

@graphai/input_agents v1.0.1

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

@graphai/input_agents for GraphAI

Input agents for GraphAI.

Install

yarn add @graphai/input_agents

Usage

import { GraphAI } from "graphai";
import { textInputAgent } from "@graphai/input_agents";

const agents = { textInputAgent };

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

Agents description

  • textInputAgent - Text Input Agent

Input/Output/Params Schema & samples

Input/Params example

  • textInputAgent
{
  "inputs": {},
  "params": {
    "message": "Enter your message to AI."
  }
}
{
  "inputs": {},
  "params": {
    "message": "Enter your message to AI.",
    "role": "system"
  }
}
1.0.1

8 months ago

1.0.0

8 months ago

0.2.0

11 months ago

0.2.2

9 months ago

0.1.0

1 year ago

0.1.1

12 months ago

0.0.3

1 year ago

0.0.1

1 year ago