cfe925a76c
Files changed: - CHANGES.md - VERSION - instructions/link-taxonomy.md - instructions/migrations/4.0.0-link-taxonomy.md - kb/comparisons/amd-pstate vs acpi-cpufreq.md - kb/concepts/Episodic Memory.md - kb/concepts/Memory Lifecycle.md - kb/concepts/Mesh Sync.md - kb/concepts/Procedural Memory.md - kb/concepts/Reciprocal Rank Fusion.md - kb/concepts/Semantic Memory.md - kb/concepts/Shared vs Private.md - kb/concepts/Split Threshold.md - kb/concepts/Stub Threshold.md - kb/concepts/Supersession.md - kb/concepts/Typed Relationships.md - kb/concepts/Vector Search.md - kb/concepts/Work Coordination.md - kb/concepts/Working Memory.md - kb/entities/technologies/Wine-Staging.md - kb/entities/tools/pascalandy schema.md - kb/index.md - kb/log.md - kb/sources/COLLECTION.md - tools/CONTRACT.md - tools/chemenu/commands/lint.py - tools/chemenu/kb_collections.py - tools/chemenu/lint_core.py - tools/chemenu/tests/test_conventions.py - tools/chemenu/tests/test_lint.py - tools/chemenu/tests/test_type_resolver.py - types/comparison.md - types/comparison.schema.yaml
52 lines
1.0 KiB
Markdown
52 lines
1.0 KiB
Markdown
---
|
|
type: types/concept.md
|
|
concept_type: pattern
|
|
tags: []
|
|
created: 2026-08-02
|
|
modified: 2026-08-29
|
|
related:
|
|
- exemplifies: Implementation Spectrum
|
|
- part-of: Multi-Agent Collaboration
|
|
- evidenced-by: Source - LLM Wiki v2
|
|
sources: []
|
|
confidence: 0.50
|
|
confidence_base: 0.50
|
|
provenance: general
|
|
summary: Abgleichsmechanismus, der Beobachtungen paralleler Agenten in ein gemeinsames Wiki überführt; Last-Write-Wins mit Konflikterkennung und manuellem Eingriff.
|
|
---
|
|
# Mesh Sync
|
|
|
|
**Typ:** pattern
|
|
|
|
## Definition
|
|
|
|
Wenn mehrere Agenten parallel arbeiten, akzeptiert Mesh Sync automatisch nicht-konfligierende Updates und markiert semantische Konflikte zur Überprüfung durch Menschen und ermöglicht so kollaboratives Wissensaufbau.
|
|
|
|
## Kernpunkte
|
|
|
|
- TODO
|
|
|
|
## Beispiele
|
|
|
|
- TODO
|
|
|
|
## Wann zu verwenden
|
|
|
|
TODO
|
|
|
|
## Wann NICHT zu verwenden
|
|
|
|
TODO
|
|
|
|
## Verwandte Concepts
|
|
|
|
- TODO
|
|
|
|
<!-- wikitool:links -->
|
|
## Beziehungen
|
|
|
|
- **exemplifies:** [[Implementation Spectrum]]
|
|
- **part-of:** [[Multi-Agent Collaboration]]
|
|
- **evidenced-by:** [[Source - LLM Wiki v2]]
|
|
<!-- /wikitool:links -->
|