mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 19:32:11 +02:00
Squashed 'ai-context/trustgraph-templates/' content from commit 42a5fd1b
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
This commit is contained in:
commit
74cc8a4685
1216 changed files with 116347 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
{
|
||||
"react": {
|
||||
"name": "react",
|
||||
"description": "Interleaved reasoning and action — the agent thinks, selects a tool, observes the result, and repeats until it has enough information to answer.",
|
||||
"max_iterations": 10,
|
||||
},
|
||||
"plan-then-execute": {
|
||||
"name": "plan-then-execute",
|
||||
"description": "The agent first produces a structured plan of steps, then executes each step in order. Supports re-planning on failure.",
|
||||
"max_iterations": 15,
|
||||
"max_replan_depth": 2,
|
||||
},
|
||||
"supervisor": {
|
||||
"name": "supervisor",
|
||||
"description": "The agent decomposes the question into independent sub-goals, fans out subagent requests, waits for all to complete, then synthesises a final answer.",
|
||||
"max_subagents": 5,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue