Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
memql
command
Command memql is MemQL Cockpit's CLI: the fleet worker runtime (headless and computer-use) plus the small command set that enrolls and operates a machine against a MemQL cluster.
|
Command memql is MemQL Cockpit's CLI: the fleet worker runtime (headless and computer-use) plus the small command set that enrolls and operates a machine against a MemQL cluster. |
|
internal
|
|
|
access
Package access reads the caller's own access record off a MemQL cluster and renders it: who the cluster thinks you are, what role you hold, and what that role's rank says about where it stands.
|
Package access reads the caller's own access record off a MemQL cluster and renders it: who the cluster thinks you are, what role you hold, and what that role's rank says about where it stands. |
|
auth
Package auth handles authentication for memQL Cockpit against memQL's in-house identity service.
|
Package auth handles authentication for memQL Cockpit against memQL's in-house identity service. |
|
config
Package config manages cluster registry and credential storage for the CLI.
|
Package config manages cluster registry and credential storage for the CLI. |
|
crash
Package crash is the cockpit's panic-recovery and crash-report subsystem.
|
Package crash is the cockpit's panic-recovery and crash-report subsystem. |
|
lint
Package lint implements the `memql lint <path>` subcommand, the author-facing surface of the new DSL validator pipeline.
|
Package lint implements the `memql lint <path>` subcommand, the author-facing surface of the new DSL validator pipeline. |
|
setupproject
Package setupproject implements `memql setup project` -- the interactive front-end for the memql-project template (memql#2448, epic #2438 WS-B).
|
Package setupproject implements `memql setup project` -- the interactive front-end for the memql-project template (memql#2448, epic #2438 WS-B). |
|
worker
Package worker implements the `memql worker` run mode.
|
Package worker implements the `memql worker` run mode. |
|
worker/apps
Package apps knows which local coding apps this machine has, whether they can actually be driven, and how to invoke them.
|
Package apps knows which local coding apps this machine has, whether they can actually be driven, and how to invoke them. |
|
worker/appsession
Package appsession runs the engine's app sessions on this machine: AppSessionStart / Chunk / Control / End over the worker stream, with the run, open and attach kinds (memql-cockpit#347).
|
Package appsession runs the engine's app sessions on this machine: AppSessionStart / Chunk / Control / End over the worker stream, with the run, open and attach kinds (memql-cockpit#347). |
|
worker/consent
Package consent implements the per-(user, scope) consent state machine that gates every workerHost / workerComputer tool dispatch.
|
Package consent implements the per-(user, scope) consent state machine that gates every workerHost / workerComputer tool dispatch. |
|
worker/hardware
Package hardware is what this machine IS, reported as presence facts.
|
Package hardware is what this machine IS, reported as presence facts. |
|
worker/harness
Package harness drives one coding app through its OWN protocol, so the cockpit stops reading terminal output and starts reading results.
|
Package harness drives one coding app through its OWN protocol, so the cockpit stops reading terminal output and starts reading results. |
|
worker/inference
Package inference decides what a machine needs in order to serve models, and says it in one sentence.
|
Package inference decides what a machine needs in order to serve models, and says it in one sentence. |
|
worker/modelcall
Package modelcall serves the engine's ModelCall envelope from this machine's own model runtime (epic memql#4676, task memql-cockpit#362).
|
Package modelcall serves the engine's ModelCall envelope from this machine's own model runtime (epic memql#4676, task memql-cockpit#362). |
|
worker/models
Package models knows which local model runtimes this machine has, which models they can actually serve, and what to claim about each one.
|
Package models knows which local model runtimes this machine has, which models they can actually serve, and what to claim about each one. |
|
worker/probe
Package probe measures what a local model can ACTUALLY do, against a suite the cluster names by version.
|
Package probe measures what a local model can ACTUALLY do, against a suite the cluster names by version. |
|
worker/tools
Package tools holds the cockpit-side tool implementations the worker dispatches against.
|
Package tools holds the cockpit-side tool implementations the worker dispatches against. |
Click to show internal directories.
Click to hide internal directories.