
Company News
Free Business Plan Upgrades for Open Source Maintainers
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.
@agentskit/chat-protocol
Advanced tools
Framework-neutral v1 turn events for AgentsKit Chat.
import { decodeTurnEvent } from '@agentskit/chat-protocol'
const result = decodeTurnEvent(untrustedInput)
if (!result.ok) return result.diagnostic
The package transports snapshots of canonical AgentsKit state. It does not implement a controller, stream reducer, transport, or persistence layer.
It also owns the accepted versioned site-config, local-knowledge, and unified-answer envelopes used by the deterministic answer plane. Decode untrusted data with decodeDeterministicSiteConfig and decodeAnswerResponse; cryptographically verify local artifacts with verifyLocalKnowledgeArtifact. See the deterministic answer guide.
For one canonical assistant message containing both streamed prose and registered application components, use createAssistantContentEncoder and decode with decodeAssistantContent. Every text chunk must pass through the encoder; raw model output must never be appended to the envelope. See the v1 protocol guide.
FAQs
Versioned turn protocol for AgentsKit Chat.
The npm package @agentskit/chat-protocol receives a total of 4 weekly downloads. As such, @agentskit/chat-protocol popularity was classified as not popular.
We found that @agentskit/chat-protocol 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
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.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.