Expand description
Thin wrapper: PiSession → ConversationView → toolpath_convo::derive.
Converts Pi sessions into Toolpath Path and Graph documents by
delegating to toolpath_convo::derive_path once the session has been
mapped to a provider-agnostic toolpath_convo::ConversationView via
crate::provider::session_to_view.
Functions§
- derive_
graph - Derive a Toolpath
Graphfrom multiple Pi sessions. - derive_
path - Derive a Toolpath
Pathfrom a single Pi session. - derive_
project - Derive a
Graphfrom all sessions in a project.