Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.41 KB

File metadata and controls

37 lines (28 loc) · 1.41 KB

SQLsaber

SQLsaber turns conversational data work into SQL results and durable analytical outputs while keeping large or binary data outside model history.

Language

Query Result: The complete immutable row set returned by one successful SQL execution. It is an analysis input and is distinct from an artifact. Avoid: Artifact, output file

Artifact: One typed immutable file produced by a capability operation for people or applications to retain and use. Avoid: Query result, attachment

Artifact Publication: A related collection of artifacts produced by one capability operation. Avoid: Bundle, upload

Artifact Store: The owner of immutable artifact publication and authorized artifact retrieval. Avoid: Artifact publisher, blob store

Artifact Reference: Durable metadata that identifies an artifact without containing its bytes. Avoid: Artifact, signed URL

SDK Conversation: The SQLSaber instance that owns one conversation's completed history, agent lifecycle, optional thread persistence, and managed resources. It is the canonical conversation lifecycle used by the CLI and TUI. Avoid: Embedded wrapper, stateless query helper

Client: An application such as the CLI, TUI, script, notebook, or web backend that owns user input and presentation. Clients must use SQLSaber for core agent behavior, conversation history, and thread lifecycle. Avoid: Alternate agent, conversation owner