Skip to content

cleanup: delete :llm-runtime:kqwen module#126

Merged
michalharakal merged 1 commit into
developfrom
cleanup/delete-kqwen
May 4, 2026
Merged

cleanup: delete :llm-runtime:kqwen module#126
michalharakal merged 1 commit into
developfrom
cleanup/delete-kqwen

Conversation

@michalharakal
Copy link
Copy Markdown
Contributor

The :llm-runtime:kqwen module wrapped the legacy LlamaIngestion-based Qwen loader path (QwenIngestion). It had no remaining consumers after #121 swapped the kllama CLI's Qwen branch to the DSL path (QwenNetworkLoader + OptimizedLLMRuntime).

Verification — zero external references

$ grep -rn 'project(":llm-runtime:kqwen")\|"sk.ainet.apps.kqwen' --include="*.kts" --include="*.kt"
settings.gradle.kts:32:include("llm-runtime:kqwen")

Only the settings.gradle.kts include itself. Removed in this PR (replaced with a comment explaining why for future readers).

./gradlew projects now shows the module is gone from the graph.

Diff stats

  • 2 files deleted (build.gradle.kts + QwenIngestion.kt, 88 lines).
  • 1 file modified (settings.gradle.kts, +4 / -1 — comment + removed include).

Test plan

  • :llm-runtime:kllama:jvmTest, :llm-apps:skainet-cli:build, :llm-apps:kllama-cli:build, :llm-inference:qwen:jvmTest all pass.
  • CI green on PR.

🤖 Generated with Claude Code

Phase 5b cleanup. The `:llm-runtime:kqwen` module wrapped the legacy
LlamaIngestion-based Qwen loader path (`QwenIngestion`); it had no
remaining consumers after #121 swapped the kllama CLI's Qwen branch
to the DSL path (`QwenNetworkLoader` + `OptimizedLLMRuntime`).

Verified zero external references via grep:
    `project(":llm-runtime:kqwen")` → no hits
    `import sk.ainet.apps.kqwen` → no hits
The only mention was `settings.gradle.kts` itself, removed in this PR.

`./gradlew projects` now shows the module is gone from the graph;
:llm-runtime:kllama, :llm-apps:skainet-cli, :llm-apps:kllama-cli,
:llm-inference:qwen tests/builds all pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@michalharakal michalharakal merged commit b038f24 into develop May 4, 2026
2 checks passed
@michalharakal michalharakal deleted the cleanup/delete-kqwen branch May 4, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant