-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
60 lines (60 loc) · 1.69 KB
/
Copy pathplugin.json
File metadata and controls
60 lines (60 loc) · 1.69 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
{
"plugin": "frootai-05-it-ticket-resolution",
"version": "1.0.0",
"name": "IT Ticket Resolution",
"description": "Auto-classify, route, resolve IT tickets Logic Apps + AI",
"author": "Pavleen Bali",
"license": "MIT",
"repository": "https://github.com/gitpavleenbali/frootai/tree/main/solution-plays/05-it-ticket-resolution",
"tags": ["itsm", "classification", "logic-apps", "routing", "azure-openai"],
"complexity": "Medium",
"status": "Implemented",
"agentic_os": {
"layer_1_instructions": [
".github/copilot-instructions.md",
".github/instructions/azure-coding.instructions.md",
".github/instructions/security.instructions.md"
],
"layer_2_prompts": [
".github/prompts/deploy.prompt.md",
".github/prompts/test.prompt.md",
".github/prompts/review.prompt.md",
".github/prompts/evaluate.prompt.md"
],
"layer_2_agents": [
".github/agents/builder.agent.md",
".github/agents/reviewer.agent.md",
".github/agents/tuner.agent.md"
],
"layer_2_skills": [
".github/skills/deploy-azure",
".github/skills/evaluate",
".github/skills/tune"
],
"layer_3_hooks": [
".github/hooks/guardrails.json"
],
"layer_3_workflows": [
".github/workflows/ai-review.md",
".github/workflows/ai-deploy.md"
]
},
"devkit": {
"agent": "agent.md",
"instructions": "instructions.md",
"mcp": "mcp/index.js",
"plugins": "plugins/",
"vscode": ".vscode/mcp.json"
},
"tunekit": {
"config": "config/",
"evaluation": "evaluation/",
"infra": "infra/main.bicep"
},
"mcp_servers": {
"frootai": {
"command": "npx",
"args": ["frootai-mcp"]
}
}
}