-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from wrtnio/doc/manual-separate
Separated pages
- Loading branch information
Showing
5 changed files
with
67 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{ | ||
"index": { | ||
"title": "🙋🏻♂️ Introduction", | ||
"theme": { | ||
"sidebar": false | ||
} | ||
} | ||
"-- features": { | ||
"type": "separator", | ||
"title": "📖 Introduction" | ||
}, | ||
"index": "Overview", | ||
"core-elements": "Core Elements", | ||
"getting-started": "Getting Started", | ||
"use-cases": "Use Cases" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 2. Core Elements | ||
|
||
* **Interactive and User-Friendly Interface**: The user-friendly agentic interface that allows users to communicate and view the execution process of the Studio autonomous agent in the form of a workflow. | ||
* **Workflow**: The execution path designed by the Studio autonomous agent to achieve the user's desired goals, broken down into actionable units. | ||
* **Workflow Canvas**: A drag-and-drop low-code editor that visualizes the design and action-level execution paths created by the Studio autonomous agent. Connector node blocks are displayed and can be edited by the user as needed. | ||
* **Marketplace**: A store where users can share or sell completed workflows, bot agents, connectors, and APIs. It aims to create an ecosystem that allows users to benefit from the collective expertise of the community. | ||
* **Connector**: The external service and data connections, programming syntax, and expressions needed for the Studio autonomous agent to execute actions based on user context. Connectors are represented by Swagger documentation and visualized as node blocks on the Workflow Canvas. They are essential for connecting external services and data to execute user requests. In addition to core connectors, acquiring connectors for services frequently used in the local market is necessary for the Studio autonomous agent to understand and execute various user requests via natural language. | ||
* **Human-in-the-loop**: A feature that enhances trust and control over outputs by allowing users to make immediate modifications, adjustments, and approvals within desired parameters under the supervision of the Studio autonomous agent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 3. Getting Started | ||
|
||
## Example 1 | ||
|
||
Creating an a storybook author AI agent that allows users to export unique picture book to Google Slides | ||
|
||
**Step 1:** Register or log in on the product page. ([https://studio-pro.wrtn.ai](https://studio-pro.wrtn.ai/login)) | ||
|
||
**Step 2:** In the prompt field, type: “Create a storybook author AI agent that allows users to build a unique story and create a picture book.” | ||
|
||
 | ||
|
||
 | ||
|
||
**Step 3:** The Studio autonomous agent will ask follow-up questions to better understand your task and requirements. | ||
|
||
 | ||
|
||
**Step 4:** Once the Studio autonomous agent has gathered all the necessary information and understands your requirements, it will present a task execution plan. Click the “Confirm” button to approve the plan. | ||
|
||
 | ||
|
||
**Step 5:** You will be prompted to connect to your Google Slides account. Select your account and log in. | ||
|
||
 | ||
|
||
 | ||
|
||
**Step 6:** The Studio autonomous agent will then create a workflow to develop the storyteller bot and generate a unique picture book. Click the “View Workflow” button on the workflow card to see the details. | ||
|
||
 | ||
|
||
**Step 7:** View the workflow in the Canvas. Click the “Run Chatbot” button in the top right corner. | ||
|
||
 | ||
|
||
**Step 8:** The storybook author bot will be launched. You can provide instructions on the theme or characters for the story. | ||
|
||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 4. Use Cases | ||
|
||
 | ||
|
||
 | ||
|
||
 | ||
|
||
 |