plexus.rubric_memory.local_corpus module
- class plexus.rubric_memory.local_corpus.LocalRubricMemoryCorpusPaths(scorecard_root: Path, scorecard_knowledge_base: Path, prefix_knowledge_bases: list[Path], score_knowledge_base: Path)
Bases:
objectConvention-derived local rubric-memory paths for one score.
- __init__(scorecard_root: Path, scorecard_knowledge_base: Path, prefix_knowledge_bases: list[Path], score_knowledge_base: Path) None
- prefix_knowledge_bases: list[Path]
- score_knowledge_base: Path
- scorecard_knowledge_base: Path
- scorecard_root: Path
- property sources: list[LocalRubricMemorySource]
- class plexus.rubric_memory.local_corpus.LocalRubricMemoryCorpusResolver
Bases:
objectResolve rubric-memory folders using the existing pulled-score convention.
- resolve(*, scorecard_name: str, score_name: str) LocalRubricMemoryCorpusPaths