feat: migrate agents to monorepo and update federation configs

This commit is contained in:
2026-07-17 21:15:33 +02:00
parent 38a9a11772
commit 8db07e5d21
10 changed files with 256 additions and 18 deletions
@@ -218,7 +218,7 @@ class SharedMirrorConfig:
enabled: bool
paths: list[str] = field(default_factory=list)
mode: Literal["read-only"] = "read-only"
mode: Literal["read-only", "bidirectional"] = "read-only"
@dataclass