forked from Life-Atlas/lpi-developer-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
23 lines (23 loc) · 762 Bytes
/
agent.json
File metadata and controls
23 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"protocol": "A2A/1.0",
"identity": {
"name": "Jahanvi's LPI Explorer Agent",
"developer": "Jahanvi Gupta",
"version": "1.0.0",
"description": "An AI agent that specializes in querying the Life Programmable Interface (LPI) to extract insights regarding Digital Twin implementations, knowledge graphs, and the S.M.I.L.E. mapping methodology."
},
"capabilities": {
"tools": [
{
"name": "digital_twin_analyzer",
"description": "Generates aggregated implementation analysis by polling primary digital twin architecture sources."
}
],
"context_window": 4096,
"mcp_compatible": true
},
"communication": {
"supported_formats": ["json", "markdown"],
"requires_human_approval": false
}
}