We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86dff83 + 9a7fbea commit 062df70Copy full SHA for 062df70
1 file changed
cli/olaf/src/olaf/cli/run_cli.py
@@ -14,6 +14,7 @@
14
from dotenv import load_dotenv
15
from olaf.config import DEFAULT_AGENT_DIR, ENV_FILE, OLAF_HOME
16
17
+
18
PACKAGE_ROOT = Path(__file__).resolve().parent.parent
19
PACKAGE_AGENTS_DIR = PACKAGE_ROOT / "agents"
20
PACKAGE_DATASETS_DIR = PACKAGE_ROOT / "datasets"
0 commit comments