@lumenflow/runtime 3.22.0 → 4.0.0
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/LICENSE +1 -1
- package/README.md +14 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -15,4 +15,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
15
15
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
16
16
|
|
|
17
17
|
For the full license text, see the LICENSE file in the root of the
|
|
18
|
-
LumenFlow repository: https://github.com/hellmai/lumenflow
|
|
18
|
+
LumenFlow repository: https://github.com/hellmai/lumenflow
|
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @lumenflow/runtime
|
|
2
|
+
|
|
3
|
+
Runtime daemon, scheduler, sessions, and IPC transport for LumenFlow.
|
|
4
|
+
|
|
5
|
+
## What It Provides
|
|
6
|
+
|
|
7
|
+
- Governed durable execution runtime
|
|
8
|
+
- Session management and lifecycle
|
|
9
|
+
- IPC transport layer for agent communication
|
|
10
|
+
- Scheduler for deferred and recurring tasks
|
|
11
|
+
|
|
12
|
+
## License
|
|
13
|
+
|
|
14
|
+
AGPL-3.0-only. See [LICENSE](./LICENSE).
|