Compose isolated knowledge bases through agent delegation without merging their documents.
Knowledge bases do not share raw retrieval context. To use expertise from another KB, let an agent delegate to an agent on that KB. The caller receives the specialist’s final answer—not its documents, retrieved passages, prompt, or tool history.
Delegation is not a way to merge two corpora. If one answer must retrieve passages from both document sets directly, place those documents in the same knowledge base instead.
Attach a specialist agent as callable. Both agents already use the same corpus, so no cross-KB sharing decision is involved.
Agents on different KBs
The target KB must allow inbound delegation. Cross-KB delegation stays within one tenant and returns only the target agent’s final answer.
External A2A agent
Register an external Agent-to-Agent endpoint on a KB, then expose it as a delegate. External registration is outbound configuration and is independent of the KB’s inbound-sharing setting.