prompt-graph-exec 0.1.28

Execution of Chidori, interprets a given graph of prompts and nodes, provides grpc api to the runtime
Documentation
1
2
3
4
5
6
7


#[tracing::instrument]
pub async fn execute_node_component() {
    // Attach to the running executor, determine if the executor is located locally or remotely over grpc
    // TODO: do we make grpc requests?
}