mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
5 lines
No EOL
153 B
TypeScript
5 lines
No EOL
153 B
TypeScript
export enum Path {
|
|
Root = "AI Agent",
|
|
UserInstruction = `${Path.Root}/AGENT_INSTRUCTIONS.md`,
|
|
Conversations = `${Path.Root}/Conversations`
|
|
}; |