
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
@cloudbase/agent-examples-agents-server
Advanced tools
Follow these steps to run the LangGraph agent backend that powers the Agentic Chat example. Commands assume you are in the monorepo root unless noted.
Follow these steps to run the LangGraph agent backend that powers the Agentic Chat example. Commands assume you are in the monorepo root unless noted.
From the TypeScript workspace root (AG-Kit/typescript-sdk):
pnpm installpnpm run buildIn this directory (AG-Kit/typescript-sdk/packages/examples/agents/server):
.env.example to .env (or create .env manually)OPENAI_API_KEYOPENAI_MODELOPENAI_BASE_URLStill inside AG-Kit/typescript-sdk/packages/examples/agents/server, run:
pnpm installpnpm run buildpnpm run startThe server exposes endpoints under /v1/aibot/bots/ that the web frontend consumes.
Before building the Docker image, ensure you have:
Built the entire monorepo locally
# From the typescript-sdk root directory
cd ../../../
pnpm install
pnpm build
Prepared Environment Variables
# Copy and configure environment variables
cp .env.example .env
# Edit .env and set your OPENAI_API_KEY
Build the Docker Image
# From the server directory
docker build -t ag-kit-server .
Run the Container
# Run with environment variables
docker run -p 9000:9000 \
-e OPENAI_API_KEY=your_api_key_here \
-e NODE_ENV=production \
ag-kit-server
# Or run with .env file
docker run -p 9000:9000 --env-file .env ag-kit-server
Access the Server
http://localhost:9000http://localhost:9000/healthFAQs
Follow these steps to run the LangGraph agent backend that powers the Agentic Chat example. Commands assume you are in the monorepo root unless noted.
The npm package @cloudbase/agent-examples-agents-server receives a total of 202 weekly downloads. As such, @cloudbase/agent-examples-agents-server popularity was classified as not popular.
We found that @cloudbase/agent-examples-agents-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.