Create interactive_reasoning_agent.json
Browse files
interactive_reasoning_agent.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "reasoning-agent",
|
| 3 |
+
"interaction_cycle": ["perceive", "reason", "confirm", "act"],
|
| 4 |
+
"explainable": true,
|
| 5 |
+
"context_memory": true
|
| 6 |
+
}
|