akpm-knowledge-base-chat 2.0.73 → 2.0.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CDN/akb-chat.js +3219 -3083
  2. package/README.md +3 -8
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -43,18 +43,13 @@ npm run cdn:stable # Promuove a Produzione
43
43
 
44
44
  Vedi [docs/deployment.md](docs/deployment.md) per la procedura completa.
45
45
 
46
- ## Dipendenze
47
-
48
- - **AKS Knowledge Base Back** — backend principale (orchestrator, KB, Forge, GenDoc, Transcription)
49
-
50
46
  ## Documentazione
51
47
 
52
- - [Panoramica](docs/index.md)
53
- - [Installazione e integrazione](docs/installation.md)
48
+ - [Installazione](docs/installation.md)
54
49
  - [Configurazione](docs/configuration.md)
55
50
  - [Architettura](docs/architecture.md)
56
51
  - [Sviluppo](docs/development.md)
57
- - [Testing](docs/testing.md)
58
52
  - [Deploy](docs/deployment.md)
59
- - [Troubleshooting](docs/troubleshooting.md)
60
53
  - [Servizi esterni](docs/integration.md)
54
+
55
+ Documentazione aggiornata al commit: `2f5af5d3ffe18ec9281e898d75caad0fed882ea6`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "akpm-knowledge-base-chat",
3
3
  "private": false,
4
- "version": "2.0.73",
4
+ "version": "2.0.75",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "CDN"