Character Network
character_networkReturn the full character relationship network for the project, showing every character and their typed connections, to analyze cast structure or render a graph.
Instructions
Return the full character relationship network for the project: every character and the typed relationships connecting them, suitable for rendering a graph or analyzing the cast structure. Use find_relationships instead when you only need one entity's connections. Requires an open project with the relationship engine initialized. Takes no parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Map keyed by source character name; each value is that character's outgoing edges. |