Skip to content

Commit

Permalink
Merge pull request #278 from PrefectHQ/docs
Browse files Browse the repository at this point in the history
Icons update
  • Loading branch information
jlowin authored Sep 4, 2024
2 parents 470f24b + d2ce0e1 commit b7b7338
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 94 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/agents/creating-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Agents are a key concept in ControlFlow, representing the AI entities responsibl

## Creating agents

To create an agent, use the `Agent` class. The minimal agent requires only a name:
To create an agent, use the `Agent` class.

```python
import controlflow as cf
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/default-agent.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configuring Default Agents
title: Configuring the Default Agent
icon: robot
---

ControlFlow uses a default agent when no specific agents are assigned to a task. Understanding how to configure and override this default agent at different levels can help you create more flexible and customized workflows.
Expand Down
1 change: 1 addition & 0 deletions docs/guides/llms.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configuring LLMs
icon: gear
---

ControlFlow is optimized for workflows that are composed of multiple tasks, each of which can be completed by a different agent. One benefit of this approach is that you can use a different LLM for each task, or even for each agent assigned to a task.
Expand Down
8 changes: 1 addition & 7 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"group": "Patterns",
"pages": [
"patterns/tools",
"patterns/user-input",
"patterns/interactivity",
"patterns/dependencies",
"patterns/subtasks",
"patterns/planning",
Expand All @@ -94,12 +94,6 @@
"guides/orchestration"
]
},
{
"group": "Reference",
"pages": [
"reference/task-class"
]
},
{
"group": "Library",
"pages": [
Expand Down
1 change: 1 addition & 0 deletions docs/patterns/dependencies.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Dependencies
icon: link
---
<Tip>
Manage task dependencies to create complex, multi-step workflows.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Interactivity
icon: comments
---

<Tip>
Expand Down
1 change: 1 addition & 0 deletions docs/patterns/subtasks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Subtasks
icon: sitemap
---

<Tip>
Expand Down
1 change: 1 addition & 0 deletions docs/patterns/tools.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Tools
icon: toolbox
---

<Tip>
Expand Down
85 changes: 0 additions & 85 deletions docs/reference/task-class.mdx

This file was deleted.

0 comments on commit b7b7338

Please sign in to comment.