Commit de8bfe9
feat: connect LLM to tri /chat — FluentChatEngine replaces pattern matcher
tri /chat now uses FluentChatEngine (symbolic + TinyLlama GGUF fallback)
instead of the pure pattern matcher (IglaLocalChat). This gives tri /chat
the same LLM intelligence as the fluent binary.
Changes:
- build.zig: vibeec_chat module root → igla_fluent_cli.zig
- igla_fluent_cli.zig: re-export IglaLocalChat types for backward compat
- tri/main.zig: CLIState uses FluentChatEngine, chat() instead of respond()
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 02e32be commit de8bfe9
3 files changed
Lines changed: 2487 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments