Releases: premieroctet/php-stream-protocol
Releases · premieroctet/php-stream-protocol
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Add initial implementation of PHP Stream Protocol library - Created .gitignore to exclude vendor and composer.lock files. - Added composer.json for package management with dependencies. - Introduced README.md with library description, features, installation instructions, and usage examples. - Implemented core classes for handling AI streaming protocols, including StreamProtocol, StreamHandler, MessageConverter, and message structures (ClientMessage, ClientAttachment, ToolInvocation). - Added example usage scripts to demonstrate library functionality. - Established a structure for tool registration and invocation during streaming.