
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@graphai/llm_agents
Advanced tools
LLM agents for GraphAI.
yarn add @graphai/llm_agents
| Agent | APIKEY | Stream | Tools | Web | History |
|---|---|---|---|---|---|
| anthropicAgent | ANTHROPIC_API_KEY | Y | Y | Y(*1) | Y |
| geminiAgent | GOOGLE_GENAI_API_KEY | Y | Y | Y | Y |
| groqAgent | GROQ_API_KEY | Y | Y | Y(*1) | Y |
| openAIAgent | OPENAI_API_KEY | Y | Y | Y(*1) | Y |
| replicateAgent | REPLICATE_API_TOKEN | N | N | N | N |
(*1) dangerouslyAllowBrowser
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();
{
"inputs": {
"prompt": "this is response result"
},
"params": {}
}
{
"inputs": {
"prompt": "this is response result"
},
"params": {}
}
FAQs
LLM agents for GraphAI.
We found that @graphai/llm_agents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.