mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 14:52:36 +00:00
18 lines
563 B
Plaintext
18 lines
563 B
Plaintext
---
|
|
title: "Flows: Examples"
|
|
description: "Runnable end-to-end examples for production flow orchestration."
|
|
icon: "rocket-launch"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Canonical examples
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Flowstate Chat History" icon="comments" href="/en/learn/flowstate-chat-history">
|
|
Persistent chat history with summary compaction and memory scope.
|
|
</Card>
|
|
<Card title="Flows Concepts Example" icon="arrow-progress" href="/en/concepts/flows">
|
|
Full API and feature-oriented flow examples, including routers and persistence.
|
|
</Card>
|
|
</CardGroup>
|