Polyweave

@polyweave/execution-graph (1.0.3)

Published 2026-07-11 00:53:59 +00:00 by Dvorak

Installation

@polyweave:registry=https://hub.kl1.tenere.ai/api/packages/Polyweave/npm/
npm install @polyweave/execution-graph@1.0.3
"@polyweave/execution-graph": "1.0.3"

About this package

execution-graph

Searchable execution DAG records backed by Polyweave fact graph.

Synopsis

import { createExecutionGraph, ExecutionRelation, ExecutionType } from '@polyweave/execution-graph';

const graph = createExecutionGraph({ /* options */ });

Install

npm install @polyweave/execution-graph

API

createExecutionGraph(options)

Creates a searchable execution DAG backed by the Polyweave fact graph store.

ExecutionRelation

Enum of execution relationship types for graph edges.

ExecutionType

Enum of execution node types in the DAG.

Tests

npm test

Requirements

Node.js 18 or later. ESM only.

License

MIT

Dependencies

Dependencies

ID Version
@polyweave/state *

Development Dependencies

ID Version
@rigor/core *

Keywords

polyweave execution graph trace
Details
npm
2026-07-11 00:53:59 +00:00
80
John Dvorak
SEE LICENSE IN LICENSE
latest
2.8 KiB
Assets (1)
Versions (3) View all
1.0.3 2026-07-11
1.0.2 2026-07-10
1.0.1 2026-07-10