2.0.1 • Published 8 months ago

@graphai/llm_agents v2.0.1

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

@graphai/llm_agents for GraphAI

LLM agents for GraphAI.

Install

yarn add @graphai/llm_agents
AgentAPIKEYStreamToolsWebHistory
anthropicAgentANTHROPIC_API_KEYYYY(*1)Y
geminiAgentGOOGLE_GENAI_API_KEYYYYY
groqAgentGROQ_API_KEYYYY(*1)Y
openAIAgentOPENAI_API_KEYYYY(*1)Y
replicateAgentREPLICATE_API_TOKENNNNN

(*1) dangerouslyAllowBrowser

Usage

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

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

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
  • openAIFetchAgent - OpenAI Fetch Agent
  • openAIImageAgent - OpenAI Image Agent
  • replicateAgent - Replicate Agent

Input/Output/Params Schema & samples

Input/Params example

  • openAIAgent
{
  "inputs": {
    "prompt": "this is response result"
  },
  "params": {}
}
  • openAIFetchAgent
{
  "inputs": {
    "prompt": "this is response result"
  },
  "params": {}
}

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

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.5

9 months ago

1.0.4

10 months ago

1.0.3

10 months ago

2.0.1

8 months ago

2.0.0

8 months ago

0.2.10

12 months ago

0.2.1

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.22

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years 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