@praxisui/ai 8.0.0-beta.32 → 8.0.0-beta.33
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.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: "AI"
|
|
3
3
|
slug: "ai-overview"
|
|
4
|
-
description: "Overview of @praxisui/ai with backend-orchestrated provider flows,
|
|
4
|
+
description: "Overview of @praxisui/ai with backend-orchestrated provider flows, governed assistant UX, structured configuration proposals, and tenant-aware risk policy."
|
|
5
5
|
doc_type: "guide"
|
|
6
6
|
document_kind: "component-overview"
|
|
7
7
|
component: "ai"
|
|
@@ -27,13 +27,13 @@ related_docs:
|
|
|
27
27
|
|
|
28
28
|
# @praxisui/ai
|
|
29
29
|
|
|
30
|
-
AI building blocks and assistant integration for Praxis UI applications. The package is designed for Angular hosts that need
|
|
30
|
+
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.
|
|
31
31
|
|
|
32
32
|
Short mental model:
|
|
33
33
|
|
|
34
34
|
- `@praxisui/ai` is not a direct wrapper around external LLM providers.
|
|
35
35
|
- the canonical path is backend orchestration through Praxis Config endpoints under `/api/praxis/config/ai/**`.
|
|
36
|
-
- the library helps the host compose suggestions, clarifications, risk policy, and
|
|
36
|
+
- the library helps the host compose suggestions, clarifications, risk policy, and governed apply flows without turning AI into a host-local sidecar or disposable screen generator.
|
|
37
37
|
|
|
38
38
|
## Documentation
|
|
39
39
|
|
|
@@ -54,7 +54,7 @@ Peer dependencies (Angular v20):
|
|
|
54
54
|
|
|
55
55
|
## When to use
|
|
56
56
|
|
|
57
|
-
- Add AI-assisted
|
|
57
|
+
- Add AI-assisted consultation, clarification, and governed configuration proposals to Praxis UI components
|
|
58
58
|
- Centralize provider and model validation behind backend-controlled endpoints
|
|
59
59
|
- Apply tenant-aware confirmation and risk policies in enterprise environments
|
|
60
60
|
|
|
@@ -62,7 +62,7 @@ Peer dependencies (Angular v20):
|
|
|
62
62
|
|
|
63
63
|
- assistant UX surfaces and interaction flow
|
|
64
64
|
- reusable assistant shell primitives such as conversation messages, quick replies, prompt composer, governed actions, viewport-level drag/resize chrome, layout restore and minimized-session dock
|
|
65
|
-
- backend API orchestration for provider catalog, suggestions, and
|
|
65
|
+
- backend API orchestration for provider catalog, suggestions, structured proposals, and governed apply flows
|
|
66
66
|
- local lightweight session history with tenant/env/user scoping
|
|
67
67
|
- confirmation and risk policy integration for sensitive changes
|
|
68
68
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/ai",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.33",
|
|
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": "^8.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^8.0.0-beta.33",
|
|
9
9
|
"@angular/cdk": "^21.0.0",
|
|
10
10
|
"@angular/forms": "^21.0.0",
|
|
11
11
|
"@angular/material": "^21.0.0",
|