feat: SwiftBuddy Memory Palace V1 & Omni Audio Edge Stabilization#31
Open
feat: SwiftBuddy Memory Palace V1 & Omni Audio Edge Stabilization#31
Conversation
- Injected export pipeline guaranteeing MLX metal library initialization hooks bypass Github Action test environments natively
- Introduced currentWing target on ChatViewModel for persona routing - Intercepted userText explicitly searching SwiftData native memories - Pre-pended retrieved factual context invisibly inside system prompts ensuring zero-latency, 100% stable context retention across all dumb models seamlessly
…teObject lifecycle bug
…rference and make downloaded models directly tappable to load
…hat bypasses token.isThinking flag
…for finalized chat messages
…r via HubApi for SwiftBuddy
… MLX/GGUF formatting for Hub queries
…ing the Search UI model list
…o prevent macOS layout recursion crashes resulting in blank models
…cursive background querying for HF Hub discovery
…ative Hub cursor pagination
…skeleton constraints for HuggingFace Hub modal layout
…tize absolute cached file size in row view
…ng to RegistryService to trace GitHub API access drops
…hed persona.json and statically request known room txt files
…g preventing successful 404 recovery
… WAL transaction flooding during massive persona corpus ingestion
…lts on SwiftBuddyApp boot sequence
…oops by converting TextEditor blocks to vertical TextFields inside iOS/macOS active ScrollViews
…ine and introduce Native graphical Map hierarchy for memory rooms
…or teardown on macOS modal sheets
…natively into ChatView toolbars for RAG identity mapping
…tly reflect the currently selected memory persona wing
…try and pivot root Navigation to a primary Friends List model
…ectures by forcefully prepending RAG variables linearly against raw User instructions rather than allocating hostile System Role bounds
… architecture mapping
… of inputEmbedding
…ocessor natively extracted the audio
… broken build script, and expose native inference logs in Omni test harness
…s/checkout fatal error
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.
Pull Request
Title:
feat: SwiftBuddy Memory Palace V1 & Omni Audio Edge Stabilization🚀 Summary
This PR merges the entire
feature/swiftbuddy-mempalace-v1architecture intomain. This milestone finalizes our end-to-end multimodal inference pipeline over Gemma 4 (Text + Audio + Vision), heavily refines the SwiftBuddy interface natively for macOS, replaces the legacy persona integration pipeline with lightning-fast RAG vector synthesis (Memory Palace), and hardens the core local-inference framework to cleanly package zero-secret GitHub Action releases.🧠 Core Architectural Upgrades
DraftModelRefspeculative-decoding integration failures inServer.swift. Re-exposed the criticalGemma4Configurationpayload structs so thatMLXVLMprocessing can successfully bind scaling integers across the audio array ingestion layers. NativeinputEmbeddingoverrides are permanently restored!GraphPalaceServicein favor of precise, deterministic semantic searches usingMemoryPalaceService.synthesizePersonaIndex. To secure massive compute continuity, RAG directives are forcefully appended into dynamic UI states to avoid fracturing identical MLX KV-cache hits!pread()blocking when sliding across enormous MoE configurations.🎨 Layout & Discovery Aesthetics (SwiftBuddy)
Toolbarbounds for native UI fluidity. TrappedNSDetectedLayoutRecursionrendering faults inherently caused by Apple'sTextEditorSwiftUI boundaries.ByteCountFormatter, traps undocumented GGUF metadata returns, and natively embeds offline-verified "Interactive Summoning" states directly into individual model rows.🧪 Pipeline Validation
SwiftLMTestSTFTharness evaluation points.swift build -c release.