Skip to content

Commit 480466d

Browse files
committed
fix: bump version of core to 8.8.2
1 parent 48500a6 commit 480466d

18 files changed

+800
-305
lines changed

command-snapshot.json

Lines changed: 216 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,217 @@
11
[
2-
{
3-
"alias": [],
4-
"command": "agent:create",
5-
"flagAliases": [],
6-
"flagChars": ["f", "n", "o"],
7-
"flags": ["api-version", "flags-dir", "json", "name", "spec", "target-org"],
8-
"plugin": "@salesforce/plugin-agent"
9-
},
10-
{
11-
"alias": [],
12-
"command": "agent:generate:definition",
13-
"flagAliases": [],
14-
"flagChars": [],
15-
"flags": ["flags-dir"],
16-
"plugin": "@salesforce/plugin-agent"
17-
},
18-
{
19-
"alias": [],
20-
"command": "agent:generate:spec",
21-
"flagAliases": [],
22-
"flagChars": ["d", "f", "o", "t"],
23-
"flags": [
24-
"api-version",
25-
"company-description",
26-
"company-name",
27-
"company-website",
28-
"file-name",
29-
"flags-dir",
30-
"json",
31-
"output-dir",
32-
"role",
33-
"target-org",
34-
"type"
35-
],
36-
"plugin": "@salesforce/plugin-agent"
37-
},
38-
{
39-
"alias": [],
40-
"command": "agent:generate:spec-v2",
41-
"flagAliases": [],
42-
"flagChars": ["o", "t"],
43-
"flags": [
44-
"api-version",
45-
"company-description",
46-
"company-name",
47-
"company-website",
48-
"flags-dir",
49-
"grounding-context",
50-
"json",
51-
"max-topics",
52-
"output-file",
53-
"prompt-template",
54-
"role",
55-
"spec",
56-
"target-org",
57-
"type"
58-
],
59-
"plugin": "@salesforce/plugin-agent"
60-
},
61-
{
62-
"alias": [],
63-
"command": "agent:generate:testset",
64-
"flagAliases": [],
65-
"flagChars": [],
66-
"flags": ["flags-dir"],
67-
"plugin": "@salesforce/plugin-agent"
68-
},
69-
{
70-
"alias": [],
71-
"command": "agent:preview",
72-
"flagAliases": [],
73-
"flagChars": ["n", "o"],
74-
"flags": ["api-version", "flags-dir", "name", "target-org"],
75-
"plugin": "@salesforce/plugin-agent"
76-
},
77-
{
78-
"alias": [],
79-
"command": "agent:test:cancel",
80-
"flagAliases": [],
81-
"flagChars": ["i", "o", "r"],
82-
"flags": ["api-version", "flags-dir", "job-id", "json", "target-org", "use-most-recent"],
83-
"plugin": "@salesforce/plugin-agent"
84-
},
85-
{
86-
"alias": [],
87-
"command": "agent:test:results",
88-
"flagAliases": [],
89-
"flagChars": ["f", "i", "o"],
90-
"flags": ["api-version", "flags-dir", "job-id", "json", "output-dir", "result-format", "target-org"],
91-
"plugin": "@salesforce/plugin-agent"
92-
},
93-
{
94-
"alias": [],
95-
"command": "agent:test:resume",
96-
"flagAliases": [],
97-
"flagChars": ["f", "i", "o", "r", "w"],
98-
"flags": [
99-
"api-version",
100-
"flags-dir",
101-
"job-id",
102-
"json",
103-
"output-dir",
104-
"result-format",
105-
"target-org",
106-
"use-most-recent",
107-
"wait"
108-
],
109-
"plugin": "@salesforce/plugin-agent"
110-
},
111-
{
112-
"alias": [],
113-
"command": "agent:test:run",
114-
"flagAliases": [],
115-
"flagChars": ["f", "n", "o", "w"],
116-
"flags": ["api-version", "flags-dir", "json", "name", "output-dir", "result-format", "target-org", "wait"],
117-
"plugin": "@salesforce/plugin-agent"
118-
}
119-
]
2+
{
3+
"alias": [],
4+
"command": "agent:create",
5+
"flagAliases": [],
6+
"flagChars": [
7+
"f",
8+
"n",
9+
"o"
10+
],
11+
"flags": [
12+
"api-version",
13+
"flags-dir",
14+
"json",
15+
"name",
16+
"spec",
17+
"target-org"
18+
],
19+
"plugin": "@salesforce/plugin-agent"
20+
},
21+
{
22+
"alias": [],
23+
"command": "agent:create-v2",
24+
"flagAliases": [],
25+
"flagChars": [
26+
"o"
27+
],
28+
"flags": [
29+
"agent-api-name",
30+
"agent-name",
31+
"api-version",
32+
"enrich-logs",
33+
"flags-dir",
34+
"json",
35+
"planner-id",
36+
"preview",
37+
"primary-language",
38+
"spec",
39+
"target-org",
40+
"tone",
41+
"user-id"
42+
],
43+
"plugin": "@salesforce/plugin-agent"
44+
},
45+
{
46+
"alias": [],
47+
"command": "agent:generate:definition",
48+
"flagAliases": [],
49+
"flagChars": [],
50+
"flags": [
51+
"flags-dir"
52+
],
53+
"plugin": "@salesforce/plugin-agent"
54+
},
55+
{
56+
"alias": [],
57+
"command": "agent:generate:spec",
58+
"flagAliases": [],
59+
"flagChars": [
60+
"d",
61+
"f",
62+
"o",
63+
"t"
64+
],
65+
"flags": [
66+
"api-version",
67+
"company-description",
68+
"company-name",
69+
"company-website",
70+
"file-name",
71+
"flags-dir",
72+
"json",
73+
"output-dir",
74+
"role",
75+
"target-org",
76+
"type"
77+
],
78+
"plugin": "@salesforce/plugin-agent"
79+
},
80+
{
81+
"alias": [],
82+
"command": "agent:generate:spec-v2",
83+
"flagAliases": [],
84+
"flagChars": [
85+
"o",
86+
"t"
87+
],
88+
"flags": [
89+
"api-version",
90+
"company-description",
91+
"company-name",
92+
"company-website",
93+
"flags-dir",
94+
"grounding-context",
95+
"json",
96+
"max-topics",
97+
"output-file",
98+
"prompt-template",
99+
"role",
100+
"spec",
101+
"target-org",
102+
"type"
103+
],
104+
"plugin": "@salesforce/plugin-agent"
105+
},
106+
{
107+
"alias": [],
108+
"command": "agent:generate:testset",
109+
"flagAliases": [],
110+
"flagChars": [],
111+
"flags": [
112+
"flags-dir"
113+
],
114+
"plugin": "@salesforce/plugin-agent"
115+
},
116+
{
117+
"alias": [],
118+
"command": "agent:preview",
119+
"flagAliases": [],
120+
"flagChars": [
121+
"n",
122+
"o"
123+
],
124+
"flags": [
125+
"api-version",
126+
"flags-dir",
127+
"name",
128+
"target-org"
129+
],
130+
"plugin": "@salesforce/plugin-agent"
131+
},
132+
{
133+
"alias": [],
134+
"command": "agent:test:cancel",
135+
"flagAliases": [],
136+
"flagChars": [
137+
"i",
138+
"o",
139+
"r"
140+
],
141+
"flags": [
142+
"api-version",
143+
"flags-dir",
144+
"job-id",
145+
"json",
146+
"target-org",
147+
"use-most-recent"
148+
],
149+
"plugin": "@salesforce/plugin-agent"
150+
},
151+
{
152+
"alias": [],
153+
"command": "agent:test:results",
154+
"flagAliases": [],
155+
"flagChars": [
156+
"f",
157+
"i",
158+
"o"
159+
],
160+
"flags": [
161+
"api-version",
162+
"flags-dir",
163+
"job-id",
164+
"json",
165+
"output-dir",
166+
"result-format",
167+
"target-org"
168+
],
169+
"plugin": "@salesforce/plugin-agent"
170+
},
171+
{
172+
"alias": [],
173+
"command": "agent:test:resume",
174+
"flagAliases": [],
175+
"flagChars": [
176+
"f",
177+
"i",
178+
"o",
179+
"r",
180+
"w"
181+
],
182+
"flags": [
183+
"api-version",
184+
"flags-dir",
185+
"job-id",
186+
"json",
187+
"output-dir",
188+
"result-format",
189+
"target-org",
190+
"use-most-recent",
191+
"wait"
192+
],
193+
"plugin": "@salesforce/plugin-agent"
194+
},
195+
{
196+
"alias": [],
197+
"command": "agent:test:run",
198+
"flagAliases": [],
199+
"flagChars": [
200+
"f",
201+
"n",
202+
"o",
203+
"w"
204+
],
205+
"flags": [
206+
"api-version",
207+
"flags-dir",
208+
"json",
209+
"name",
210+
"output-dir",
211+
"result-format",
212+
"target-org",
213+
"wait"
214+
],
215+
"plugin": "@salesforce/plugin-agent"
216+
}
217+
]

