Hello,
I'm trying to understand what is the scheme of elements in the database especially for Candidates. Because i did something like this :
curl -X POST http://localhost:8000/elements -H "Content-Type: application/json" -d "{\"time\":\"2025-10-11T12:00:00Z\",\"name\":\"Unreal_BossAI_Adaptive\",\"result\":{\"train\":\"Create a C++ boss AI architecture for Unreal Engine 5\",\"test\":\"Adaptive behavior based on player actions\"},\"program\":\"UE5_CPP_BossAI\",\"analysis\":\"Analyze player combat patterns and adjust boss strategy dynamically\",\"cognition\":\"Use session memory to adapt attack patterns and decisions\",\"log\":\"Instruction sent via MongoDB API to trigger the ASI-Arch evolution pipeline\",\"motivation\":\"Design an adaptive boss AI architecture in C++ for Unreal Engine 5 using reinforcement learning principles\",\"parent\":null,\"summary\":\"The ASI-Arch pipeline should generate an adaptive boss AI system architecture for Unreal Engine 5.\"}"
But then when i run ASI Arch it apparently look for UE5_CPP_BossAi.py but i don't know what it is ?
Regards
Hello,
I'm trying to understand what is the scheme of elements in the database especially for Candidates. Because i did something like this :
curl -X POST http://localhost:8000/elements -H "Content-Type: application/json" -d "{\"time\":\"2025-10-11T12:00:00Z\",\"name\":\"Unreal_BossAI_Adaptive\",\"result\":{\"train\":\"Create a C++ boss AI architecture for Unreal Engine 5\",\"test\":\"Adaptive behavior based on player actions\"},\"program\":\"UE5_CPP_BossAI\",\"analysis\":\"Analyze player combat patterns and adjust boss strategy dynamically\",\"cognition\":\"Use session memory to adapt attack patterns and decisions\",\"log\":\"Instruction sent via MongoDB API to trigger the ASI-Arch evolution pipeline\",\"motivation\":\"Design an adaptive boss AI architecture in C++ for Unreal Engine 5 using reinforcement learning principles\",\"parent\":null,\"summary\":\"The ASI-Arch pipeline should generate an adaptive boss AI system architecture for Unreal Engine 5.\"}"But then when i run ASI Arch it apparently look for UE5_CPP_BossAi.py but i don't know what it is ?
Regards