Package 'rho.ext'

Title: Rho Extension Runtime
Description: Defines an open extension runtime for Rho. Extension handlers and registered tools are validated as typed values and normalized to asynchronous tasks during dispatch.
Authors: Sounkou Mahamane Toure [aut, cre]
Maintainer: Sounkou Mahamane Toure <[email protected]>
License: MIT + file LICENSE
Version: 0.0.1.9000
Built: 2026-07-15 18:49:27 UTC
Source: https://github.com/sounkou-bioinfo/Rho

Help Index


Extension registration and asynchronous dispatch

Description

An extension receives RhoExtensionAPI and registers typed tools, providers, commands, or event handlers. rho_dispatch_event() normalizes an event pipeline to a task so asynchronous handlers remain part of the agent control flow.