Sign In

@neeter/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neeter/core

Framework-agnostic state management and agent lifecycle for neeter

latest
Source
npmnpm
Version
0.18.0
Version published
Maintainers
1
Created
Source

@neeter/core

Framework-agnostic state management, agent lifecycle, and utilities for the neeter toolkit. Use standalone for vanilla JS apps or as the foundation for @neeter/react.

Part of the neeter toolkit.

Install

pnpm add @neeter/core

Peer dependencies:

{
  "zustand": ">=5.0.0",
  "immer": ">=10.0.0"
}

What's inside

  • AgentClient — manages EventSource lifecycle, session creation/resumption, message sending, and permissions
  • createChatStore() — Zustand store for chat state, messages, tool calls, and streaming
  • replayEvents(store, events, options?) — reconstruct UI state from persisted SSE events
  • registerWidget / getWidget / stripMcpPrefix — widget registry for tool call rendering
  • findMatchingApproval / isApprovalClaimedByToolCall — approval-matching utilities
  • cn(...inputs)clsx + tailwind-merge class merging utility

Documentation

License

MIT

FAQs

Package last updated on 03 Mar 2026

Did you know?

Socket

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.

Install

Related posts