Dispatch Scanner V2
Path:
pi-cybernetic/.understand-anything/notes-analysis/dispatch-scanner-v2.tsRelative: .understand-anything/notes-analysis/dispatch-scanner-v2.tsSubproject: pi-cyberneticCategory: otherLines: 99Bytes: 3,846Imports: 4Exports: 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";
- const PROJECT_ROOT = "/home/mikes/leverage-loops-projects/pi-cybernetic";
- const PLUGIN_ROOT = "/home/mikes/.understand-anything-plugin";
- // Read context
- const readme = fs.readFileSync(`${PROJECT_ROOT}/README.md`, "utf-8").slice(0, 3000);
- const manifest = fs.readFileSync(`${PROJECT_ROOT}/package.json`, "utf-8");
- const scanFiles = JSON