managarten/services/matrix-project-doc-bot
Till JS 62c5dddab0 feat(project-doc-bot): migrate to shared-llm, remove OpenAI dependency
Migrate matrix-project-doc-bot from raw fetch to @manacore/shared-llm
and remove the unused openai npm package. The bot was already using
mana-llm and mana-stt (not OpenAI directly), but the code still had
raw fetch calls and the openai package installed.

Changes:
- generation.service.ts: raw fetch → llm.chat() via LlmClientService
- app.module.ts: add LlmModule.forRootAsync()
- Remove openai dependency (was unused in code)
- Update CLAUDE.md: document actual AI stack (mana-llm + mana-stt)
- Update TECH_STACK_INDEPENDENCE.md: mark Prio 1-3 as completed
  - Prio 1: Picture App → mana-image-gen 
  - Prio 2: Project Doc Bot → Ollama + mana-stt 
  - Prio 3: All LLM calls via mana-llm 
  - Self-hosted percentage: 75% → ~80%

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 10:44:56 +01:00
..
src feat(project-doc-bot): migrate to shared-llm, remove OpenAI dependency 2026-03-24 10:44:56 +01:00
.env.example feat(matrix-bots): add voice note transcription via mana-stt 2026-01-28 16:10:20 +01:00
CLAUDE.md feat(project-doc-bot): migrate to shared-llm, remove OpenAI dependency 2026-03-24 10:44:56 +01:00
Dockerfile feat(games): add whopixels hosting at whopxl.mana.how 2026-03-20 19:57:50 +01:00
drizzle.config.ts feat(matrix): add Stats Bot and Project Doc Bot services 2026-01-28 00:44:28 +00:00
nest-cli.json feat(matrix): add Stats Bot and Project Doc Bot services 2026-01-28 00:44:28 +00:00
package.json feat(project-doc-bot): migrate to shared-llm, remove OpenAI dependency 2026-03-24 10:44:56 +01:00
tsconfig.json fix(project-doc-bot): add include/exclude to tsconfig for correct dist output 2026-02-01 23:01:12 +01:00