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
This is the official frontend user interface component for [AgentIQ](https://github.com/NVIDIA/AgentIQ), an open-source library for building AI agents and workflows.
6
+
This is the official frontend user interface component for [AIQToolKit](https://github.com/NVIDIA/AIQToolKit), an open-source library for building AI agents and workflows.
7
7
8
8
This project builds upon the work of:
9
9
-[chatbot-ui](https://github.com/mckaywrigley/chatbot-ui) by Mckay Wrigley
@@ -20,7 +20,7 @@ This project builds upon the work of:
20
20
## Getting Started
21
21
22
22
### Prerequisites
23
-
-[AgentIQ](https://github.com/NVIDIA/AgentIQ) installed and configured
23
+
-[AIQToolKit](https://github.com/NVIDIA/AIQToolKit) installed and configured
24
24
- Git
25
25
- Node.js (v18 or higher)
26
26
- npm or Docker
@@ -29,8 +29,8 @@ This project builds upon the work of:
-`WebSocket URL for Completion`: WebSocket URL to connect to running AgentIQ server
78
+
-`WebSocket URL for Completion`: WebSocket URL to connect to running AIQToolKit server
79
79
-`WebSocket Schema`: Workflow schema type over WebSocket connection
80
80
81
81
## Usage Examples
82
82
83
83
### Simple Calculator Example
84
84
85
85
#### Setup and Configuration
86
-
1. Set up [AgentIQ](https://github.com/NVIDIA/AgentIQ/blob/main/docs/source/1_intro/getting_started.md)
87
-
2. Start workflow by following the [Simple Calculator Example](https://github.com/NVIDIA/AgentIQ/blob/main/examples/simple_calculator/README.md)
86
+
1. Set up [AIQToolKit](https://github.com/NVIDIA/AIQToolKit/blob/main/docs/source/1_intro/getting_started.md)
87
+
2. Start workflow by following the [Simple Calculator Example](https://github.com/NVIDIA/AIQToolKit/blob/main/examples/simple_calculator/README.md)
@@ -95,21 +95,21 @@ Interact with the chat interface by prompting the agent with the message:
95
95
Is 4 + 4 greater than the current hour of the day?
96
96
```
97
97
98
-

98
+

99
99
100
100
### Human In The Loop (HITL) Example
101
101
102
102
#### Setup and Configuration
103
-
1. Set up [AgentIQ](https://github.com/NVIDIA/AgentIQ/blob/main/docs/source/1_intro/getting_started.md)
104
-
2. Start workflow by following the [HITL Example](https://github.com/NVIDIA/AgentIQ/blob/main/examples/simple_human_in_the_loop/README.md)
103
+
1. Set up [AIQToolKit](https://github.com/NVIDIA/AIQToolKit/blob/main/docs/source/1_intro/getting_started.md)
104
+
2. Start workflow by following the [HITL Example](https://github.com/NVIDIA/AIQToolKit/blob/main/examples/simple_human_in_the_loop/README.md)
Enable WebSocket mode in the settings panel for bidirectional real-time communication between the client and server.
111
111
112
-

112
+

113
113
114
114
#### Example Conversation
115
115
1. Send the following prompt:
@@ -119,16 +119,16 @@ Can you process my input and display the result for the given prompt: How are yo
119
119
120
120
2. Enter your response when prompted:
121
121
122
-

122
+

123
123
124
124
3. Monitor the result:
125
125
126
-

126
+

127
127
128
128
## API Integration
129
129
130
130
### Server Communication
131
-
The UI supports both HTTP requests (OpenAI compatible) and WebSocket connections for server communication. For detailed information about WebSocket messaging integration, please refer to the [WebSocket Documentation](https://github.com/NVIDIA/AgentIQ/blob/main/docs/5_advanced/websockets.md) in the AgentIQ documentation.
131
+
The UI supports both HTTP requests (OpenAI compatible) and WebSocket connections for server communication. For detailed information about WebSocket messaging integration, please refer to the [WebSocket Documentation](https://github.com/NVIDIA/AIQToolKit/blob/main/docs/5_advanced/websockets.md) in the AIQToolKit documentation.
0 commit comments