pass 1 for ai readable

This commit is contained in:
lorenzejay
2026-02-19 11:26:06 -08:00
parent 49aa29bb41
commit 801908356b
41 changed files with 1199 additions and 73 deletions

View File

@@ -34,6 +34,10 @@ mode: "wide"
## Flows
<CardGroup cols={3}>
<Card title="Flowstate Chat History" icon="comments" href="/en/learn/flowstate-chat-history">
Stateful chat pattern with compacted context and persisted session state.
</Card>
<Card title="Content Creator Flow" icon="pen" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/content_creator_flow">
Multicrew content generation with routing.
</Card>