feat: use real logos-delivery-module for Delivery transport#173
Open
jimmy-claw wants to merge 1 commit into
Open
feat: use real logos-delivery-module for Delivery transport#173jimmy-claw wants to merge 1 commit into
jimmy-claw wants to merge 1 commit into
Conversation
Wire up QtRO inter-module IPC to logos-co/logos-delivery-module as the primary delivery transport, replacing the FFI-only path. - Add DeliveryTransport C++ class: QtRO bridge to delivery_module via logosAPI->getClient(), with send/subscribe/unsubscribe/createNode/start - Update LmaoBackend to prefer QtRO delivery when connected, with automatic fallback to FFI transport - Add lmao_build_task_envelope FFI function: builds A2A envelope without sending, enabling C++ side to route via QtRO - Add lmao_get_info and lmao_get_metrics FFI functions - Add logos-core feature flag to lmao-ffi for compile-time transport selection (LogosCoreDeliveryTransport vs LogosMessagingTransport) - Wire DeliveryTransport into LmaoComponent::createWidget via LogosAPI Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
DeliveryTransportC++ class: QtRO bridge todelivery_modulevialogosAPI->getClient(), exposing send/subscribe/unsubscribeLmaoBackend::sendTask()to prefer QtRO delivery when connected, with automatic fallback to FFI transportlmao_build_task_envelopeFFI function for building A2A envelopes without sending (enables C++ QtRO routing)logos-corefeature flag tolmao-ffifor compile-time transport selection (LogosCoreDeliveryTransportvsLogosMessagingTransport)lmao_get_infoandlmao_get_metricsFFI functionsDeliveryTransportintoLmaoComponent::createWidgetvia LogosAPITest plan
cargo test --workspace— all tests pass (including new envelope/info/metrics tests)sendTaskuses QtRO path whenDeliveryTransportis connected in Logos CoreFixes #143
🤖 Generated with Claude Code