soma-studio-server 0.1.0

Local HTTP server runtime for Soma Studio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod app;
mod chat_events;
mod ingest;
mod notebook;
mod search_index;
mod storage;
mod transitions;
mod workspace;
mod workspace_tasks;

pub use app::{
    PreparedServer, embedded_web_asset_count, embedded_web_shell_available, prepare_server,
};
pub use search_index::search_index_status;
pub use storage::{
    IndexedSourceFileRow, ProviderStatusRow, STORAGE_SCHEMA_VERSION, StorageSchemaStatus,
    StudioStorage,
};