lucid-agents-sdk
Installation
SKILL.md
Lucid Agents SDK
TypeScript/Bun framework for building, monetizing, and verifying AI agents.
Packages
- @lucid-agents/core - Protocol-agnostic agent runtime with extension system
- @lucid-agents/http - HTTP extension for request/response handling
- @lucid-agents/identity - ERC-8004 identity and trust layer
- @lucid-agents/payments - x402 payment utilities with bi-directional tracking
- @lucid-agents/analytics - Payment analytics and reporting
- @lucid-agents/wallet - Wallet SDK for agent and developer wallets
- @lucid-agents/a2a - A2A Protocol client for agent-to-agent communication
- @lucid-agents/ap2 - AP2 (Agent Payments Protocol) extension
- @lucid-agents/hono - Hono HTTP server adapter
- @lucid-agents/express - Express HTTP server adapter
- @lucid-agents/tanstack - TanStack Start adapter
- @lucid-agents/cli - CLI for scaffolding new agent projects
Related skills