-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 922 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (28 loc) · 922 Bytes
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
{
"name": "learningos",
"description": "LearningOS — an AI learning operating system. Drona orchestrates 129 teaching agents and 779 skills to help you learn, practice, prepare, and grow across every technical role — with cross-session memory, local labs (no subscriptions), and progress charts. Teaches the why, not just the answer.",
"version": "1.8.0",
"author": {
"name": "LearningOS (Drona) contributors",
"url": "https://github.com/ArasaniRohithReddy"
},
"homepage": "https://github.com/ArasaniRohithReddy/LearningOS",
"repository": "https://github.com/ArasaniRohithReddy/LearningOS",
"license": "MIT",
"keywords": [
"learning",
"education",
"mentor",
"teaching",
"interview-prep",
"certification",
"career",
"skills",
"agents",
"labs",
"mcp"
],
"agents": ".github/agents/",
"skills": ".github/skills/",
"mcpServers": "./.mcp.json"
}