Skip to content

Conversation

@bart-linera
Copy link
Contributor

@bart-linera bart-linera commented Dec 4, 2025

Motivation

On a private repository Mathieu started working on an alternative node service with a plugin system for external processes that want to interact with apps and commit operations.

Proposal

Add the plugin system to the node service itself. (The task processor part done by Claude, but reviewed.)

This PR is an extension of #5056

Test Plan

CI
(Claude added a test; to extend that we'd have to write an example app that requests actions from a plugin.)

Release Plan

  • These changes should be backported to the latest testnet branch, then
    • be released in a new SDK,

Links

@bart-linera bart-linera requested review from afck, deuszx and ma2bd December 4, 2025 12:06
@bart-linera bart-linera mentioned this pull request Dec 4, 2025

Default value: `0`
* `--port <PORT>` — The port on which to run the server
* `--operator-application-ids <OPERATOR_APPLICATION_IDS>` — Application IDs of operator applications to watch. When specified, a task processor is started alongside the node service
Copy link
Contributor

Choose a reason for hiding this comment

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

"operator application" is not quite right because some of these applications may not use an "operator" at all. Let's do a round of brainstorming

@bart-linera bart-linera marked this pull request as ready for review December 5, 2025 18:37
Copy link
Contributor

@ma2bd ma2bd left a comment

Choose a reason for hiding this comment

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

@bart-linera Thanks for the PR. This looks awesome

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.

3 participants