mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
feat(skills): add Agent Skills support with orchestrator-driven activation
This commit is contained in:
parent
5a4487fc6e
commit
7f5bf641bb
24 changed files with 2777 additions and 97 deletions
|
|
@ -64,6 +64,12 @@ BUILTIN_TEMPLATES: list[Template] = [
|
|||
description="stateful responses with memory-backed storage",
|
||||
yaml_text=_load_template_yaml("conversational_state_v1_responses.yaml"),
|
||||
),
|
||||
Template(
|
||||
id="skills_routing",
|
||||
title="Agent Skills Routing",
|
||||
description="install Agent Skills (agentskills.io) and let Plano-Orchestrator route to them",
|
||||
yaml_text=_load_template_yaml("skills_routing.yaml"),
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue