@genfeedai/core
v0.2.1
Published
Core utilities for Genfeed workflow engine
Downloads
318
Readme
@genfeedai/core
Core workflow utilities for pricing, validation, and graph ordering.
Install
npm i @genfeedai/coreUsage
import { validateWorkflow, PRICING } from '@genfeedai/core';
import { topologicalSort } from '@genfeedai/core/topological-sort';
const validation = validateWorkflow(nodes, edges);
const ordered = topologicalSort(nodes, edges);
const cost = PRICING['flux-dev'];Related Packages
@genfeedai/types@genfeedai/workflow-ui
Build Faster with Genfeed
Use these packages directly, or run complete content workflows at https://genfeed.ai.
License
AGPL-3.0
