maestro
latest
false
Maestro ユーザー ガイド
- はじめに
- スタート アップ ガイド
- Maestro の BPMN を使用した構築
- Maestro Case を使用した構築
- Maestro Case について
- Maestro BPMN と Maestro Case の比較: ケース管理を使用すべき状況
- Maestro Case のライフサイクル: イベント トリガーからアプリのエクスペリエンスまで
- Maestro Case を使用して最初のケースを構築する
- Build a Maestro Case with a coding agent (preview)
- ケース キーを定義する (システムと外部)
- タスクの I/O と書き戻しの契約を確立する
- 終了ルールと早期終了
- プライマリ ステージとセカンダリ ステージをモデリングする
- Data Fabric からケースをトリガーする
- ステージレベルのペルソナと権限を実装する
- SLA と自動エスカレーション ルールを設定する
- 再作業によるループ (再エントリ) を設定する
- Configuring and testing the Case Manager Agent (preview)
- ケース マネージャーの入力および出力コントラクト
- Maestro Case コンポーネント ディクショナリ
- Maestro Flow を使用した構築
- Integrations
- オペレーティング
- 監視
- 最適化中
- 参考情報
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Chat nodes for modeling conversational experiences in Maestro Flow, covering routing control, conversational AI turns, and deterministic messages.
The Chat nodes build a conversational Flow. Once deployed, it reaches end-users through every chat channel supported for conversational agents — iFrame embeds, Assistant, Microsoft Teams, Slack, and custom surfaces built with the UiPath TypeScript SDK. Monitor its performance, metrics, and user feedback through chat agent observability.
使用可能なノード
| ノード | 機能 |
|---|---|
| Conversation Trigger | Marks the Flow as conversational and starts it when a user initiates a chat on any channel. |
| メッセージを待機 | Suspends until the user sends a message, then outputs the latest conversation context (chat history) for downstream nodes to consume. |
| 会話型エージェント | Runs a single chat agent turn. Streams its responses and takes actions through tool-calls. |
| メッセージを送信 | Writes an arbitrary message to the conversation. Use for fixed replies, routing messages, and emitting data from other nodes to the chat. |
| Get Conversation Context | Reads the current conversation history and metadata without suspending the Flow. Generally not needed, but can be used when a downstream node needs to inspect latest chat messages without waiting for new input. |
Capability examples
Combine the conversational nodes with the rest of Flow's palette to unlock a variety of capabilities, such as:
- Deterministic branching — route to different node paths based on message content or agent output.
- Agent hand-off — pass the conversation between multiple conversational agents, each with its own prompt and tools.
- Parallel branches — launch any other Flow branches in parallel - such as human approval tasks - while the conversation continues seamlessly to the user.
- Chat termination — end the conversation when a goal is reached.
- Zero-agent conversations — build a fully deterministic chat experience with no LLM turns at all.
End-to-end walkthrough
Visit build a chat agent workflow for a step-by-step example that combines the chat nodes into an agent-handoff routing pattern.
関連
- Chat conversational agents — surface overview in the Agents user guide.
- Chat deployment — publish to Orchestrator and expose through Instance Management, Assistant, Teams, Slack, iFrame, or the TypeScript SDK.