upgrade Skill system auf regitry

This commit is contained in:
Sithies
2026-03-17 21:51:00 +01:00
parent 389c759166
commit 4e6b2c6759
28 changed files with 534 additions and 478 deletions
@@ -0,0 +1,6 @@
// nazarick-core/src/agent/context.rs
#[derive(Debug, Clone)]
pub struct AgentContext {
pub agent_id: String,
}