Dispatch Scanner
Path:
pi-cybernetic/.understand-anything/notes-analysis/dispatch-scanner.tsRelative: .understand-anything/notes-analysis/dispatch-scanner.tsSubproject: pi-cyberneticCategory: otherLines: 114Bytes: 3,693Imports: 5Exports: 0
Content Preview
- import { Agent } from "@earendil-works/pi-agent-core";
- import { getModel } from "@earendil-works/pi-ai";
- import { Type } from "typebox";
- import * as fs from "fs";
- import * as path from "path";
- const PROJECT_ROOT = "/home/mikes/leverage-loops-projects/pi-cybernetic";
- const PLUGIN_ROOT = "/home/mikes/.understand-anything-plugin";
- const SKILL_DIR = `${PLUGIN_ROOT}/skills/understand`;
- // Read the project-scanner agent definition
- const scannerPrompt = fs.readFileSync(`${PLUGIN_ROOT}/agents/project-