Skip to content

Feat/gateway v1#71

Merged
xaviave merged 1 commit into
devfrom
feat/gateway-v1
Jul 21, 2026
Merged

Feat/gateway v1#71
xaviave merged 1 commit into
devfrom
feat/gateway-v1

Conversation

@xaviave

@xaviave xaviave commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Introduces a central broker that fully isolates modules — they only
talk to the Gateway + Redis, never to each other directly.
Add Permission handling and sub-task-id

RPCs:

StartStream: Module B requests execution of Module A (ACK + task_id)
Stream: BiDi for Module B to read Module A's output and send data back through the Gateway
SendSignal: out-of-band control signals (cancel, pause) via Redis pub/sub
Gateway injects ModuleStartInfo as the first entry of the Redis
output stream.

feat(sdk): add secret and permission layer

feat(task): add task-id associated generator

feat(task): add task-id associated generator

release(beta): staging release

@thibaud-perrin thibaud-perrin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xaviave
xaviave merged commit 17e5feb into dev Jul 21, 2026
7 checks passed
@xaviave
xaviave deleted the feat/gateway-v1 branch July 21, 2026 09:23
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.

2 participants