Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ run
Method
run
src/main/java/com/tcode/runtime/task/TaskRunner.java:5–5 ·
view source on GitHub ↗
(String prompt)
Source
from the content-addressed store, hash-verified
3
@FunctionalInterface
4
public
interface
TaskRunner {
5
String run(String prompt) throws Exception;
6
}
Callers
10
handleCommand
Method · 0.65
runAgentTask
Method · 0.65
start
Method · 0.65
runHeadlessTask
Method · 0.65
refreshStatus
Method · 0.65
runHeadlessTurn
Method · 0.65
workerLoop
Method · 0.65
runtime-request-retrier.test.ts
File · 0.65
events
Method · 0.65
pendingApprovals
Method · 0.65
Implementers
5
CliTaskRunner
src/main/java/com/tcode/cli/CliTaskRun
AgentOrchestrator
src/main/java/com/tcode/agent/AgentOrc
Agent
src/main/java/com/tcode/agent/Agent.ja
PlanExecuteAgent
src/main/java/com/tcode/agent/PlanExec
RuntimeRequestRetrier
clients/t-code-cli/src/runtime-request
Calls
no outgoing calls
Tested by
no test coverage detected