-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_app2.json
More file actions
57 lines (57 loc) · 1.17 KB
/
config_app2.json
File metadata and controls
57 lines (57 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"profiles": [
{
"id": "initial",
"context": "The agent wants to add two numbers: 3 and 7."
},
{
"id": "initial_mcp_resource",
"context": "The agent wants to learn about the Model Context Protocol (MCP)"
},
{
"id": "initial_a2a",
"context": "the agent wants to be greeted"
},
{
"id": "formalize",
"context": "The agents wants to formalize the goal"
},
{
"id": "initial_utcp",
"context": "The agent wants to multiply 3 and 7"
},
{
"id": "initial_wot",
"context": "The agents wants to set the TCP target"
},
{
"id": "goal",
"context": "The agent wants to read the user goal"
},
{
"id": "executor",
"context": ""
},
{
"id": "evaluation",
"context": ""
}
],
"artifacts": [
{
"kind": "mcp",
"instance_name": "goal_mcp",
"url": "http://localhost:9996/mcp"
},
{
"kind": "a2a",
"instance_name": "formalizer",
"url": "http://localhost:9997"
},
{
"kind": "wot",
"instance_name": "cherrybot_proxy",
"url": "http://localhost:8086/td"
}
]
}