feat!: Redis-first task transport and minimal gateway surface#209
Merged
Conversation
xaviave
force-pushed
the
feat/mvp-redis
branch
4 times, most recently
from
June 23, 2026 12:33
1db9e28 to
c63d0e2
Compare
thibaud-perrin
previously approved these changes
Jul 21, 2026
fix(ci): fix ci divergent from local fix(test): fix test for python 3.12 feat(sdk): add reconnection via dial + redis==8 and x-task-id in grpc metadata feat(sdk): 1.0.0.dev19 / reco feat(sdk): 1.0.0.dev20 / reco feat(sdk): 1.0.0.dev21 / middleware permission feat(sdk): 1.0.0.dev22 / middleware permission & ecrets feat(sdk): 1.0.0.dev23 / associated task id feat(sdk): 1.0.0.dev23 / log associated task id feat(sdk): 1.0.0.dev25 / log associated task id release(beta): staging release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the gRPC-loopback / Taskiq task path with a Redis Streams + pub/sub architecture. Gateway<->module communication now flows entirely through Redis: modules write output directly to Redis and the gateway exposes only a small external consumer surface.
Task transport (Redis-first)
Gateway
Resilience
Settings
Exceptions
Profiling & schema
AG-UI / agno
Removals (dead layers)
Tests
BREAKING CHANGE: gRPC loopback and Taskiq transports are removed; Redis is now a required dependency for task dispatch and signals. The agent and snapshot services, the callback and chat-history mixins, and the grpc_servers/utils/exceptions module are removed/relocated.