feat(llm): add kon-llm stub crate with LlmEngine interface — Phase 3 will wire real model

This commit is contained in:
2026-04-19 10:42:24 +01:00
parent b1b3c689d6
commit 8640b255e9
3 changed files with 80 additions and 0 deletions

6
crates/llm/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "kon-llm"
version = "0.1.0"
edition = "2021"
[dependencies]