messages/agent.create-v2.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# summary
2+
3+
Create an agent in your org from a local agent spec file.
4+
5+
# description
6+
7+
To generate an agent spec file, run the "agent generate spec" CLI command, which outputs a YAML file with the list of jobs and descriptions that the new agent can perform. Then specify this generated spec file to the --spec flag of this command, along with the name of the new agent.
8+
9+
When this command finishes, your org contains the new agent, which you can then edit in the Agent Builder UI. The new agent already has a list of topics and actions that were automatically created from the list of jobs in the provided agent spec file. This command also retrieves all the metadata files associated with the new agent to your local DX project.
10+
11+
To open the new agent in your org's Agent Builder UI, run this command: "sf org open agent --name <api-name-of-your-agent>".
12+
13+
# flags.spec.summary
14+
15+
Path to an agent spec file.
16+
17+
# flags.preview.summary
18+
19+
Preview the agent without saving in your org.
20+
21+
# flags.agent-name.summary
22+
23+
Name for the new agent.
24+
25+
# flags.agent-api-name.summary
26+
27+
API name for the new agent.
28+
29+
# flags.user-id.summary
30+
31+
Custom user ID for the agent.
32+
33+
# flags.enrich-logs.summary
34+
35+
Adds agent conversation data to event logs.
36+
37+
# flags.tone.summary
38+
39+
Conversational style of agent responses.
40+
41+
# flags.primary-language.summary
42+
43+
Language the agent uses in conversations.
44+
45+
# flags.planner-id.summary
46+
47+
The GenAiPlanner ID to associate with the agent.
48+
49+
# error.missingRequiredFlags
50+
51+
Missing required flags: %s
52+
53+
# examples
54+
55+
- Create an agent called "CustomerSupportAgent" in an org with alias "my-org" using the specified agent spec file:
56+
57+
<%= config.bin %> <%= command.id %> --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org

0 commit comments

Comments
 (0)