feat: dynamic dropdown YACL controller for provider selection - Removed @AutoGen from sttProvider/llmProvider/ttsProvider/liveBundleProvider - Added buildProviderSelectionCategory() building dropdowns from registry - Added createConfigScreen() merging auto-gen + provider selection tabs - Updated McTalking.java forge and neoforge to use new screen factory - #132
Open
sshcrack wants to merge 3 commits into
Open
sshcrack wants to merge 3 commits into
sshcrack wants to merge 3 commits into
Conversation
…g + local-ai-lib) - :api subproject: AiProvider, ProviderSelection, LiveSession, AiProviderRegistry - SessionFactory + GeminiGameSession/CitizenGameSession/LocalComposableSession - Provider selection config fields + en_us.json translations - ConversationManager: dual-path support (old GeminiWsClient + new gameSessions) - McTalkingVoicechatPlugin: handle game session audio input - local-ai-library: composite build enabled + stub providers - Build: implementation(project(:api)), compileOnly gemini_live_lib, local_ai_lib dep
… architecture - LlmFallback utility: tries configured LLM provider, falls back through registry providers with configurable timeout - MemoryCompactionService: startProviderLlmCompaction path when provider architecture is configured, falls back to existing Flash/Live modes - CitizenMemoryGenerator: tries LLM provider first, falls back to GeminiFlash - PlayerConversationMemoryGenerator: same pattern
- Removed @Autogen from sttProvider/llmProvider/ttsProvider/liveBundleProvider - Added buildProviderSelectionCategory() building dropdowns from registry - Added createConfigScreen() merging auto-gen + provider selection tabs - Updated McTalking.java forge and neoforge to use new screen factory
sshcrack
commented
Jun 21, 2026
| public enum Capability { | ||
| STT, | ||
| LLM, | ||
| TTS, |
Owner
Author
There was a problem hiding this comment.
Do a tts fast as well (for like live conversations and one for the dialog generator)
| String sttProviderId, | ||
| String llmProviderId, | ||
| String ttsProviderId, | ||
| String liveBundleProviderId |
Owner
Author
There was a problem hiding this comment.
Also don't require a live model. Instead it should be also possible to select like a conversation pipeline with it having Stt and then to tts and then played back you know
Owner
Author
There was a problem hiding this comment.
I want you to categorize models for like conversations, dialog Generation etc
| forgeLikeVersionRange = "[${prop("deps.minecolonies_version")},)" | ||
| } | ||
| required("gemini_live_lib") { | ||
| optional("gemini_live_lib") { |
Owner
Author
There was a problem hiding this comment.
Still make it required so it works for newest players
| forgeLikeVersionRange = "[${prop("deps.minecolonies_version")},)" | ||
| } | ||
| required("gemini_live_lib") { | ||
| optional("gemini_live_lib") { |
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.