@igoruehara/canvas-flow 0.1.6 → 0.1.8
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
CHANGED
|
@@ -46,6 +46,24 @@ http://localhost:3333
|
|
|
46
46
|
- chaves de API para consumir fluxos publicados;
|
|
47
47
|
- validacao do ambiente com `doctor`.
|
|
48
48
|
|
|
49
|
+
## Interface
|
|
50
|
+
|
|
51
|
+
### Editor Visual
|
|
52
|
+
|
|
53
|
+

|
|
54
|
+
|
|
55
|
+
### Teste Do Fluxo
|
|
56
|
+
|
|
57
|
+

|
|
58
|
+
|
|
59
|
+
### Biblioteca De Componentes
|
|
60
|
+
|
|
61
|
+

|
|
62
|
+
|
|
63
|
+
### Provedores
|
|
64
|
+
|
|
65
|
+

|
|
66
|
+
|
|
49
67
|
## Rodar Com Docker
|
|
50
68
|
|
|
51
69
|
Para ambiente local simples, suba MongoDB junto com o Canvas Flow:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igoruehara/canvas-flow",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Standalone npm launcher for Canvas Flow multi-agent GenAI workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"IA",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"bin",
|
|
19
|
+
"docs/screenshots",
|
|
19
20
|
"public",
|
|
20
21
|
"server",
|
|
21
22
|
"templates",
|