Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ groups:
noSerdeLayer: false
skipResponseValidation: true
shouldGenerateWebsocketClients: true
# The hand-written wrapper (src/wrapper/x402.ts, src/wrapper/Client.ts)
# lazily imports @x402/fetch for the opt-in payments feature. Declare it
# as an optional peer dependency so bundlers, file tracers, and isolated
# installers can resolve the import (agentmail-node#24).
extraPeerDependencies:
"@x402/fetch": "^2"
extraPeerDependenciesMeta:
"@x402/fetch":
optional: true
packageJson:
description:
"The email inbox API for AI agents. Send, receive, reply, and
Expand Down