DSN / app /_paths.py
nexusbert's picture
Update README.md with detailed configuration, deliverables checklist, API endpoints, request bodies, local run instructions, Docker setup, and project layout for the DSN × BCT LLM Agent Challenge.
73c205a
raw
history blame contribute delete
141 Bytes
from __future__ import annotations
from pathlib import Path
def submission_root() -> Path:
return Path(__file__).resolve().parents[1]