
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@agentskit/core
Advanced tools
Portable AgentsKit runtime for chat orchestration, tools, memory, and retrieval.
The zero-dependency foundation that every AgentsKit package builds on.
ToolDefinition, SkillDefinition, AgentEvent, and more without pulling in React or any adapternpm install @agentskit/core
import { createChatController, createInMemoryMemory } from '@agentskit/core'
import { anthropic } from '@agentskit/adapters'
const controller = createChatController({
adapter: anthropic({ apiKey: process.env.ANTHROPIC_API_KEY, model: 'claude-sonnet-4-6' }),
memory: createInMemoryMemory(),
})
await controller.send('Hello!')
console.log(controller.getState().messages)
@agentskit/tools into the controller config for ReAct-style tool usecreateRuntime for headless agents, or with useChat for a browser UI@agentskit/memory or RAG with @agentskit/rag| Package | Role |
|---|---|
| @agentskit/adapters | LLM chat + embedding providers |
| @agentskit/runtime | createRuntime — agents without UI |
| @agentskit/react | useChat, headless chat components |
| @agentskit/tools | Executable tools |
FAQs
Portable AgentsKit runtime for chat orchestration, tools, memory, and retrieval.
The npm package @agentskit/core receives a total of 711 weekly downloads. As such, @agentskit/core popularity was classified as not popular.
We found that @agentskit/core 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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.