@lucern/contracts 1.0.2 → 1.0.4
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/CHANGELOG.md +6 -0
- package/dist/context-pack.contract.d.ts +10 -0
- package/dist/context-pack.contract.js.map +1 -1
- package/dist/dsl.d.ts +1 -0
- package/dist/dsl.js +10 -3
- package/dist/dsl.js.map +1 -1
- package/dist/dsl.values.js +10 -3
- package/dist/dsl.values.js.map +1 -1
- package/dist/function-registry/beliefs.js +302 -0
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +302 -0
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.js +302 -0
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +302 -0
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +302 -0
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +302 -0
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.js +302 -0
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.js +302 -0
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.js +302 -0
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +302 -0
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.d.ts +410 -6
- package/dist/function-registry/index.js +508 -2
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.js +302 -0
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +302 -0
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.js +302 -0
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/manifest.d.ts +2 -2
- package/dist/function-registry/manifest.js +10 -0
- package/dist/function-registry/manifest.js.map +1 -1
- package/dist/function-registry/nodes.js +302 -0
- package/dist/function-registry/nodes.js.map +1 -1
- package/dist/function-registry/ontologies.js +302 -0
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.js +302 -0
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.js +302 -0
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +302 -0
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.js +302 -0
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/worktrees.js +302 -0
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/generated/convexSchemas.js +1 -1
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/generated/infisicalRuntimeEnv.js +9 -9
- package/dist/generated/infisicalRuntimeEnv.js.map +1 -1
- package/dist/generated/schema-manifest.json +10 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +343 -17
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.contract.d.ts +3 -3
- package/dist/infisical-runtime.contract.js +3 -3
- package/dist/infisical-runtime.contract.js.map +1 -1
- package/dist/infisical-runtime.platform-secrets.d.ts +3 -3
- package/dist/infisical-runtime.platform-secrets.js +3 -3
- package/dist/infisical-runtime.platform-secrets.js.map +1 -1
- package/dist/manifests/edge-policy-manifest.d.ts +1 -1
- package/dist/manifests/infisical-runtime-manifest.d.ts +3 -3
- package/dist/manifests/infisical-runtime-manifest.js +3 -3
- package/dist/manifests/infisical-runtime-manifest.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/dist/schemas/index.js +29 -2
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +60 -25
- package/dist/schemas/manifest.js +29 -2
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/tables/kernel/embedding.d.ts +8 -1
- package/dist/schemas/tables/kernel/embedding.js +29 -2
- package/dist/schemas/tables/kernel/embedding.js.map +1 -1
- package/dist/schemas/tables/kernel/intelligence.d.ts +4 -4
- package/dist/schemas.values.js +29 -2
- package/dist/schemas.values.js.map +1 -1
- package/dist/sdk-methods.contract.d.ts +5 -0
- package/dist/sdk-tools.contract.js +292 -0
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/sdk-tools.contract.registry.js +292 -0
- package/dist/sdk-tools.contract.registry.js.map +1 -1
- package/dist/sdk-tools.contract.values.js +292 -0
- package/dist/sdk-tools.contract.values.js.map +1 -1
- package/dist/tool-contracts.d.ts +2 -0
- package/dist/tool-contracts.embeddings.d.ts +8 -0
- package/dist/tool-contracts.embeddings.js +120 -0
- package/dist/tool-contracts.embeddings.js.map +1 -0
- package/dist/tool-contracts.hybrid-discovery.d.ts +10 -0
- package/dist/tool-contracts.hybrid-discovery.js +148 -0
- package/dist/tool-contracts.hybrid-discovery.js.map +1 -0
- package/dist/tool-contracts.js +293 -1
- package/dist/tool-contracts.js.map +1 -1
- package/dist/tool-contracts.questions-listing.js +20 -0
- package/dist/tool-contracts.questions-listing.js.map +1 -1
- package/dist/tool-contracts.values.d.ts +2 -0
- package/dist/tool-contracts.values.js +292 -0
- package/dist/tool-contracts.values.js.map +1 -1
- package/package.json +10 -2
- package/dist/{edge-policy-manifest-4KOSP4nk.d.ts → edge-policy-manifest-CT8Y4IeW.d.ts} +2 -2
|
@@ -1823,6 +1823,268 @@ var BATCH_CREATE_EDGES = {
|
|
|
1823
1823
|
tier: "workhorse"
|
|
1824
1824
|
};
|
|
1825
1825
|
|
|
1826
|
+
// src/tool-contracts.embeddings.ts
|
|
1827
|
+
var sharedEmbeddingParameters = {
|
|
1828
|
+
topicId: {
|
|
1829
|
+
type: "string",
|
|
1830
|
+
description: "Topic whose epistemic node embedding index should be queried."
|
|
1831
|
+
},
|
|
1832
|
+
workspaceId: {
|
|
1833
|
+
type: "string",
|
|
1834
|
+
description: "Workspace scope for the embedding operation."
|
|
1835
|
+
},
|
|
1836
|
+
nodeType: {
|
|
1837
|
+
type: "string",
|
|
1838
|
+
description: "Optional epistemic node type filter."
|
|
1839
|
+
},
|
|
1840
|
+
embeddingModel: {
|
|
1841
|
+
type: "string",
|
|
1842
|
+
description: "Optional embedding model filter."
|
|
1843
|
+
},
|
|
1844
|
+
limit: {
|
|
1845
|
+
type: "number",
|
|
1846
|
+
description: "Maximum rows to return."
|
|
1847
|
+
}
|
|
1848
|
+
};
|
|
1849
|
+
var LIST_MISSING_EMBEDDINGS = {
|
|
1850
|
+
name: "list_missing_embeddings",
|
|
1851
|
+
description: "List epistemic nodes missing fresh Convex embeddings. Like `git status` for the semantic index \u2014 shows which graph nodes still need indexing before retrieval can be trusted.",
|
|
1852
|
+
parameters: sharedEmbeddingParameters,
|
|
1853
|
+
required: ["topicId", "workspaceId"],
|
|
1854
|
+
response: {
|
|
1855
|
+
description: "Missing or stale embedding candidates",
|
|
1856
|
+
fields: {
|
|
1857
|
+
nodes: "array \u2014 node candidates missing fresh embeddings",
|
|
1858
|
+
total: "number \u2014 candidate count",
|
|
1859
|
+
nextCursor: "string | null"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
ownerModule: "reasoning-kernel",
|
|
1863
|
+
ontologyPrimitive: "graph",
|
|
1864
|
+
tier: "workhorse"
|
|
1865
|
+
};
|
|
1866
|
+
var SEARCH_EMBEDDINGS = {
|
|
1867
|
+
name: "search_embeddings",
|
|
1868
|
+
description: "Search topic-scoped epistemic nodes through the Convex vector index. Like `git grep` with semantic distance \u2014 finds matching beliefs, questions, evidence, and other nodes even when wording differs.",
|
|
1869
|
+
parameters: {
|
|
1870
|
+
...sharedEmbeddingParameters,
|
|
1871
|
+
queryText: {
|
|
1872
|
+
type: "string",
|
|
1873
|
+
description: "Natural-language query to embed and search with."
|
|
1874
|
+
},
|
|
1875
|
+
queryVector: {
|
|
1876
|
+
type: "array",
|
|
1877
|
+
description: "Optional precomputed query vector."
|
|
1878
|
+
},
|
|
1879
|
+
minScore: {
|
|
1880
|
+
type: "number",
|
|
1881
|
+
description: "Optional minimum cosine-similarity score."
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
required: ["topicId", "workspaceId"],
|
|
1885
|
+
response: {
|
|
1886
|
+
description: "Vector search matches",
|
|
1887
|
+
fields: {
|
|
1888
|
+
results: "array \u2014 semantic matches with nodeId, nodeType, score, text, and provenance",
|
|
1889
|
+
total: "number \u2014 match count",
|
|
1890
|
+
nextCursor: "string | null"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
ownerModule: "reasoning-kernel",
|
|
1894
|
+
ontologyPrimitive: "graph",
|
|
1895
|
+
tier: "showcase"
|
|
1896
|
+
};
|
|
1897
|
+
var GET_EMBEDDINGS_BY_NODE_IDS = {
|
|
1898
|
+
name: "get_embeddings_by_node_ids",
|
|
1899
|
+
description: "Fetch embedding records for explicit epistemic node IDs. Like `git show` for semantic-index rows \u2014 inspects exactly which vectors exist for named graph nodes.",
|
|
1900
|
+
parameters: {
|
|
1901
|
+
...sharedEmbeddingParameters,
|
|
1902
|
+
nodeIds: {
|
|
1903
|
+
type: "array",
|
|
1904
|
+
description: "Epistemic node IDs to inspect."
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
required: ["topicId", "workspaceId", "nodeIds"],
|
|
1908
|
+
response: {
|
|
1909
|
+
description: "Embedding records for explicit node IDs",
|
|
1910
|
+
fields: {
|
|
1911
|
+
embeddings: "array \u2014 embedding metadata records",
|
|
1912
|
+
total: "number \u2014 embedding count",
|
|
1913
|
+
nextCursor: "string | null"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
ownerModule: "reasoning-kernel",
|
|
1917
|
+
ontologyPrimitive: "graph",
|
|
1918
|
+
tier: "workhorse"
|
|
1919
|
+
};
|
|
1920
|
+
var QUEUE_EMBEDDING_BACKFILL = {
|
|
1921
|
+
name: "queue_embedding_backfill",
|
|
1922
|
+
description: "Queue background embedding generation for explicit epistemic nodes. Like `git add` for semantic-index work \u2014 stages graph nodes for the kernel backfill scheduler.",
|
|
1923
|
+
parameters: {
|
|
1924
|
+
...sharedEmbeddingParameters,
|
|
1925
|
+
nodeIds: {
|
|
1926
|
+
type: "array",
|
|
1927
|
+
description: "Epistemic node IDs to queue for embedding generation."
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
required: ["topicId", "workspaceId", "nodeIds"],
|
|
1931
|
+
response: {
|
|
1932
|
+
description: "Backfill queue receipt",
|
|
1933
|
+
fields: {
|
|
1934
|
+
queued: "number \u2014 queued node count",
|
|
1935
|
+
nodeIds: "array \u2014 node IDs queued for embedding generation"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
ownerModule: "reasoning-kernel",
|
|
1939
|
+
ontologyPrimitive: "graph",
|
|
1940
|
+
tier: "workhorse"
|
|
1941
|
+
};
|
|
1942
|
+
|
|
1943
|
+
// src/tool-contracts.hybrid-discovery.ts
|
|
1944
|
+
var hybridParameters = {
|
|
1945
|
+
query: {
|
|
1946
|
+
type: "string",
|
|
1947
|
+
description: "Natural-language query text to resolve against the typed reasoning graph."
|
|
1948
|
+
},
|
|
1949
|
+
queryText: {
|
|
1950
|
+
type: "string",
|
|
1951
|
+
description: "Explicit query text alias for clients that separate command words from search text."
|
|
1952
|
+
},
|
|
1953
|
+
text: {
|
|
1954
|
+
type: "string",
|
|
1955
|
+
description: "Raw pasted text to use as a semantic retrieval seed."
|
|
1956
|
+
},
|
|
1957
|
+
topicId: {
|
|
1958
|
+
type: "string",
|
|
1959
|
+
description: "Optional topic scope. When omitted, semantic topic candidates are resolved first."
|
|
1960
|
+
},
|
|
1961
|
+
workspaceId: {
|
|
1962
|
+
type: "string",
|
|
1963
|
+
description: "Optional workspace scope used by semantic topic candidates and vector search."
|
|
1964
|
+
},
|
|
1965
|
+
nodeId: {
|
|
1966
|
+
type: "string",
|
|
1967
|
+
description: "Optional source node used for related-node or impact analysis."
|
|
1968
|
+
},
|
|
1969
|
+
include: {
|
|
1970
|
+
type: "array",
|
|
1971
|
+
description: "Result families to include, such as topics, nodes, worktrees, tasks, evidence, and edges."
|
|
1972
|
+
},
|
|
1973
|
+
via: {
|
|
1974
|
+
type: "array",
|
|
1975
|
+
description: "Retrieval methods to use: bm25, embeddings, edges, topic-tree, state, graph-algorithms."
|
|
1976
|
+
},
|
|
1977
|
+
depth: {
|
|
1978
|
+
type: "number",
|
|
1979
|
+
description: "Graph expansion depth. Defaults to 1 and is capped by the server."
|
|
1980
|
+
},
|
|
1981
|
+
limit: {
|
|
1982
|
+
type: "number",
|
|
1983
|
+
description: "Maximum rows per result family."
|
|
1984
|
+
},
|
|
1985
|
+
minScore: {
|
|
1986
|
+
type: "number",
|
|
1987
|
+
description: "Minimum semantic or fused score for candidate rows."
|
|
1988
|
+
},
|
|
1989
|
+
campaign: {
|
|
1990
|
+
type: "number",
|
|
1991
|
+
description: "Optional worktree campaign filter."
|
|
1992
|
+
},
|
|
1993
|
+
lane: {
|
|
1994
|
+
type: "string",
|
|
1995
|
+
description: "Optional worktree lane filter."
|
|
1996
|
+
},
|
|
1997
|
+
status: {
|
|
1998
|
+
type: "string",
|
|
1999
|
+
description: "Optional node, task, or worktree state/status filter."
|
|
2000
|
+
},
|
|
2001
|
+
nodeTypes: {
|
|
2002
|
+
type: "array",
|
|
2003
|
+
description: "Optional epistemic node types to include."
|
|
2004
|
+
},
|
|
2005
|
+
changedPaths: {
|
|
2006
|
+
type: "array",
|
|
2007
|
+
description: "Changed file paths used as impact-analysis query signals."
|
|
2008
|
+
},
|
|
2009
|
+
metadata: {
|
|
2010
|
+
type: "object",
|
|
2011
|
+
description: "Optional planner metadata for receipts and caller provenance."
|
|
2012
|
+
}
|
|
2013
|
+
};
|
|
2014
|
+
var hybridResponse = {
|
|
2015
|
+
description: "Hybrid semantic graph planner response with ranked result families and retrieval receipt.",
|
|
2016
|
+
fields: {
|
|
2017
|
+
results: "array \u2014 ranked mixed graph results with score, kind, source, and ranking signals",
|
|
2018
|
+
topics: "array \u2014 candidate or traversed topics",
|
|
2019
|
+
nodes: "array \u2014 matching epistemic nodes",
|
|
2020
|
+
worktrees: "array \u2014 matching worktrees",
|
|
2021
|
+
tasks: "array \u2014 matching tasks",
|
|
2022
|
+
evidence: "array \u2014 matching evidence",
|
|
2023
|
+
edges: "array \u2014 graph neighborhood edges",
|
|
2024
|
+
receipt: "object \u2014 planner steps, candidate counts, ranking weights, source/cache posture"
|
|
2025
|
+
}
|
|
2026
|
+
};
|
|
2027
|
+
var HYBRID_DISCOVER = {
|
|
2028
|
+
name: "hybrid_discover",
|
|
2029
|
+
description: "Discover typed reasoning graph context with BM25, embeddings, topic tree traversal, and graph neighborhoods. Like `git grep` plus `git log --graph` for Lucern's typed reasoning graph \u2014 finds the relevant branches of thought and explains why.",
|
|
2030
|
+
parameters: hybridParameters,
|
|
2031
|
+
required: [],
|
|
2032
|
+
response: hybridResponse,
|
|
2033
|
+
ownerModule: "graph-intelligence",
|
|
2034
|
+
ontologyPrimitive: "graph",
|
|
2035
|
+
tier: "showcase"
|
|
2036
|
+
};
|
|
2037
|
+
var RESOLVE_TOPIC_SEMANTIC = {
|
|
2038
|
+
name: "resolve_topic_semantic",
|
|
2039
|
+
description: "Resolve an ambiguous topic using BM25, vector candidates, and topic-tree context. Like `git remote show` for a reasoning topic \u2014 finds the canonical branch and nearby branches before reading deeper.",
|
|
2040
|
+
parameters: hybridParameters,
|
|
2041
|
+
required: [],
|
|
2042
|
+
response: hybridResponse,
|
|
2043
|
+
ownerModule: "graph-intelligence",
|
|
2044
|
+
ontologyPrimitive: "graph",
|
|
2045
|
+
tier: "showcase"
|
|
2046
|
+
};
|
|
2047
|
+
var EXPAND_GRAPH_NEIGHBORHOOD = {
|
|
2048
|
+
name: "expand_graph_neighborhood",
|
|
2049
|
+
description: "Expand a typed graph neighborhood around a query, topic, or node. Like `git log --graph --decorate` for reasoning state \u2014 follows typed edges and surfaces the surrounding context.",
|
|
2050
|
+
parameters: hybridParameters,
|
|
2051
|
+
required: [],
|
|
2052
|
+
response: hybridResponse,
|
|
2053
|
+
ownerModule: "graph-intelligence",
|
|
2054
|
+
ontologyPrimitive: "graph",
|
|
2055
|
+
tier: "showcase"
|
|
2056
|
+
};
|
|
2057
|
+
var FIND_RELATED_NODES = {
|
|
2058
|
+
name: "find_related_nodes",
|
|
2059
|
+
description: "Find semantically and structurally related nodes across the reasoning graph. Like `git blame` across branches \u2014 starts from a node or text and finds nearby responsibility, evidence, and related claims.",
|
|
2060
|
+
parameters: hybridParameters,
|
|
2061
|
+
required: [],
|
|
2062
|
+
response: hybridResponse,
|
|
2063
|
+
ownerModule: "graph-intelligence",
|
|
2064
|
+
ontologyPrimitive: "graph",
|
|
2065
|
+
tier: "showcase"
|
|
2066
|
+
};
|
|
2067
|
+
var ANALYZE_GRAPH_IMPACT = {
|
|
2068
|
+
name: "analyze_graph_impact",
|
|
2069
|
+
description: "Analyze which graph objects are affected by files, PR text, incidents, or campaign objectives. Like `git diff --name-only` plus semantic blame \u2014 maps a change signal onto topics, beliefs, tasks, and unresolved questions.",
|
|
2070
|
+
parameters: hybridParameters,
|
|
2071
|
+
required: [],
|
|
2072
|
+
response: hybridResponse,
|
|
2073
|
+
ownerModule: "graph-intelligence",
|
|
2074
|
+
ontologyPrimitive: "graph",
|
|
2075
|
+
tier: "showcase"
|
|
2076
|
+
};
|
|
2077
|
+
var DETECT_GRAPH_DRIFT = {
|
|
2078
|
+
name: "detect_graph_drift",
|
|
2079
|
+
description: "Detect duplicate, stale, orphaned, or weakly linked reasoning graph surface. Like `git fsck` for the reasoning graph \u2014 finds semantic duplicates, stale docs/code references, and missing links.",
|
|
2080
|
+
parameters: hybridParameters,
|
|
2081
|
+
required: [],
|
|
2082
|
+
response: hybridResponse,
|
|
2083
|
+
ownerModule: "graph-intelligence",
|
|
2084
|
+
ontologyPrimitive: "graph",
|
|
2085
|
+
tier: "showcase"
|
|
2086
|
+
};
|
|
2087
|
+
|
|
1826
2088
|
// src/lens-workflow.contract.ts
|
|
1827
2089
|
var LENS_PERSPECTIVE_TYPES = [
|
|
1828
2090
|
"investigation",
|
|
@@ -3184,6 +3446,26 @@ var COMPILE_CONTEXT = {
|
|
|
3184
3446
|
type: "string",
|
|
3185
3447
|
description: "Focus query used to resolve the topic and rank context items. Required when topicId is omitted."
|
|
3186
3448
|
},
|
|
3449
|
+
topicHint: {
|
|
3450
|
+
type: "string",
|
|
3451
|
+
description: "Optional natural-language topic hint used by the resolver when topicId is omitted or stale."
|
|
3452
|
+
},
|
|
3453
|
+
tags: {
|
|
3454
|
+
type: "array",
|
|
3455
|
+
description: "Optional resolver tags. Useful for narrowing topic inference without knowing the exact topic id."
|
|
3456
|
+
},
|
|
3457
|
+
touchedPaths: {
|
|
3458
|
+
type: "array",
|
|
3459
|
+
description: "Optional file or documentation paths used as resolver signals."
|
|
3460
|
+
},
|
|
3461
|
+
sourceRef: {
|
|
3462
|
+
type: "string",
|
|
3463
|
+
description: "Optional source reference used as a resolver signal, such as a worktree id, PR, or feature slug."
|
|
3464
|
+
},
|
|
3465
|
+
sourceKind: {
|
|
3466
|
+
type: "string",
|
|
3467
|
+
description: "Optional source kind used as a resolver signal, such as cli, worktree, commit, or docs."
|
|
3468
|
+
},
|
|
3187
3469
|
budget: {
|
|
3188
3470
|
type: "number",
|
|
3189
3471
|
description: "Token budget for prompt injection planning"
|
|
@@ -5033,6 +5315,16 @@ var MCP_TOOL_CONTRACTS = {
|
|
|
5033
5315
|
search_beliefs: SEARCH_BELIEFS,
|
|
5034
5316
|
find_contradictions: FIND_CONTRADICTIONS,
|
|
5035
5317
|
bisect_confidence: BISECT_CONFIDENCE,
|
|
5318
|
+
list_missing_embeddings: LIST_MISSING_EMBEDDINGS,
|
|
5319
|
+
search_embeddings: SEARCH_EMBEDDINGS,
|
|
5320
|
+
get_embeddings_by_node_ids: GET_EMBEDDINGS_BY_NODE_IDS,
|
|
5321
|
+
queue_embedding_backfill: QUEUE_EMBEDDING_BACKFILL,
|
|
5322
|
+
hybrid_discover: HYBRID_DISCOVER,
|
|
5323
|
+
resolve_topic_semantic: RESOLVE_TOPIC_SEMANTIC,
|
|
5324
|
+
expand_graph_neighborhood: EXPAND_GRAPH_NEIGHBORHOOD,
|
|
5325
|
+
find_related_nodes: FIND_RELATED_NODES,
|
|
5326
|
+
analyze_graph_impact: ANALYZE_GRAPH_IMPACT,
|
|
5327
|
+
detect_graph_drift: DETECT_GRAPH_DRIFT,
|
|
5036
5328
|
// Edges (commit)
|
|
5037
5329
|
create_edge: CREATE_EDGE,
|
|
5038
5330
|
update_edge: UPDATE_EDGE,
|