0.1.1 • Published 9 months ago

@graphai/llm_agents v0.1.1

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

@graphai/llm_agents for GraphAI

LLM agents for GraphAI.

Install

yarn add @graphai/llm_agents

Usage

import { GraphAI } from "graphai";
import { 
  anthropicAgent,
  geminiAgent,
  groqAgent,
  openAIAgent,
  openAIImageAgent,
  replicateAgent,
  slashGPTAgent,
  tokenBoundStringsAgent
 } from "@graphai/llm_agents";

const agents = { 
  anthropicAgent,
  geminiAgent,
  groqAgent,
  openAIAgent,
  openAIImageAgent,
  replicateAgent,
  slashGPTAgent,
  tokenBoundStringsAgent
 };

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

Agents description

  • anthropicAgent - Anthropic Agent
  • geminiAgent - Gemini Agent
  • groqAgent - Groq Agent
  • openAIAgent - OpenAI Agent
  • openAIImageAgent - OpenAI Image Agent
  • replicateAgent - Replicate Agent
  • slashGPTAgent - Slash GPT Agent
  • tokenBoundStringsAgent - token bound Agent

Input/Output/Params Schema & samples

Environment Variables

  • anthropicAgent
    • ANTHROPIC_API_KEY
  • geminiAgent
    • GOOGLE_GENAI_API_KEY
  • groqAgent
    • GROQ_API_KEY
  • openAIAgent
    • OPENAI_API_KEY
  • openAIImageAgent
    • OPENAI_API_KEY
  • replicateAgent
    • REPLICATE_API_TOKEN

Related Agent Packages

0.1.1

9 months ago

0.1.0

10 months ago

0.0.22

11 months ago

0.0.20

11 months ago

0.0.21

11 months ago

0.0.19

11 months ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago