@praxisui/ai 9.0.0-beta.3 → 9.0.0-beta.4

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 (2) hide show
  1. package/README.md +1 -28
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,30 +1,3 @@
1
- ---
2
- title: "AI"
3
- slug: "ai-overview"
4
- description: "Overview of @praxisui/ai with backend-orchestrated provider flows, governed assistant UX, structured configuration proposals, and tenant-aware risk policy."
5
- doc_type: "guide"
6
- document_kind: "component-overview"
7
- component: "ai"
8
- category: "components"
9
- audience:
10
- - "host"
11
- - "frontend"
12
- - "platform-team"
13
- - "architect"
14
- level: "intermediate"
15
- status: "active"
16
- owner: "praxis-ui"
17
- toc: true
18
- sidebar: true
19
- icon: "smart_toy"
20
- last_updated: "2026-04-08"
21
- source_of_truth:
22
- - "projects/praxis-ai/README.md"
23
- - "projects/praxis-ai/docs/ai-deployment-flow.md"
24
- related_docs:
25
- - "host-integration-guide"
26
- ---
27
-
28
1
  # @praxisui/ai
29
2
 
30
3
  AI building blocks and assistant integration for Praxis UI applications. The package is designed for Angular hosts that need AI to understand existing runtime materializers, ask for clarification, answer consultative questions, and propose governed configuration changes without turning the browser into a free-form code generator.
@@ -61,7 +34,7 @@ Peer dependencies:
61
34
  - `@angular/forms` `^21.0.0`
62
35
  - `@angular/material` `^21.0.0`
63
36
  - `@google/generative-ai` `^0.24.1`
64
- - `@praxisui/core` `^9.0.0-beta.3`
37
+ - `@praxisui/core` `^9.0.0-beta.4`
65
38
  - `rxjs` `~7.8.0`
66
39
 
67
40
  ## When to use
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/ai",
3
- "version": "9.0.0-beta.3",
3
+ "version": "9.0.0-beta.4",
4
4
  "description": "AI building blocks and assistant integration for Praxis UI applications.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.0-beta.3",
8
+ "@praxisui/core": "^9.0.0-beta.4",
9
9
  "@angular/cdk": "^21.0.0",
10
10
  "@angular/forms": "^21.0.0",
11
11
  "@angular/material": "^21.0.0",