Removed agent-old

This commit is contained in:
Mario Zechner 2025-11-10 21:55:01 +01:00
parent 1f9a3a00cc
commit 92bad8619c
15 changed files with 1 additions and 4143 deletions

View file

@ -1,4 +1,3 @@
import { main as agentMain } from "@mariozechner/pi-agent-old";
import chalk from "chalk";
import { getActivePod, loadConfig } from "../config.js";
@ -77,7 +76,7 @@ Current working directory: ${process.cwd()}`;
// Call agent main function directly
try {
await agentMain(args);
throw new Error("Not implemented");
} catch (err: any) {
console.error(chalk.red(`Agent error: ${err.message}`));
process.exit(1);