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: learn-pr/wwl-sci/security-copilot-describe-agents/includes/5b-build-agents.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The Natural Language Agent Creation method allows you to build agents simply by
42
42
- Engage in a conversational workflow where Security Copilot asks clarifying questions
43
43
- Review and approve the automatically generated agent configuration
44
44
- Select **View agent configuration** to transition to the agent builder, where you finalize your agent
45
-
- Once the agent is configured, select **Test**, enter any inputs your agent requires, then select **Run test**.
46
-
-Provide any necessary updates, based on the outcome of the test, then when your tests are complete, publish your agent.
45
+
- Once the agent is configured, select **Publish**. You must publish your agent before you can test it.
46
+
-Once published, you **test** you agent.
47
47
48
48
49
49
# [Build agent](#tab/build-agent)
@@ -55,14 +55,17 @@ The Natural Language Agent Creation method allows you to build agents simply by
55
55
# [Agent details](#tab/agent-details)
56
56
:::image type="content" source="../media/agent-details.png" lightbox="../media/agent-details.png" alt-text="Screenshot showing the details of the agent built using natural language.":::
57
57
58
+
# [Publish](#tab/publish)
59
+
:::image type="content" source="../media/agent-publish.png" lightbox="../media/agent-publish.png" alt-text="Screenshot showing the publish window for your agent.":::
60
+
58
61
# [Test](#tab/test)
59
62
:::image type="content" source="../media/test-agent.png" lightbox="../media/test-agent.png" alt-text="Screenshot showing the test window for your agent.":::
60
63
61
64
---
62
65
63
66
## Agent builder
64
67
65
-
The agent builder provides a comprehensive form-based experience for creating agents from scratch using the Security Copilot platform's graphical interface. On the top navigation bar, there are two tabs: **Build** and **Test**. Use the **Build** tab to define your agent and configure its tools. The **Test** tab lets you validate the agent's responses.
68
+
The agent builder provides a comprehensive form-based experience for creating agents from scratch using the Security Copilot platform's graphical interface. On the top navigation bar, there are two tabs: **Build** and **Test**. Use the **Build** tab to define your agent and configure its tools. The **Test** tab lets you validate the agent's responses, but you must currently first publish your agent before you can test it.
66
69
67
70
You can configure the following sections in the agent builder:
68
71
@@ -88,6 +91,8 @@ You can also use the **Copilot** button to open a Chat interface that appears on
88
91
89
92
---
90
93
94
+
Once you have completed the configuration of your agent, you must currently publish it before you can test it.
95
+
91
96
## YAML upload method
92
97
93
98
If you prefer not to use natural language prompts or the form-based agent builder, you can define your agent by uploading a YAML manifest. This approach gives developers the flexibility to build the agent YAML in their development environment of choice. This method is best suited for developers who want to reuse existing configurations, manage agent definitions through iterations, or work outside of UI-driven or conversational experiences.
0 commit comments