aboutsummaryrefslogtreecommitdiffstats
path: root/agents
diff options
context:
space:
mode:
Diffstat (limited to 'agents')
-rwxr-xr-xagents/coder/tools.sh4
-rwxr-xr-xagents/todo/tools.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/agents/coder/tools.sh b/agents/coder/tools.sh
index c56e734..5dc1519 100755
--- a/agents/coder/tools.sh
+++ b/agents/coder/tools.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -e
-ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}"
-
# @env LLM_OUTPUT=/dev/stdout The output path
+ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}"
+
# @cmd Create a new file at the specified path with contents.
# @option --path! The path where the file should be created
# @option --contents! The contents of the file
diff --git a/agents/todo/tools.sh b/agents/todo/tools.sh
index 48efa29..181294a 100755
--- a/agents/todo/tools.sh
+++ b/agents/todo/tools.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -e
-ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}"
-
# @env LLM_OUTPUT=/dev/stdout The output path
+ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}"
+
# @cmd Add a new todo item
# @option --desc! The todo description
add_todo() {