@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +14 -0
  3. 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-dev
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/runtime",
3
- "version": "3.22.0",
3
+ "version": "4.0.0",
4
4
  "description": "Runtime daemon, scheduler, sessions, and IPC transport for LumenFlow",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",