langflower 0.0.5 → 0.0.6

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 (2) hide show
  1. package/README.md +18 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,8 @@ canvas and decide what must happen before the next stage begins.
11
11
 
12
12
  The workflow decides the process — not a model deciding it is “done.”
13
13
 
14
+ ![Langflower starter workflow](https://raw.githubusercontent.com/earthdmitriy/langflower/master/docs/img/starter.png)
15
+
14
16
  ## What can you use it for?
15
17
 
16
18
  ### Ship a code change
@@ -32,7 +34,7 @@ proposed changes, and maintain a project wiki or Obsidian vault.
32
34
 
33
35
  Langflower also supports research fan-out and synthesis, reusable skills,
34
36
  prompt refinement, regression gates, and multi-agent review. Browse the
35
- [workflow ideas](docs/public/workflows.md).
37
+ [workflow ideas](https://github.com/earthdmitriy/langflower/blob/master/docs/public/workflows.md).
36
38
 
37
39
  ## How it works
38
40
 
@@ -76,7 +78,7 @@ or reopening a tab does not create a competing workflow state or cancel a
76
78
  long-running job; the UI reconnects to the current progress.
77
79
 
78
80
  For a short builder-oriented picture, see
79
- [How it works](docs/public/how-it-works.md).
81
+ [How it works](https://github.com/earthdmitriy/langflower/blob/master/docs/public/how-it-works.md).
80
82
 
81
83
  ## How it compares
82
84
 
@@ -111,24 +113,24 @@ Langflower opens a local UI at `http://127.0.0.1:4010` (or `--port` / the port
111
113
  in `.langflower/config.json`) for the selected folder. Use `-p` to run several
112
114
  instances from different folders at once.
113
115
 
114
- Full walkthrough: [Getting started](docs/public/getting-started.md).
116
+ Full walkthrough: [Getting started](https://github.com/earthdmitriy/langflower/blob/master/docs/public/getting-started.md).
115
117
 
116
- Maintainers (monorepo only): [docs/RELEASE.md](docs/RELEASE.md),
117
- [packages/cli/README.md](packages/cli/README.md).
118
+ Maintainers (monorepo only): [docs/RELEASE.md](https://github.com/earthdmitriy/langflower/blob/master/docs/RELEASE.md),
119
+ [packages/cli/README.md](https://github.com/earthdmitriy/langflower/blob/master/packages/cli/README.md).
118
120
 
119
121
  ## Learn more
120
122
 
121
- Shipped with the npm package under [`docs/public/`](docs/public/README.md):
122
-
123
- | Want to… | Start here |
124
- | ---------------------------- | --------------------------------------------------- |
125
- | Install and first run | [Getting started](docs/public/getting-started.md) |
126
- | Understand the product | [Product overview](docs/public/product.md) |
127
- | Use the canvas and runs | [Using the editor](docs/public/using-the-editor.md) |
128
- | Browse workflow ideas | [Workflow ideas](docs/public/workflows.md) |
129
- | Configure providers and keys | [Configuration](docs/public/configuration.md) |
130
- | Add skills or custom nodes | [Extending](docs/public/extending.md) |
131
- | Builder runtime picture | [How it works](docs/public/how-it-works.md) |
123
+ Shipped with the npm package under [`docs/public/`](https://github.com/earthdmitriy/langflower/tree/master/docs/public):
124
+
125
+ | Want to… | Start here |
126
+ | ---------------------------- | ---------------------------------------------------------------------------------------------------------- |
127
+ | Install and first run | [Getting started](https://github.com/earthdmitriy/langflower/blob/master/docs/public/getting-started.md) |
128
+ | Understand the product | [Product overview](https://github.com/earthdmitriy/langflower/blob/master/docs/public/product.md) |
129
+ | Use the canvas and runs | [Using the editor](https://github.com/earthdmitriy/langflower/blob/master/docs/public/using-the-editor.md) |
130
+ | Browse workflow ideas | [Workflow ideas](https://github.com/earthdmitriy/langflower/blob/master/docs/public/workflows.md) |
131
+ | Configure providers and keys | [Configuration](https://github.com/earthdmitriy/langflower/blob/master/docs/public/configuration.md) |
132
+ | Add skills or custom nodes | [Extending](https://github.com/earthdmitriy/langflower/blob/master/docs/public/extending.md) |
133
+ | Builder runtime picture | [How it works](https://github.com/earthdmitriy/langflower/blob/master/docs/public/how-it-works.md) |
132
134
 
133
135
  ## What Langflower is not
134
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langflower",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Visual LLM-chain builder",
5
5
  "type": "module",
6
6
  "bin": {