We usually DO NOT need nested nodes. functions within functions, or types within functions, are not relevant most of the time, since the agent can just read the parent
no_nested should filter out
- Function in Function
- Datamodel in Function
- Function in Datamodel
- Function in Test
Maybe a good first step is remove nested function in tests? too many mock callbacks are polluting the graph
We usually DO NOT need nested nodes. functions within functions, or types within functions, are not relevant most of the time, since the agent can just read the parent
no_nested should filter out
Maybe a good first step is remove nested function in tests? too many mock callbacks are polluting the graph