Skip to content

feat(deps): bump eyrie to 6057740 (image-gen + audio-transcription backends) - #247

Merged
Patel230 merged 1 commit into
mainfrom
feat/eyrie-media-stt-backends
Aug 24, 2026
Merged

feat(deps): bump eyrie to 6057740 (image-gen + audio-transcription backends)#247
Patel230 merged 1 commit into
mainfrom
feat/eyrie-media-stt-backends

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Summary

Bumps the eyrie submodule + go.mod pseudo-version (parity-safe) to pick up GrayCodeAI/eyrie#112: OpenAI-compatible ImageClient (/v1/images/generations) and AudioClient (/v1/audio/transcriptions).

These are the concrete provider backends that wire hawk's pluggable MediaEngine / Transcriber seams (SetMediaEngine / SetTranscriber).

README capabilities table updated to document the wiring path (host routes through the eyrie facade — boundary-guarded, hawk production code does not import eyrie/client directly — then calls the setters), replacing the previous "needs a wired engine" placeholder.

Verification

eyrie CI all green (lint/vet/test); hawk submodule parity satisfied (gitlink == go.mod pseudo-version); local build clean.

…ckends)

Bumps eyrie (and the go.mod pseudo-version together for parity) to pick up
eyrie#112: OpenAI-compatible ImageClient (POST /v1/images/generations) and
AudioClient (POST /v1/audio/transcriptions).

These are the concrete provider backends that wire hawk's pluggable
MediaEngine / Transcriber seams (SetMediaEngine / SetTranscriber). The README
capabilities table now documents the wiring path: a host routes through the
eyrie facade (boundary-guarded; hawk production code does not import
eyrie/client directly) and calls the setters, replacing the previous
'needs a wired engine' placeholder.
@Patel230
Patel230 merged commit b48bfb7 into main Aug 24, 2026
26 checks passed
@Patel230
Patel230 deleted the feat/eyrie-media-stt-backends branch August 24, 2026 02:42
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