You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,15 @@
24
24
25
25
---
26
26
27
+
## 🗺️ Roadmap
28
+
29
+
-[x]**Skill architecture** — pluggable `SKILL.md` interface for all capabilities
30
+
-[x]**Skill Store UI** — browse, install, and configure skills from Aegis
31
+
-[x]**AI/LLM-assisted skill installation** — community-contributed skills installed and configured via AI agent
32
+
-[x]**GPU / NPU / CPU (AIPC) aware installation** — auto-detect hardware, install matching frameworks, convert models to optimal format
33
+
-[x]**Hardware environment layer** — shared [`env_config.py`](skills/lib/env_config.py) for auto-detection + model optimization across NVIDIA, AMD, Apple Silicon, Intel, and CPU
34
+
-[ ]**Skill development** — 18 skills across 9 categories, actively expanding with community contributions
35
+
27
36
## 🧩 Skill Catalog
28
37
29
38
Each skill is a self-contained module with its own model, parameters, and [communication protocol](docs/skill-development.md). See the [Skill Development Guide](docs/skill-development.md) and [Platform Parameters](docs/skill-params.md) to build your own.
@@ -48,14 +57,6 @@ Each skill is a self-contained module with its own model, parameters, and [commu
48
57
49
58
> **Registry:** All skills are indexed in [`skills.json`](skills.json) for programmatic discovery.
50
59
51
-
### 🗺️ Roadmap
52
-
53
-
-[x]**Skill architecture** — pluggable `SKILL.md` interface for all capabilities
54
-
-[x]**Skill Store UI** — browse, install, and configure skills from Aegis
55
-
-[x]**AI/LLM-assisted skill installation** — community-contributed skills installed and configured via AI agent
56
-
-[x]**GPU / NPU / CPU (AIPC) aware installation** — auto-detect hardware, install matching frameworks, convert models to optimal format
57
-
-[x]**Hardware environment layer** — shared [`env_config.py`](skills/lib/env_config.py) for auto-detection + model optimization across NVIDIA, AMD, Apple Silicon, Intel, and CPU
58
-
-[ ]**Skill development** — 18 skills across 9 categories, actively expanding with community contributions
59
60
60
61
## 🚀 Getting Started with [SharpAI Aegis](https://www.sharpai.org)
0 commit comments