nexus_start_exploration
Start exploring and labeling nodes in a WorkFlowy outline subtree using guided traversal methods to organize hierarchical data.
Instructions
Start a NEXUS exploration session over a Workflowy subtree. The engine always controls traversal and returns frontiers (batches of leaves) for you to label. In dfs_guided_explicit you explicitly decide every leaf; in dfs_guided_bulk you may also perform bulk branch/descendant actions. Set editable=True to enable update-and-engulf actions that mutate names/notes in the cached tree.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nexus_tag | Yes | ||
| root_id | Yes | ||
| source_mode | No | scry | |
| max_nodes | No | ||
| session_hint | No | ||
| frontier_size | No | ||
| max_depth_per_frontier | No | ||
| editable | No | ||
| search_filter | No |