PulseAugur
实时 21:35:13

ACT protocol expands with new WASM components for data, networking, and utilities

The ACT protocol has released a suite of components, available on ghcr.io/actpkg, designed to extend its capabilities. These components, licensed under MIT or Apache 2.0, include data and storage solutions like SQLite with vector indexing, generic filesystem access, and secure key storage. Network bridges for HTTP and OpenAPI specifications, along with utility components for cryptography, encoding, randomness, and time, are also available. Additionally, a Python interpreter component demonstrates the ability to run untrusted code within the ACT sandbox. AI

影响 Enables developers to integrate specialized functionalities into AI agents and applications via a standardized protocol.

排序理由 This is a product release of components for an existing protocol, not a new protocol or a major platform update.

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

ACT protocol expands with new WASM components for data, networking, and utilities

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Alexander Shishenko ·

    A tour of actpkg — components on the protocol

    <p>The core ACT spec is small: a tool-dispatch interface and a few CBOR<br /> shapes on the wire, with stateful capabilities (sessions, events,<br /> resources) layered on as separate opt-in packages. But a protocol is<br /> only interesting if people actually write for it. Here'…