Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
sw:copilot [2026/06/30 11:43]
tomas [Soubory]
sw:copilot [2026/06/30 11:57] (current)
tomas
Line 39: Line 39:
 https://github.com/github/awesome-copilot ... Předpřipravené skilly pro konkrétní jazyky a tasky\\ https://github.com/github/awesome-copilot ... Předpřipravené skilly pro konkrétní jazyky a tasky\\
  
 +==== Agenti a subagenti ====
 +Omezení kontextu, ať se šetří\\
 +Pro konkrétní úkoly pouštět subagenty, s omezeným kontextem a akcí, vrací výstupy agentovi\\
 +
 +např. Agent - orchestrátor, subagent - zjistit počasí pro danou oblase, další subagent načte akce a udělá přehled, další subagent - zmixuje počasí a akce a udělá doporučení.
 +
 +
 +<code>
 +---
 +description:
 +tools: [read, write, search, execute]
 +model: "GPT-5 mini (copilot)"
 +user-invocable: false
 +---
 +# Constrains
 +
 +</code>