fake-lang-toolbox

command
v0.1.158 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Command fake-lang-toolbox is a TEST-ONLY language plugin used by the round-trip integration test in core/toolbox/lang. It exposes a Toolbox via lang.NewToolboxFromTooling over a fake Tooling impl with deterministic outputs.

Real language plugins (python, go, rust) follow the same shape:

tooling := pythontooling.New(...)
agents.Serve(agents.PluginRegistration{
    ...,
    Toolbox: lang.NewToolboxFromTooling(name, version, tooling),
})

This binary's only job is to be small enough to build fast in tests while exercising every layer (handshake, gRPC server, bridge, typed wrapper).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL