provozni zaloha
This commit is contained in:
48
cml/wiki/index.md
Normal file
48
cml/wiki/index.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Wiki Index
|
||||
|
||||
The catalog of all pages in this wiki. Each entry: a wikilink to the page and a one-line summary. The LLM reads this first when answering queries to identify candidate pages.
|
||||
|
||||
Keep summaries tight — one line each. The index is engineered to be cheap to read; a fat index defeats its purpose.
|
||||
|
||||
When this file exceeds ~300 lines or the wiki passes ~150 pages, shard into `wiki/indexes/<type>.md` and replace this file with a directory of shards. See the `scaling-playbook.md` reference in the `llm-wiki` skill for the migration procedure.
|
||||
|
||||
---
|
||||
|
||||
## Sources
|
||||
|
||||
- [[pi-coding-agent-mario-zechner]] — talk Maria Zechnera o motivaci a designu Pi coding agenta
|
||||
- [[pi-dev-terminal-limitation]] — poznámka o terminálové limitaci Pi a podobných agentů
|
||||
- [[claude-code-local-cloud-models]] — průvodce konfigurací Claude Code s lokálními a cloud modely
|
||||
- [[claude-code-ollama-workflow]] — test nového Ollama workflow v Claude Code (zdarma)
|
||||
- [[claude-code-openrouter-beast-mode]] — Claude Code s OpenRouter pro beast mode při nízkých nákladech
|
||||
- [[claude-code-goal-command]] — dokumentace /goal příkazu v Claude Code pro autonomní práci s koncovou podmínkou
|
||||
- [[lego-mindstorms-continued-use]] — pokračování používání LEGO Mindstorms po ukončení — alternativy, firmware, zachování aplikací
|
||||
|
||||
## Entities
|
||||
|
||||
- [[person-mario-zechner]] — tvůrce Pi coding agenta, autor libGDX
|
||||
- [[product-pi]] — minimalistický coding agent (4 nástroje, tree-structured sessions)
|
||||
- [[product-claude-code]] — coding agent od Anthropic, podporuje lokální i cloud modely
|
||||
- [[product-ollama]] — lokální inference server pro LLM modely
|
||||
- [[product-openrouter]] — cloud API proxy pro přístup k mnoha LLM modelům
|
||||
- [[product-cline]] — VS Code coding agent rozšíření
|
||||
- [[product-pybricks]] — open-source firmware a vývojové prostředí pro LEGO robotiku (nahrazuje oficiální aplikace)
|
||||
- [[product-lego-mindstorms]] — robotická stavebnice od LEGO, ukončená 2022, nadále použitelná s Pybricks
|
||||
- [[product-spike-prime]] — robotická vzdělávací sada od LEGO Education, nástupce Mindstorms
|
||||
|
||||
## Concepts
|
||||
|
||||
- [[coding-agent]] — software nástroj využívající LLM k autonomnímu/poloautonomnímu psaní kódu
|
||||
- [[tree-structured-sessions]] — designový vzor pro správu kontextu v coding agentech (větvení místo lineární historie)
|
||||
- [[terminal-limitation]] — koncept omezení coding agentů na terminálové prostředí bez IDE integrace
|
||||
- [[local-vs-cloud-models]] — trade-offy mezi lokálními a cloud LLM modely
|
||||
- [[coding-agent-setup]] — konfigurace a nastavení coding agentů
|
||||
- [[cost-optimization]] — optimalizace nákladů na LLM API
|
||||
- [[goal-driven-agent-loop]] — koncept autonomního agenta s verifikovatelnou koncovou podmínkou
|
||||
- [[software-preservation]] — zachování softwaru a funkčnosti po ukončení oficiální podpory
|
||||
- [[e-waste-reduction]] — prodloužení životnosti elektronických produktů snížením e-waste
|
||||
- [[micropython]] — lehká implementace Pythonu 3 pro mikrokontroléry, používá Pybricks
|
||||
|
||||
## Synthesis
|
||||
|
||||
(populated as query answers are filed back)
|
||||
Reference in New Issue
Block a user