Skip to content

Latest commit

 

History

History

README.md

@elizaos/agent

Standalone elizaOS agent and HTTP backend. Plugin routes can be registered on AgentRuntime and are served by the agent’s HTTP stack.

Documentation

Local development

From this package:

bun install
bun run typecheck
bun run test

See package.json for build, lint, and other scripts.

x402 at a glance

Paid routes set x402 on a Route. The middleware returns 402 with payment options and accepts on-chain proofs, facilitator payment IDs, or standard payment payloads (PAYMENT-SIGNATURE / X-Payment), then verifies and settles through a facilitator before running the handler.

For environment variables, events, replay protection, and buyer guidance, use the linked docs above.