@ai.ntellect/core 1.1.1 → 1.1.2
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 +11 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,15 +75,14 @@ pnpm add @ai.ntellect/core zod
|
|
|
75
75
|
## Table of Contents
|
|
76
76
|
|
|
77
77
|
- [Core Thesis](#core-thesis)
|
|
78
|
-
- [
|
|
79
|
-
- [
|
|
80
|
-
- [
|
|
81
|
-
- [
|
|
82
|
-
- [
|
|
83
|
-
- [Persistence — Memory & Checkpoints](#persistence--memory--checkpoints)
|
|
78
|
+
- [GraphFlow](#graphflow)
|
|
79
|
+
- [CortexFlow](#cortexflow)
|
|
80
|
+
- [Agent](#agent)
|
|
81
|
+
- [Pipelines](#pipelines)
|
|
82
|
+
- [Persistence](#persistence)
|
|
84
83
|
- [Planner & Compiler](#planner--compiler)
|
|
85
|
-
- [CLI
|
|
86
|
-
- [
|
|
84
|
+
- [CLI](#cli)
|
|
85
|
+
- [GraphController](#graphcontroller)
|
|
87
86
|
|
|
88
87
|
---
|
|
89
88
|
|
|
@@ -264,7 +263,7 @@ import {
|
|
|
264
263
|
|
|
265
264
|
---
|
|
266
265
|
|
|
267
|
-
##
|
|
266
|
+
## Pipelines
|
|
268
267
|
|
|
269
268
|
Declarative pipelines with triggers, typed stages, and human gates.
|
|
270
269
|
|
|
@@ -412,3 +411,6 @@ await controller.sequential("workflow_a", "workflow_b");
|
|
|
412
411
|
## License
|
|
413
412
|
|
|
414
413
|
MIT
|
|
414
|
+
cense
|
|
415
|
+
|
|
416
|
+
MIT
|