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
The SDK provides a command-line interface for creating, packaging, and deploying OpenAI Agents:
44
44
45
-
### Initialize a Project
45
+
### Authentication
46
46
47
47
```bash
48
-
uipath init
48
+
uipath auth
49
49
```
50
50
51
-
Running `uipath init` will process the agent definitions in the `openai_agents.json` file and create the corresponding `entry-points.json` file needed for deployment.
52
-
53
-
For more details on the configuration format, see the [UiPath configuration specifications](https://github.com/UiPath/uipath-python/blob/main/specs/README.md).
51
+
This command opens a browser for authentication and creates/updates your `.env` file with the proper credentials.
54
52
55
-
### Authentication
53
+
### Initialize a Project
56
54
57
55
```bash
58
-
uipath auth
56
+
uipath init
59
57
```
60
58
61
-
This command opens a browser for authentication and creates/updates your `.env` file with the proper credentials.
59
+
Running `uipath init` will process the agent definitions in the `openai_agents.json` file and create the corresponding `entry-points.json` file needed for deployment.
60
+
61
+
For more details on the configuration format, see the [UiPath configuration specifications](https://github.com/UiPath/uipath-python/blob/main/specs/README.md).
0 commit comments