You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Allie PyFlowKit
1
+
# Allie FlowKit Python
2
2
3
-
Welcome to the **Allie PyFlowKit** repository! This repository hosts Python functions similar to the [Allie FlowKit](https://github.com/ansys/allie-flowkit) and serves as a service to expose APIs for each individual external function added to it. These functions can be used to build Allie workflows, enabling a flexible and modular approach to creating and executing workflows with Allie.
3
+
Welcome to the **Allie FlowKit Python** repository! This repository hosts Python functions similar to the [Allie FlowKit](https://github.com/ansys/allie-flowkit) and serves as a service to expose APIs for each individual external function added to it. These functions can be used to build Allie workflows, enabling a flexible and modular approach to creating and executing workflows with Allie.
4
4
5
5
## Table of Contents
6
6
-[Introduction](#introduction)
@@ -16,7 +16,7 @@ Welcome to the **Allie PyFlowKit** repository! This repository hosts Python func
16
16
17
17
## Introduction
18
18
19
-
**Allie PyFlowKit** is designed to host the code for a Python service that exposes REST APIs for each external function added to it. These functions can be seamlessly integrated into Allie workflows and executed by the Allie Agent, making it easier for teams to customize and extend their workflow capabilities.
19
+
**Allie FlowKit Python** is designed to host the code for a Python service that exposes REST APIs for each external function added to it. These functions can be seamlessly integrated into Allie workflows and executed by the Allie Agent, making it easier for teams to customize and extend their workflow capabilities.
20
20
21
21
## Purpose
22
22
@@ -29,9 +29,9 @@ The main purpose of this repository is to:
29
29
## How It Works
30
30
31
31
1.**Function Integration:** External functions are added to this repository and exposed as REST APIs.
32
-
2.**Workflow Execution:** Allie workflows can include functions from Allie PyFlowKit.
33
-
3.**API Calls:** When an Allie workflow includes a function from Allie PyFlowKit, the Allie Agent calls the function via REST API with the required inputs.
34
-
4.**Function Execution:** The function is executed in Allie PyFlowKit, and the output is returned as the body of the REST response.
32
+
2.**Workflow Execution:** Allie workflows can include functions from Allie FlowKit Python.
33
+
3.**API Calls:** When an Allie workflow includes a function from Allie FlowKit Python, the Allie Agent calls the function via REST API with the required inputs.
34
+
4.**Function Execution:** The function is executed in Allie FlowKit Python, and the output is returned as the body of the REST response.
35
35
36
36
## Getting Started
37
37
@@ -45,8 +45,8 @@ The main purpose of this repository is to:
0 commit comments