Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: premieroctet/php-stream-protocol

Tags

v1.0.9

Toggle v1.0.9's commit message
Release v1.0.9

v1.0.8

Toggle v1.0.8's commit message
Release v1.0.8

v1.0.7

Toggle v1.0.7's commit message
Fix parts

v1.0.6

Toggle v1.0.6's commit message
Fix parts

v1.0.5

Toggle v1.0.5's commit message
Allow files not digested

v1.0.4

Toggle v1.0.4's commit message
Change tool definition

v1.0.3

Toggle v1.0.3's commit message
Update autoload path in composer.json to reflect new directory struct…

…ure for PhpStreamProtocol.

v1.0.2

Toggle v1.0.2's commit message
Update namespace from PremierOctet\StreamProtocol to PremierOctet\Php…

…StreamProtocol, reflecting the new library name. Modify autoload paths in composer.json, update usage in README.md, and adjust example scripts accordingly. Introduce new classes for message handling and streaming protocols.

v1.0.1

Toggle v1.0.1's commit message
Refactor namespace from App\StreamProtocol to PremierOctet\StreamProt…

…ocol across all relevant files, updating usage in README.md and class files for consistency.

v1.0.0

Toggle v1.0.0's commit message
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.