Skip to content

Commit e0a4334

Browse files
Merge branch 'main' into lf-agents-ibm
2 parents 6458a57 + 722c6cc commit e0a4334

140 files changed

Lines changed: 5765 additions & 4994 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.secrets.baseline

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,23 +1113,23 @@
11131113
"filename": "src/backend/tests/unit/services/tracing/test_tracing_service.py",
11141114
"hashed_secret": "1230f71eec8a61a625a18b6fa03b9bdd046a8931",
11151115
"is_verified": false,
1116-
"line_number": 349,
1116+
"line_number": 357,
11171117
"is_secret": false
11181118
},
11191119
{
11201120
"type": "Secret Keyword",
11211121
"filename": "src/backend/tests/unit/services/tracing/test_tracing_service.py",
11221122
"hashed_secret": "2d63069839e1cab99da0a0bbbbeb8f2ceb455cc8",
11231123
"is_verified": false,
1124-
"line_number": 350,
1124+
"line_number": 358,
11251125
"is_secret": false
11261126
},
11271127
{
11281128
"type": "Secret Keyword",
11291129
"filename": "src/backend/tests/unit/services/tracing/test_tracing_service.py",
11301130
"hashed_secret": "3b96880b8e11758bbf9796b9cd90aaa3ab4bab6e",
11311131
"is_verified": false,
1132-
"line_number": 351,
1132+
"line_number": 359,
11331133
"is_secret": false
11341134
}
11351135
],
@@ -1402,5 +1402,5 @@
14021402
}
14031403
]
14041404
},
1405-
"generated_at": "2025-10-07T17:37:54Z"
1405+
"generated_at": "2025-10-21T22:11:15Z"
14061406
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
## ✨ Highlight features
2626

27-
- **Visual builder interface** to quickly get started and iterate .
27+
- **Visual builder interface** to quickly get started and iterate.
2828
- **Source code access** lets you customize any component using Python.
2929
- **Interactive playground** to immediately test and refine your flows with step-by-step control.
3030
- **Multi-agent orchestration** with conversation management and retrieval.
@@ -42,15 +42,15 @@ Requires Python 3.10–3.13 and [uv](https://docs.astral.sh/uv/getting-started/i
4242
#### Install
4343

4444
```shell
45-
$ uv pip install langflow -U
45+
uv pip install langflow -U
4646
```
4747

4848
Installs the latest Langflow package.
4949

5050
#### Run
5151

5252
```shell
53-
$ uv run langflow run
53+
uv run langflow run
5454
```
5555

5656
Starts the Langflow server at http://127.0.0.1:7860.
@@ -68,7 +68,7 @@ If you're contributing or running from source, see [DEVELOPMENT.md](./DEVELOPMEN
6868

6969
## 📦 Deployment
7070

71-
Langflow is completely open source and you can deploy it to all major deployment clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
71+
Langflow is completely open source, and you can deploy it to all major clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
7272

7373
## ⭐ Stay up-to-date
7474

docs/docs/Get-Started/get-started-installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For more information, see [Deploy Langflow on Docker](/deployment-docker).
169169
uv pip install langflow
170170
```
171171

172-
To install a specific version of the Langflow package by adding the required version to the command, such as `uv pip install langflow==1.4.22`.
172+
To install a specific version of the Langflow package, add the required version to the command, such as `uv pip install langflow==1.4.22`.
173173

174174
<details>
175175
<summary>Reinstall or upgrade Langflow</summary>

0 commit comments

Comments
 (0)