-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-card.json
More file actions
32 lines (32 loc) · 1.27 KB
/
Copy pathagent-card.json
File metadata and controls
32 lines (32 loc) · 1.27 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
{
"name": "TH Analytica Agent",
"version": "1.0",
"description": "Agent card describing the capabilities and functions of the TH Analytica framework for AI visibility and readiness.",
"llms": [],
"core_concepts": {
"semantic_friction": "Minimise ambiguous or conflicting terminology to help AI systems understand your domain.",
"agent_readiness": "Design data, permissions and processes so AI-assisted systems can interpret possible actions and escalate them for human approval.",
"ai_actionability": "Structure information so possible actions and their constraints are explicit without authorising autonomous execution."
},
"actions": [
{
"name": "ai_readiness_assessment",
"description": "Evaluate the AI readiness of a given website or business process."
},
{
"name": "ai_visibility_review",
"description": "Review and suggest improvements to the AI visibility of a website or digital asset."
}
],
"contact": {
"maintainer": "Thomas Hullin",
"website": "https://th-analytica.com",
"email": "thomas@th-analytica.com"
},
"governance": {
"human_approval_required": true,
"autonomous_form_submission_allowed": false,
"autonomous_booking_allowed": false,
"autonomous_payment_allowed": false
}
}