959 B
Hermes Gateway Adapter Compatibility Shim
@paperclipai/adapter-hermes-gateway is a deprecated compatibility shim.
Use @paperclipai/hermes-paperclip-adapter for new installs and import gateway
entrypoints from @paperclipai/hermes-paperclip-adapter/gateway. The adapter
type remains hermes_gateway; only package ownership changed.
hermes_gateway is for an already-running Hermes API server. It does not start
the local Hermes CLI. If Paperclip should launch local hermes chat as a child
process, use hermes_local from @paperclipai/hermes-paperclip-adapter
instead.
The shim preserves the legacy exports for one release:
../server./ui./cli./ui-parser
These exports forward to the unified Hermes package. Existing
@paperclipai/adapter-hermes-gateway plugin installs should continue to load
during the compatibility window, but should migrate to
@paperclipai/hermes-paperclip-adapter before the shim is removed.