Files
ReachableCEO-AI-Homedir-Public/databank/artifacts/llm/LLMDatabankTOC.json
2025-10-25 16:28:14 -05:00

97 lines
3.6 KiB
JSON

{
"databank_toc": {
"version": "1.4.0",
"last_updated": "2025-10-24T14:20:00Z",
"description": "Table of Contents for LLM-optimized databank content",
"purpose": "Enable efficient navigation and retrieval of databank information by LLM agents",
"usage": "Use @LLMDatabankTOC to access this file, then navigate to specific files as needed",
"structure": {
"organization": "Files organized by domain with both human and LLM formats available",
"access_patterns": "LLM format prioritized for efficiency, human format for complex context"
},
"domains": {
"personal": {
"description": "Personal information and biography",
"llm_files": [
{
"path": "personal/AboutMe.json",
"purpose": "Structured personal information",
"tags": ["identity", "professional", "preferences"]
},
{
"path": "personal/TSYS.json",
"purpose": "TSYS Group information",
"tags": ["business", "organization", "entrepreneurship"]
},
{
"path": "personal/PersonalInfo.json",
"purpose": "Personal information from intake processing",
"tags": ["identity", "professional", "personal"]
}
],
"human_files": [
{
"path": "personal/AboutMe.md",
"purpose": "Beautiful personal information documentation",
"tags": ["identity", "professional", "preferences"]
},
{
"path": "personal/TSYS.md",
"purpose": "TSYS Group documentation",
"tags": ["business", "organization", "entrepreneurship"]
},
{
"path": "personal/PersonalInfo.md",
"purpose": "Personal information from intake processing",
"tags": ["identity", "professional", "personal"]
}
]
},
"agents": {
"description": "AI agent guidelines and tools",
"llm_files": [
{
"path": "agents/RULES-GLOBAL.json",
"purpose": "Global agent guidelines and operating principles",
"tags": ["guidelines", "principles", "workflow", "intake-processing"]
}
],
"human_files": [
{
"path": "agents/RULES-GLOBAL.md",
"purpose": "Beautiful global agent guidelines documentation",
"tags": ["guidelines", "principles", "workflow", "intake-processing"]
}
]
},
"business": {
"description": "Business and company information",
"llm_files": [
{
"path": "business/TSYS.json",
"purpose": "TSYS Group business information",
"tags": ["business", "legal", "entities", "organization"]
}
],
"human_files": [
{
"path": "business/TSYS.md",
"purpose": "TSYS Group business documentation",
"tags": ["business", "legal", "entities", "organization"]
}
]
}
},
"navigation_instructions": {
"step_1": "Identify the domain of interest from the domains list above",
"step_2": "Choose appropriate format (llm_files for efficiency, human_files for context)",
"step_3": "Access specific file using the provided path",
"step_4": "For related information, check files with similar tags"
},
"update_policy": {
"frequency": "Continuously updated based on collab/ communications",
"process": "AI agents process collab/ updates and synchronize both formats",
"validation": "Changes validated against collab/ source of truth"
}
}
}