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
8
9
10
11
12
13
14
// use {
//     async_trait::async_trait,
//     gluesql_core::{
//         chrono::Utc,
//         data::{CustomFunction as StructCustomFunction, Key, Schema, Value},
//         error::Result,
//         store::{CustomFunction, CustomFunctionMut, DataRow, RowIter, Store, StoreMut},
//     },
//     serde::{Deserialize, Serialize},
//     std::{
//         collections::{BTreeMap, HashMap},
//         iter::empty,
//     },
// };