Download the PHP package bradvin/wp-ai-client-streaming without Composer
On this page you can find all versions of the php package bradvin/wp-ai-client-streaming. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bradvin/wp-ai-client-streaming
More information about bradvin/wp-ai-client-streaming
Files in bradvin/wp-ai-client-streaming
Package wp-ai-client-streaming
Short Description WordPress AI streaming adapter package that mirrors WordPress 7 AI integration patterns.
License GPL-2.0-or-later
Homepage https://github.com/bradvin/wp-ai-client-streaming
Informations about the package wp-ai-client-streaming
WP AI Client Streaming
bradvin/wp-ai-client-streaming is a WordPress 7 streaming adapter package designed to read like a small extension of core’s AI client layer.
It exposes core-style WP_AI_* classes and helper functions. When multiple plugins bundle the package, its global loader keeps a single active copy and loads the newest registered package version.
If you are reviewing the package for upstream WordPress use, start with:
docs/core-review-notes.mddocs/integration-guide.md
Install
Demo Plugin
If you want a working wrapper plugin and demo UI for this package, see:
https://github.com/bradvin/wp-stream
Bootstrap
Initialize the discovery strategy after plugins have loaded:
The package registers itself through WP_AI_Client_Streaming_Package_Loader as Composer autoloads each bundled copy. Actual adapter classes are loaded later from the newest registered version, so direct class access should happen on or after plugins_loaded.
Usage
Use the streaming-aware prompt helper directly:
Or wrap an existing core prompt builder:
For transport diagnostics against the default registry, call:
License
bradvin/wp-ai-client-streaming is licensed under GPL-2.0-or-later.
Publishing
The latest tagged release for this package is v1.0.0.
For the publish checklist, see docs/publishing.md.