lucidAGENTS
Reference

Release channels

Match documentation to public npm packages, this repository, or a separately operated product.

Lucid packages use independent versions. “Version 3” of core does not imply that every extension or adapter is version 3, and a version in this repository does not prove that npm contains it.

Status contract

BadgeContract
StablePublicly installable npm surface verified from a clean external project.
NextCurrent repository surface. It may be ahead of npm or not published.
ExperimentalImplemented, but the API or support contract may change.
DeprecatedHistorical migration context; do not use it for new projects.
Hosted productSeparately operated service with its own availability, authentication, and support.

The badge belongs to a page, not a package name. A Stable tutorial names and tests exact public versions. A package reference marked Next describes the source and manifest in this checkout.

Package release table

Registry versions were read from npm on 22 July 2026.

PackagePublic npmThis repositoryHow to read its docs
@lucid-agents/a2a1.0.11.0.1Protocol coverage remains version-scoped.
@lucid-agents/analytics1.0.11.0.1Bound analytics over payment tracking.
@lucid-agents/ap20.4.50.4.5AP2 extension; check its role and protocol boundaries.
@lucid-agents/api-sdk4.1.04.1.0Client for the separately operated Hosted Lucid Platform.
@lucid-agents/catalog1.0.11.0.1YAML/CSV catalog-driven entrypoints.
@lucid-agents/cli4.1.04.1.0Current public scaffolder; older tutorials may remain deliberately pinned.
@lucid-agents/core4.1.04.1.0Typed extension kernel and entrypoint registry.
@lucid-agents/deploy0.1.00.1.0Guarded provider deployment tooling, not a runtime extension.
@lucid-agents/express1.0.11.0.1Express adapter for the canonical route plan.
@lucid-agents/hono1.0.11.0.1Hono adapter for the canonical route plan.
@lucid-agents/http3.0.03.0.0HTTP handlers, authorization, discovery, streaming, and service UI.
@lucid-agents/identity4.1.04.1.0ERC-8004 identity and trust.
@lucid-agents/mpp2.0.02.0.0MPP challenge and credential verification runtime.
@lucid-agents/payments4.1.04.1.0x402, SIWX, policy, settlement, and payment storage.
@lucid-agents/scheduler0.3.10.3.1Leased, idempotent scheduled A2A calls.
@lucid-agents/tanstack1.0.11.0.1TanStack Start runtime and handler adapter.
@lucid-agents/types2.1.02.1.0Canonical shared protocol contracts.
@lucid-agents/wallet0.6.50.6.5Wallet connectors and runtime.

The installable Stable seller loop is narrower than the full table. It pins CLI, core, HTTP, payments, Hono, and direct x402 buyer dependencies in Install Lucid, then runs the paid transaction in a clean temporary project.

Do not assemble a channel package by package

Avoid this pattern:

latest core + repository payments + an older adapter + copied Next example

Extension types and runtime contracts move together. Use one generated Stable set with a lockfile, or clone this repository and use its workspace and lockfile as the Next set. When a package must be upgraded independently, run its type checks plus the cross-package examples and HTTP/payment smoke tests before shipping.

Verify before copying an example

Check a public version:

npm view @lucid-agents/core version
npm view @lucid-agents/payments version

Check the current repository set:

bun install --frozen-lockfile
bun run build:packages
bun run type-check
bun run test:docs

If a page's badge and the package you installed disagree, stop and select one channel. Do not silence the resulting type error with a cast.

On this page