-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathworking_agent.json
More file actions
93 lines (93 loc) · 2.34 KB
/
working_agent.json
File metadata and controls
93 lines (93 loc) · 2.34 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"protocol_version": "1.0",
"name": "Flight Booking Agent",
"description": "Flight booking and reservation management agent",
"url": "http://flight-booking-agent:9000/",
"version": "0.0.1",
"capabilities": {},
"default_input_modes": [
"text/plain"
],
"default_output_modes": [
"text/plain"
],
"skills": [
{
"id": "check_availability",
"name": "Check Availability",
"description": "Check seat availability for a specific flight.",
"tags": [],
"examples": null,
"input_modes": null,
"output_modes": null,
"security": null
},
{
"id": "reserve_flight",
"name": "Reserve Flight",
"description": "Reserve seats on a flight for passengers.",
"tags": [],
"examples": null,
"input_modes": null,
"output_modes": null,
"security": null
},
{
"id": "confirm_booking",
"name": "Confirm Booking",
"description": "Confirm and finalize a flight booking.",
"tags": [],
"examples": null,
"input_modes": null,
"output_modes": null,
"security": null
},
{
"id": "process_payment",
"name": "Process Payment",
"description": "Process payment for a booking (simulated).",
"tags": [],
"examples": null,
"input_modes": null,
"output_modes": null,
"security": null
},
{
"id": "manage_reservation",
"name": "Manage Reservation",
"description": "Update, view, or cancel existing reservations.",
"tags": [],
"examples": null,
"input_modes": null,
"output_modes": null,
"security": null
}
],
"preferred_transport": "JSONRPC",
"provider": {
"organization": "Example Corp",
"url": "https://example-corp.com"
},
"icon_url": null,
"documentation_url": null,
"security_schemes": {},
"security": null,
"supports_authenticated_extended_card": null,
"metadata": {},
"path": "/flight-booking",
"tags": [
"travel",
"flight-booking",
"reservation"
],
"is_enabled": false,
"num_stars": 0,
"license": "MIT",
"registered_at": "2025-11-19T13:43:19.354979+00:00",
"updated_at": "2025-11-19T13:43:19.355018+00:00",
"registered_by": "service-account-registry-admin-bot",
"visibility": "public",
"allowed_groups": [],
"signature": null,
"trust_level": "unverified"
}