"""Knowledge subsystem.""" from app.knowledge.evidence_retriever import retrieve_evidence __all__ = ["retrieve_evidence"]