mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 18:05:11 +00:00
Removed agent-old
This commit is contained in:
parent
1f9a3a00cc
commit
92bad8619c
15 changed files with 1 additions and 4143 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue