ariefansclub commited on
Commit
67c4121
·
verified ·
1 Parent(s): 7f47ce4

Create interactive_reasoning_agent.json

Browse files
Files changed (1) hide show
  1. interactive_reasoning_agent.json +6 -0
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
+ }