Documentation
¶
Overview ¶
Command tiny is the local front door to the Tiny Systems agent runtime: install it onto your own Kubernetes cluster, drive it by prompt from your editor, and watch agents assemble and run as real workloads — your cluster, your keys, your data.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
backend
Package backend selects between the two ways mcp-server can talk to a Tiny Systems cluster: directly via kubeconfig, or indirectly through the hosted platform-api with a developer token.
|
Package backend selects between the two ways mcp-server can talk to a Tiny Systems cluster: directly via kubeconfig, or indirectly through the hosted platform-api with a developer token. |
|
backend/kube
Package kube builds the mcp-server execution bundle using direct Kubernetes access via kubeconfig.
|
Package kube builds the mcp-server execution bundle using direct Kubernetes access via kubeconfig. |
|
catalog
Package catalog resolves a module NAME to the coordinates `tiny` needs to install it, using the public, unauthenticated Tiny Systems catalog at api.tinysystems.io.
|
Package catalog resolves a module NAME to the coordinates `tiny` needs to install it, using the public, unauthenticated Tiny Systems catalog at api.tinysystems.io. |
|
kube
Package kube wires up the Kubernetes client used by all adapters.
|
Package kube wires up the Kubernetes client used by all adapters. |
|
mcp
Package mcp implements a minimal Model Context Protocol server.
|
Package mcp implements a minimal Model Context Protocol server. |
|
prompt
Package prompt holds the public-MCP-specific appendix that is appended to the SDK's core prompt when get_instructions is called.
|
Package prompt holds the public-MCP-specific appendix that is appended to the SDK's core prompt when get_instructions is called. |
|
provision
Package provision installs the Tiny Systems runtime and capability modules onto a cluster by embedding the Helm Go SDK (via mittwald's go-helm-client) — no shelling out to a `helm` binary, no hosted platform.
|
Package provision installs the Tiny Systems runtime and capability modules onto a cluster by embedding the Helm Go SDK (via mittwald's go-helm-client) — no shelling out to a `helm` binary, no hosted platform. |
Click to show internal directories.
Click to hide internal directories.