bizra-agentic-v1-ace / config.json
mumu1542's picture
Upload config.json with huggingface_hub
c9ef70f verified
raw
history blame contribute delete
824 Bytes
{
"base_model": "AgentFlow/agentflow-planner-7b",
"model_type": "ACE-Enhanced",
"ihsan_enabled": true,
"command_protocol": {
"/A": "Auto-Mode (922 uses)",
"/C": "Context (588 uses)",
"/S": "System (503 uses)",
"/R": "Reasoning (419 uses)"
},
"ace_framework": {
"orchestrator": "3-role architecture",
"phases": [
"generation",
"execution",
"reflection",
"curation"
],
"memory": "persistent cross-session",
"evolution": "1.1% improvement per cycle"
},
"training_corpus": {
"conversations": 527,
"messages": 6152,
"tokens": 3528960,
"hours": 15000,
"timeline": "Aug 2024 - Sep 2025"
},
"constitutional_constraints": {
"max_position_size": 0.2,
"max_leverage": 2.0,
"max_drawdown": 0.15,
"min_positions": 5
}
}