@llm4ts/flow
v0.10.1
Published
Effect-native LLM workflow, persistence, review, and repository automation
Downloads
5,037
Maintainers
Readme
@llm4ts/flow
Flow orchestration for llm4ts:
FlowContext, plans and plan execution, review cycles, workflow events,
plain-file persistence, Git/GitHub/Azure DevOps tools, trace recording and
replay, cost tracking, and benchmarking.
Install
npm install @llm4ts/flow @llm4ts/core effectRequires Node.js >= 22. effect is a peer dependency pinned to the Effect 4
beta line.
Usage
The package exposes explicit subpath exports:
import { FlowContext } from "@llm4ts/flow/FlowContext"
import { Plan, planFrom } from "@llm4ts/flow/Plan"
import { AssistantMessage } from "@llm4ts/flow/FlowEvents"
import { reviewAndFixLoop } from "@llm4ts/flow/Review"Flows are usually run through
@llm4ts/runner, which wires
the Node boundaries (HTTP, processes, filesystem) and hands your flow body a
ready FlowContext — no manual layer assembly required.
Documentation
License
MIT
