NAME

Langertha::Knarr::Protocol::Anthropic - Anthropic-compatible wire protocol (/v1/messages) for Knarr

VERSION

version 1.001

DESCRIPTION

Implements the Anthropic Messages wire format on top of Langertha::Knarr::Protocol. Loaded by default.

  • POST /v1/messages — sync and named-event SSE streaming

Streaming emits the full event sequence the Anthropic SDK expects: message_start, content_block_start, content_block_delta×N, content_block_stop, message_delta, message_stop.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/langertha-knarr/issues.

IRC

Join #langertha on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.