brain_federate
Transfer private organizational knowledge from a source brain to your brain for a specific domain, enabling instant access to senior engineer's typed, confidence-weighted expertise.
Instructions
FedBrain Layer 6 — Private org knowledge transfer: copy CKG edges + lessons from a source brain into your brain for a specific domain (e.g. "billing", "auth", "deploy"). The new hire use case: one command gives you the senior engineer's 5 years of typed, confidence-weighted knowledge in your domain. Unlike syndicate_search (global, anonymous), brain_federate is org-private — both brains must be in the same Cachly org, or the source instance_id must be explicitly shared. Example: brain_federate(source="prod-brain-id", domain="billing", min_confidence=0.6)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Your brain instance ID (destination) | |
| source | Yes | Source brain instance ID to federate from | |
| domain | Yes | Domain to transfer, e.g. "billing", "auth", "deploy", "infra". Use "*" for all domains. | |
| min_confidence | No | Minimum edge confidence to transfer (default: 0.6) | |
| dry_run | No | Preview what would be transferred without writing (default: false) |