Remove legacy chains, skills, and config modules. Add citation agent, SYSTEM.md, modular research-tools extension, and web-access layer. Add ralph-wiggum to Pi package stack for long-running loops. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
220 B
TypeScript
10 lines
220 B
TypeScript
export {
|
|
formatPiWebAccessDoctorLines,
|
|
getPiWebAccessStatus,
|
|
getPiWebSearchConfigPath,
|
|
loadPiWebAccessConfig,
|
|
type PiWebAccessConfig,
|
|
type PiWebAccessStatus,
|
|
type PiWebSearchProvider,
|
|
} from "./pi/web-access.js";
|