Cli API¶
Generated from the typed public surface.
tesserix_adk.cli.Aliases¶
Stability: alpha · Kind: Protocol
Where a deployment keeps its moving labels, and what it lets an operator do to them.
class Aliases(Protocol) {aliases(self, name: 'str', *, tenant: 'str' = '') -> 'Mapping[str, str]'; evaluated(self, name: 'str', version: 'str', *, tenant: 'str' = '') -> 'str'; repoint(self, name: 'str', *, alias: 'str', to: 'str', expected: 'str', by: 'str', reason: 'str', tenant: 'str' = '') -> 'None'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Answering¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Build¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Frontiers¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.LocalAgent¶
Stability: alpha
The declaration and collaborators needed by the local-only command.
class LocalAgent(object) {runner(self, provider: 'ModelProvider', approvals: 'ApprovalGate') -> 'AgentRunner'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Lookup¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Prompts¶
Stability: alpha · Kind: Protocol
The little of a registry these commands read.
class Prompts(Protocol) {get(self, name: 'str', *, version: 'str' = '', alias: 'str' = '', tenant: 'str' = '') -> 'PromptDefinition'; list_versions(self, name: 'str', *, tenant: 'str' = '') -> 'tuple[str, ...]'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Resolve¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Resumes¶
Stability: alpha · Kind: Protocol
What this command needs of a resumer, satisfied by tesserix_adk.runtime.Resumer.
class Resumes(Protocol) {resume(self, run_id: 'str', *, tenant: 'str', worker: 'str') -> 'ResumedRun | None'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.Waiting¶
Stability: alpha · Kind: Protocol
Whatever can say which runs in a tenant are waiting on somebody.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.approvals.Answering¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.approvals.Waiting¶
Stability: alpha · Kind: Protocol
Whatever can say which runs in a tenant are waiting on somebody.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.approvals.main¶
Stability: alpha
Run one approvals command and return its exit code.
def main(argv: 'Sequence[str]', *, waiting: 'Waiting', answering: 'Answering', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.approvals_main¶
Stability: alpha
Run one approvals command and return its exit code.
def approvals_main(argv: 'Sequence[str]', *, waiting: 'Waiting', answering: 'Answering', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifact_inspect.Resolve¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifact_inspect.main¶
Stability: alpha
Inspect one artefact and return a stable diagnostic exit code.
def main(argv: 'Sequence[str]', *, resolve: 'Resolve | None' = None, out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifact_inspect_main¶
Stability: alpha
Inspect one artefact and return a stable diagnostic exit code.
def artifact_inspect_main(argv: 'Sequence[str]', *, resolve: 'Resolve | None' = None, out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.ARTIFACT_VERSION¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.ArtifactHeader¶
Stability: alpha
Identity and replay input written before the first progress event.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.ArtifactSummary¶
Stability: alpha
A complete artefact's bounded metadata and final records.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.ArtifactTruncatedError¶
Stability: alpha
An artefact has no valid commit footer or ends part-way through a record.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.ArtifactVersionError¶
Stability: alpha
The artefact version lies outside this CLI's compatibility window.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.ArtifactWriter¶
Stability: alpha
Append one redacted run artefact and commit it with an integrity footer.
class ArtifactWriter(object) {append(self, event: 'ProgressEvent') -> 'None'; close(self) -> 'None'; finish(self, run: 'Run[OutputT]', *, cassette: 'Cassette | None' = None) -> 'None'}
Typed errors: FileExistsError, OSError
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.redacted_json¶
Stability: alpha
Recursively scrub strings while retaining their JSON structure for replay.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.artifacts.scan_artifact¶
Stability: alpha
Validate and stream a committed artefact.
def scan_artifact(path: 'Path', *, on_event: 'Callable[[ProgressEvent], None] | None' = None) -> 'ArtifactSummary'
Typed errors: ArtifactTruncatedError, ArtifactVersionError, OSError
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.card.Build¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.card.main¶
Stability: alpha
Render or lint one agent card and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.card_main¶
Stability: alpha
Render or lint one agent card and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.config_command.main¶
Stability: alpha
Resolve one configuration and show it or report every validation problem.
def main(argv: 'Sequence[str]', *, overrides: 'ConfigOverrides | None' = None, env: 'dict[str, str] | None' = None, start: 'Path | str | None' = '.', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.config_main¶
Stability: alpha
Resolve one configuration and show it or report every validation problem.
def config_main(argv: 'Sequence[str]', *, overrides: 'ConfigOverrides | None' = None, env: 'dict[str, str] | None' = None, start: 'Path | str | None' = '.', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.dead_letters.main¶
Stability: alpha
Run one dead-letters command and return its exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.dead_letters_main¶
Stability: alpha
Run one dead-letters command and return its exit code.
def dead_letters_main(argv: 'Sequence[str]', *, replayer: 'Replayer', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.describe¶
Stability: alpha
One frontier as an operator needs to read it before deciding anything.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.CheckRegistry¶
Stability: alpha
Ordered, duplicate-safe registry for built-in and adapter-contributed checks.
class CheckRegistry(object) {register(self, check: 'DoctorCheck') -> 'None'; run(self, context: 'DoctorContext', *, offline: 'bool' = False) -> 'tuple[CheckResult, ...]'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.CheckResult¶
Stability: alpha
A bounded diagnostic finding with one concrete suggested remediation.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.CheckStatus¶
Stability: alpha
One diagnostic's explicit outcome.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.CredentialPresenceCheck¶
Stability: alpha
Distinguish a missing credential from one present but never print its value.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.DiagnosticCheck¶
Stability: alpha
Adapt one provider, model, store, MCP, telemetry or clock-skew probe.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.DoctorCheck¶
Stability: alpha · Kind: Protocol
A plugin diagnostic registered without changing the command implementation.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.DoctorContext¶
Stability: alpha
Typed configuration and environment boundary available to checks.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.ExtraPresenceCheck¶
Stability: alpha
Check an optional adapter extra without installing or changing anything.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.ProbeObservation¶
Stability: alpha
A probe's provider-normalised result before policy marks it required.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.PythonVersionCheck¶
Stability: alpha
Confirm the interpreter remains in this installed kit's supported range.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor.main¶
Stability: alpha
Run registered checks and return non-zero only for required failures.
def main(argv: 'Sequence[str]', *, registry: 'CheckRegistry', context: 'DoctorContext', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.doctor_main¶
Stability: alpha
Run registered checks and return non-zero only for required failures.
def doctor_main(argv: 'Sequence[str]', *, registry: 'CheckRegistry', context: 'DoctorContext', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.CASE_ERROR¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.CONFIGURATION_ERROR¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.EvalTarget¶
Stability: alpha
Deterministic and deliberately separate live executors for one agent.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.GATE_FAILED¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.Resolve¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.load_target¶
Stability: alpha
Import module:attribute as an :class:EvalTarget or no-argument factory.
Typed errors: AttributeError, ConfigurationError, ImportError
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run.main¶
Stability: alpha
Execute one suite and emit a table, JSON or JUnit report.
def main(argv: 'Sequence[str]', *, resolve: 'Resolve', out: 'TextIO | None' = None, stdin: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.eval_run_main¶
Stability: alpha
Execute one suite and emit a table, JSON or JUnit report.
def eval_run_main(argv: 'Sequence[str]', *, resolve: 'Resolve', out: 'TextIO | None' = None, stdin: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.evals.main¶
Stability: alpha
Run one evals command and return its exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.evals_main¶
Stability: alpha
Run one evals command and return its exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.frontier_main¶
Stability: alpha
Print a run's frontier without taking the lease or resuming anything.
def frontier_main(argv: 'Sequence[str]', *, frontiers: 'Frontiers', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.inspect.Lookup¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.inspect.main¶
Stability: alpha
Draw one run and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.inspect_main¶
Stability: alpha
Draw one run and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.prompts.Aliases¶
Stability: alpha · Kind: Protocol
Where a deployment keeps its moving labels, and what it lets an operator do to them.
class Aliases(Protocol) {aliases(self, name: 'str', *, tenant: 'str' = '') -> 'Mapping[str, str]'; evaluated(self, name: 'str', version: 'str', *, tenant: 'str' = '') -> 'str'; repoint(self, name: 'str', *, alias: 'str', to: 'str', expected: 'str', by: 'str', reason: 'str', tenant: 'str' = '') -> 'None'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.prompts.Prompts¶
Stability: alpha · Kind: Protocol
The little of a registry these commands read.
class Prompts(Protocol) {get(self, name: 'str', *, version: 'str' = '', alias: 'str' = '', tenant: 'str' = '') -> 'PromptDefinition'; list_versions(self, name: 'str', *, tenant: 'str' = '') -> 'tuple[str, ...]'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.prompts.main¶
Stability: alpha
Run one prompt command and return its exit code.
def main(argv: 'Sequence[str]', *, prompts: 'Prompts', aliases: 'Aliases', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.prompts_main¶
Stability: alpha
Run one prompt command and return its exit code.
def prompts_main(argv: 'Sequence[str]', *, prompts: 'Prompts', aliases: 'Aliases', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.resume.Frontiers¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.resume.Resumes¶
Stability: alpha · Kind: Protocol
What this command needs of a resumer, satisfied by tesserix_adk.runtime.Resumer.
class Resumes(Protocol) {resume(self, run_id: 'str', *, tenant: 'str', worker: 'str') -> 'ResumedRun | None'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.resume.describe¶
Stability: alpha
One frontier as an operator needs to read it before deciding anything.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.resume.main¶
Stability: alpha
Resume one run and return an exit code.
def main(argv: 'Sequence[str]', *, resumer: 'Resumes', out: 'TextIO | None' = None, worker: 'str' = 'cli') -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.resume.show¶
Stability: alpha
Print a run's frontier without taking the lease or resuming anything.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.resume_main¶
Stability: alpha
Resume one run and return an exit code.
def resume_main(argv: 'Sequence[str]', *, resumer: 'Resumes', out: 'TextIO | None' = None, worker: 'str' = 'cli') -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.run_agent.LocalAgent¶
Stability: alpha
The declaration and collaborators needed by the local-only command.
class LocalAgent(object) {runner(self, provider: 'ModelProvider', approvals: 'ApprovalGate') -> 'AgentRunner'}
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.run_agent.Resolve¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.run_agent.TargetLoadError¶
Stability: alpha
A local import reference did not resolve to a complete runnable agent.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.run_agent.load_target¶
Stability: alpha
Import module:attribute and resolve a :class:LocalAgent.
Typed errors: AttributeError, ImportError, TargetLoadError
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.run_agent.main¶
Stability: alpha
Stream one scoped local run and return a stable process exit code.
def main(argv: 'Sequence[str]', *, resolve: 'Resolve', out: 'TextIO | None' = None, stdin: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.run_main¶
Stability: alpha
Stream one scoped local run and return a stable process exit code.
def run_main(argv: 'Sequence[str]', *, resolve: 'Resolve', out: 'TextIO | None' = None, stdin: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.scaffold.main¶
Stability: alpha
Generate one complete template set and return a stable process exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.scaffold_main¶
Stability: alpha
Generate one complete template set and return a stable process exit code.
def scaffold_main(argv: 'Sequence[str]', *, cwd: 'Path | None' = None, out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.surface.Resolve¶
Stability: alpha
Type alias.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.surface.main¶
Stability: alpha
Print one agent's resolved tool surface and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.surface_main¶
Stability: alpha
Print one agent's resolved tool surface and return an exit code.
def surface_main(argv: 'Sequence[str]', *, resolve: 'Resolve', out: 'TextIO | None' = None) -> 'int'
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.trace.MISSING¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.trace.MISUSED¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.trace.OK¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.trace.UNREADABLE¶
Stability: alpha
int([x]) -> integer int(x, base=10) -> integer
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.trace.main¶
Stability: alpha
Draw a recorded trace and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.
tesserix_adk.cli.trace_main¶
Stability: alpha
Draw a recorded trace and return an exit code.
Typed errors: None declared.
Runnable recipe: examples/local_trace_view.py — recorded diagnostics are redacted before writing.