mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-14 20:07:24 +00:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"platform": {
|
|
"name": "Unified AI Platform",
|
|
"version": "1.0.0",
|
|
"description": "A comprehensive AI platform combining best patterns from leading AI systems"
|
|
},
|
|
"core_capabilities": {
|
|
"multi_modal": {
|
|
"enabled": true,
|
|
"supported_types": ["text", "code", "image", "audio"],
|
|
"processors": ["text_processor", "code_analyzer", "image_processor", "audio_processor"]
|
|
},
|
|
"memory_system": {
|
|
"enabled": true,
|
|
"types": ["user_preferences", "conversation_history", "knowledge_base"],
|
|
"persistence": "in_memory"
|
|
},
|
|
"tool_system": {
|
|
"enabled": true,
|
|
"modular": true,
|
|
"json_defined": true,
|
|
"dynamic_loading": true
|
|
},
|
|
"planning_system": {
|
|
"enabled": true,
|
|
"modes": ["two_phase", "execution", "planning"],
|
|
"strategies": ["sequential", "parallel", "adaptive"]
|
|
},
|
|
"security": {
|
|
"enabled": true,
|
|
"features": ["authentication", "authorization", "data_encryption", "input_validation"]
|
|
}
|
|
},
|
|
"operating_modes": {
|
|
"development": {
|
|
"debug": true,
|
|
"logging": "verbose",
|
|
"hot_reload": true
|
|
},
|
|
"production": {
|
|
"debug": false,
|
|
"logging": "error",
|
|
"performance_optimized": true
|
|
}
|
|
},
|
|
"performance": {
|
|
"response_time": {
|
|
"target_ms": 1000,
|
|
"max_ms": 5000
|
|
},
|
|
"memory_usage": {
|
|
"max_mb": 512,
|
|
"optimization": true
|
|
},
|
|
"concurrent_operations": {
|
|
"max_parallel": 10,
|
|
"queue_size": 100
|
|
}
|
|
}
|
|
} |