summaryrefslogtreecommitdiff
path: root/subagents/luatool.lua
diff options
context:
space:
mode:
Diffstat (limited to 'subagents/luatool.lua')
-rw-r--r--subagents/luatool.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/subagents/luatool.lua b/subagents/luatool.lua
index 089c67b..8aaa5c9 100644
--- a/subagents/luatool.lua
+++ b/subagents/luatool.lua
@@ -54,7 +54,6 @@ local CHUNK_NAME = "subagents.lua"
local M = {}
M.max_jobs = MAX_JOBS
-M.instruction_budget = INSTRUCTION_BUDGET
local function shallow_copy(source, skip)
local copy = {}
@@ -139,8 +138,6 @@ local function format_return(value)
return workflow.json_encode(value)
end
-M.format_return = format_return
-
-- Tool handler for `subagents.lua`. `profiles` is the discovered profile set
-- from activation; when omitted the workflow API discovers it lazily.
function M.handle(input, profiles)