← Về thư mục
scripts/check_model_tiering.py
- disk_agent_paths · function · L50-L58 — def disk_agent_paths() -> set[str]
- out_of_roster_agents · function · L67-L76 — def out_of_roster_agents() -> list[str]
- load_manifest · function · L79-L84 — def load_manifest() -> list[dict]
- short_name · function · L87-L88 — def short_name(path: str) -> str
- skill_of · function · L91-L93 — def skill_of(path: str) -> str: # 'shared/agents/x.md' -> 'shared'; 'deep-research/agents/x.md' -> 'deep-research'
- doc_sections · function · L96-L105 — def doc_sections(text: str) -> tuple[str, int, str, int]
- section_rows · function · L112-L131 — def section_rows(section: str) -> tuple[dict[str, tuple[int, list[str]]], list[str]]
- main · function · L134-L219 — def main() -> int