Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed May 15, 2024
1 parent e0efa72 commit 2352fb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Why ControlFlow?
---

**ControlFlow is a framework for building agentic LLM workflows.**
<Tip>
An **agentic workflow** is a process that delegates at least some of its work to an LLM agent. An agent is an autonomous entity that is invoked repeatedly to make decisions and perform complex tasks.
</Tip>
**ControlFlow is a framework for orchestrating agentic LLM workflows.**
<Note>
An **agentic workflow** is a process that delegates at least some of its work to an LLM agent. An agent is an autonomous entity that is invoked repeatedly to make decisions and perform complex tasks. To learn more, see the [AI glossary](/glossary/agentic-workflow).
</Note>

LLMs are powerful AI models that can understand and generate human-like text, enabling them to perform a wide range of tasks. However, building applications with LLMs can be challenging due to their complexity, unpredictability, and potential for hallucinating or generating irrelevant outputs.

Expand Down
10 changes: 5 additions & 5 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
],
"colors": {
"anchors": {
"from": "#0D9373",
"to": "#07C983"
"from": "#2D6DF6",
"to": "#E44BF4"
},
"dark": "#0D9373",
"light": "#07C983",
"primary": "#0D9373"
"dark": "#2D6DF6",
"light": "#E44BF4",
"primary": "#2D6DF6"
},
"favicon": "/favicon.jpeg",
"footerSocials": {
Expand Down

0 comments on commit 2352fb5

Please sign in to comment.