Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/buildingBlocks/flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Prompt flow
sidebar_label: Prompt flow
---

<head>
<title>Prompt Flow</title>
<meta name="description" content="Application flow on asking a query." />
</head>

## Flowchart

![Flowchart](/img/AmakrushiAI-Flow.svg)
13 changes: 13 additions & 0 deletions docs/buildingBlocks/state-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: State flow
sidebar_label: State flow
---

<head>
<title>State Flow</title>
<meta name="description" content="Application flow on asking a query. (XState Visualizer)" />
</head>

## Visualizer

<iframe src="https://stately.ai/viz/embed/8ef2fa33-17e2-422e-9b09-eb85f0a6f74f?mode=viz&panel=code&showOriginalLink=1&readOnly=1&pan=1&zoom=1&controls=1" sandbox="allow-same-origin allow-scripts" style={{width: "100%", height: "50vh"}}></iframe>
6 changes: 6 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ module.exports = {
collapsed: false,
items: ['development/starting'],
},
{
type: 'category',
label: 'Building Blocks',
collapsed: false,
items: ['buildingBlocks/flow', 'buildingBlocks/state-flow'],
},
{
type: 'category',
label: 'Infra',
Expand Down
4 changes: 4 additions & 0 deletions static/img/AmakrushiAI-Flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.