Rename project to DroidClaw

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sanju Sivalingam
2026-02-06 17:51:08 +05:30
parent caa7c9a371
commit 76b7bce405
14 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/**
* Android Action Kernel - Main Agent Loop (TypeScript/Bun Edition)
* DroidClaw - Main Agent Loop (TypeScript/Bun Edition)
*
* An AI agent that controls Android devices through the accessibility API.
* Uses LLMs to make decisions based on screen context.
@@ -202,7 +202,7 @@ async function runAgent(goal: string, maxSteps?: number): Promise<void> {
console.log("Screen resolution: using default 1080x2400 swipe coords");
}
console.log("Android Action Kernel Started");
console.log("DroidClaw Started");
console.log(`Goal: ${goal}`);
console.log(`Provider: ${Config.LLM_PROVIDER} (${Config.getModel()})`);
console.log(`Max steps: ${steps} | Step delay: ${Config.STEP_DELAY}s`);