@boltai/hermes-ai-sdk-provider
v0.0.1
Published
Hermes Agent AI SDK provider with Hermes-specific SSE progress event support
Readme
@boltai/hermes-ai-sdk-provider
Hermes Agent provider for the AI SDK, including Hermes-specific SSE progress event handling.
Local development
The macOS webview currently consumes this package via a local file dependency:
"@boltai/hermes-ai-sdk-provider": "file:../Packages/hermes-ai-sdk-provider"This keeps BoltAI and the provider implementation in the same repo while allowing the provider to be built, tested, and published independently.
Publish flow
- Update
versioninpackage.json - Run:
npm install
npm test
npm publishprepack rebuilds dist/ automatically before publishing.
After publishing
Replace the local file dependency in consumers with the published version, for example:
"@boltai/hermes-ai-sdk-provider": "^0.0.1"