playground
This commit is contained in:
parent
6c65cc3f25
commit
d8169ee1a2
2 changed files with 7 additions and 5 deletions
|
|
@ -6,6 +6,11 @@ import Admonition from "@theme/Admonition";
|
|||
|
||||
# Playground
|
||||
|
||||
<Admonition type="info">
|
||||
From the **My Collection** page, click the Playground button in one of your flow cards.
|
||||
It will directly open up a window with that project's Playground, without even showing the flow (this also works for flows hosted on the Langflow Store!).
|
||||
</Admonition>
|
||||
|
||||
The **Playground** is a dynamic interface designed for real-time interaction with agents, allowing users to access and manage memories and monitor the inputs and outputs. Here, users can directly prototype and experiment with their configured components or AI models, making adjustments and observing different outcomes in real-time.
|
||||
|
||||
It even works for flows hosted on the Langflow store!
|
||||
|
|
@ -32,11 +37,6 @@ As long as you have a flow properly working, you can interact with it by clickin
|
|||
<ReactPlayer playing controls url="/videos/langflow_playground.mp4" />
|
||||
</div>
|
||||
|
||||
<Admonition type="tip">
|
||||
From the "My Collection” page, just click the Playground button in one of your flow cards.
|
||||
It will directly open up a window with that project's Playground, without even showing the flow (this also works for flows hosted on the Langflow Store!).
|
||||
</Admonition>
|
||||
|
||||
## Playground I/O
|
||||
|
||||
The Playground's window arrangement changes depending on what components are being used.
|
||||
|
|
@ -61,3 +61,5 @@ When you send a message, under **Memories**, you can view a table of previous in
|
|||
Langflow allows every chat message to be stored, and a single flow can have multiple memory sessions. This enables you to create multiple “memories” for agents to store and recall specific information as needed.
|
||||
|
||||
You can edit and remove previous messages to inspect and validate a model’s response behavior.
|
||||
|
||||
For more information, see [Memories](./memories).
|
||||
|
|
|
|||
BIN
docs/static/img/playground-logs.png
vendored
Normal file
BIN
docs/static/img/playground-logs.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 634 KiB |
Loading…
Add table
Add a link
Reference in a new issue