Skip to content

Bump lf_toolkit v1.0 -> v1.1.1 - #2

Merged
m-messer merged 1 commit into
mainfrom
bump-lf-toolkit-v1.1.1
Sep 1, 2026
Merged

Bump lf_toolkit v1.0 -> v1.1.1#2
m-messer merged 1 commit into
mainfrom
bump-lf-toolkit-v1.1.1

Conversation

@m-messer

@m-messer m-messer commented Sep 1, 2026

Copy link
Copy Markdown
Member

v1.0 (lock resolved main@bc36871) shipped a broken stdio RPC server: StdioClient wrapped the text sys.stdout/sys.stdin in anyio binary FileWriteStream/FileReadStream, so every RPC call from shimmy failed with "can't concat str to bytes" and timed out. With the Dockerfile now on FUNCTION_RPC_TRANSPORT=stdio this broke all /evaluate requests.

v1.1.1 (47023b8) fixes StdioClient to use sys.stdin.buffer / sys.stdout.buffer, routes diagnostics to stderr, and includes the NewlineStreamIO large-message fix. All runnable models (basic_nn, shannon_letters_single, shannon_letters_ngram, shannon_words_ngram, bengio_infer) verified working end-to-end over the muEd /evaluate endpoint after this bump.

Claude-Session: https://claude.ai/code/session_01UsgxJUsq1vG176rbznHRqz

v1.0 (lock resolved main@bc36871) shipped a broken stdio RPC server:
StdioClient wrapped the text sys.stdout/sys.stdin in anyio binary
FileWriteStream/FileReadStream, so every RPC call from shimmy failed
with "can't concat str to bytes" and timed out. With the Dockerfile
now on FUNCTION_RPC_TRANSPORT=stdio this broke all /evaluate requests.

v1.1.1 (47023b8) fixes StdioClient to use sys.stdin.buffer /
sys.stdout.buffer, routes diagnostics to stderr, and includes the
NewlineStreamIO large-message fix. All runnable models
(basic_nn, shannon_letters_single, shannon_letters_ngram,
shannon_words_ngram, bengio_infer) verified working end-to-end over
the muEd /evaluate endpoint after this bump.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UsgxJUsq1vG176rbznHRqz
@m-messer
m-messer merged commit bcbb8da into main Sep 1, 2026
@m-messer
m-messer deleted the bump-lf-toolkit-v1.1.1 branch September 1, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant