Files
oh-my-opencode/packages/agents-md-core/src/index.ts
T

13 lines
438 B
TypeScript
Raw Normal View History

export { AGENTS_FILENAME } from "./constants";
export { findAgentsMdUp, resolveFilePath } from "./finder";
export { formatAgentsMdContextBlock } from "./formatter";
export { getSessionCache } from "./injection-cache";
export { processFilePathForAgentsInjection } from "./injector";
export type {
AgentsMdContextOutput,
AgentsMdDiscoveryInput,
AgentsMdInjectedPathsStorage,
AgentsMdTruncator,
TruncationResult,
} from "./types";