
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@aws/genai-plugin-langgraph-agent-for-backstage
Advanced tools
LangGraph agent module package for the GenAI AWS plugins for Backstage
This package implements an agent for the Generative AI plugin for Backstage based on LangGraph.js.
Features:
This agent can be configured at two different levels, global and per-agent
Global configuration values apply to all agents, all of this is optional:
genai:
langgraph:
memory: # (Optional) Memory store to use
recursionLimit: # (Optional) Limit the number of graph supersteps (default 25)
langfuse: # (Optional) Configuration for LangFuse observability
baseUrl: http://localhost:3001 # (Required) LangFuse URL
publicKey: pk-aaa # (Required) Public key
secretKey: sk-bbb # (Required) Secret key
The available options for memory are:
in-memory: (Default) Store the agent state in memorybackstage: Uses the Backstage database to store agent state, either sqlite or PostgresQL depending on the configurationPer-agent configuration only applies to the agent for which it corresponds. The available parameters are:
genai:
agents:
general:
description: [...]
prompt: [...]
langgraph:
messagesMaxTokens: 100000 # (Required) Prune message history to maximum of this number of tokens
temperature: 0 # (Optional) Model temperature
maxTokens: 4000 # (Optional) Maximum output tokens
topP: 0.9 # (Optional) Model topP
# Only include the subsequent section for your model provider
# Bedrock only
bedrock:
modelId: 'anthropic.claude-3-5-sonnet-20241022-v2:0' # (Required) Bedrock model ID
region: us-west-2 # (Required) Bedrock AWS region
# OpenAI only
openai:
apiKey: ${OPENAI_API_KEY} # (Required) OpenAI model name
modelName: 'gpt-3.5-turbo-instruct' # (Optional) OpenAI model name
baseUrl: ${OPENAI_API_BASE_URL} # (Optional) URL for OpenAI API endpoint
ollama:
model: ${OLLAMA_MODEL} # (Required) Ollama model name
baseUrl: ${OLLAMA_BASE_URL} # (Required) Base URL for Ollama
FAQs
LangGraph agent module package for the GenAI AWS plugins for Backstage
We found that @aws/genai-plugin-langgraph-agent-for-backstage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.