feat: project setup

This commit is contained in:
darwincereska
2026-01-05 16:56:38 -05:00
parent b6107c7c06
commit 40f8a64a49
38 changed files with 350 additions and 0 deletions

18
ai/AI.md Normal file
View File

@@ -0,0 +1,18 @@
# AI
## FILES
- **client** `AI Service Clients`
- client.go `Client Interface`
- ollama.go `Ollama HTTP Client`
- **detector** `Speaker Detection Logic`
- context.go `Context tracking for conversations`
- patterns.go `Rule-based Fallback Detection`
- speaker.go `Main Speaker Detection`
- **models** `Model Management`
- config.go `Model Configurations`
- manager.go `Model Downloading/Switching`
- registry.go `Available Models Registry`
- **prompts** `Prompt Templates`
- speaker_detection.go `Prompts for Speaker Identification`
- templates.go `Prompt Template Utilities`