Feat/normalization - #175
Closed
Ekyoz wants to merge 14 commits into
Closed
Conversation
…nication Add method to BaseModule that discovers a module by ID from registry and calls it via communication service. Exposed via context.helpers for use in trigger handlers. feat(helper) : add call_module_by_id and get_module_schemas_by_id helper refactor(module): extract helpers to ModuleHelpers class with tool creation support Move call_module_by_id and get_module_schemas_by_id from BaseModule to new ModuleHelpers class. Add create_openai_style_tool and create_tool_function helpers for dynamic tool schema generation and invocation. Handle end_of_stream protocol in gRPC communication to properly terminate streaming.
feat(setup): improve tool cache keying and config setup flow - Change tool cache to use module_id as key instead of field name - Support list types for companion cache fields (list[ModuleInfo]) - Handle Python 3.10+ union types (types.UnionType) in schema extender - Add run_config_setup hook for custom setup processing - Resolve tools before running config setup callback - Add debug logging for tool resolution flow
Ekyoz
force-pushed
the
feat/normalization
branch
from
February 20, 2026 15:26
0546f12 to
c7ff971
Compare
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.
No description provided.