Make the output of a class instance in the console meaningful
Durable, inspectable workflow engine
Paid HTTP SDK for AI agents with an inspectable prepare/execute flow.
**Turns business logic into inspectable computation graphs.**
Simpler, opinionated loop harness for inspectable long-running agent workflows
Flatten complex TypeScript types into readable, inspectable plaintext structures
Shared transparency foundation under Kontour's products. Claims, evidence, freshness, and gaps in one inspectable shape.
Deterministic, inspectable repository health CLI for Pulsar.
Governed MCP server for AI coding agents with budgets, verifier gates, and inspectable runs.
Placeholder package for OpenHarness, a browser-native inspectable AI agent harness.
Structured, inspectable identifiers — not opaque random strings
Deterministic memory plugin for OpenClaw — persistent, inspectable, governable AI memory.
A Winston transport that makes logs visible in inspector clients (like VS Code’s Debug Console) with support for fully inspectable objects.
Inspectable wrapper for UnityEngine.SortingLayer
Reactive state management with streaming operators, glitch-free diamond resolution, and an inspectable graph. 6 primitives, 70+ operators, framework-agnostic. Supports LLM token streaming, edge AI orchestration, durable workflows, and agentic memory.
Small, inspectable threat-scoring library for AI-app security monitoring.
The Babylon Inspector is a diagnostic tool that makes it possible to view and edit the scene graph, properties of entities within the scene, and more.
The Babylon Inspector is a diagnostic tool that makes it possible to view and edit the scene graph, properties of entities within the scene, and more.
Testing console the right way
Inspect HTML textures on React Three Fiber meshes
Lean output compaction for terminal-heavy agent workflows.
Local-first viewer for AI coding agent sessions. Browse, search, and share your Claude Code, Codex, and Cursor sessions as inspectable timelines.
Use your GraphQL data in your Angular app, with the Apollo Client
A simple yet functional GraphQL client.
X-ray vision for async Rust - inspect and debug async state machines
Pure Rust VM disk toolkit with beautiful output, Windows registry parsing, and VM migration support
Sumac: bring out what your tools can do — bridge skills, MCP, and APIs into reusable agent, terminal, and automation workflows
Senior SysAdmin, Network Admin, Data Analyst, and Software Engineer living in your terminal. A high-precision local AI agent harness for LM Studio, Ollama, and other local OpenAI-compatible runtimes that runs 100% on your own silicon. Reads repos, edits files, runs builds, inspects full network state and workstation telemetry, and runs real Python/JS for data analysis.
Analyze V8 CPU and heap profiles from Node.js/Chrome DevTools
Browser automation for AI agents. Single binary, zero deps, CDP direct to Chrome.
Traits and default implementations for inspecting values with imgui.
Traits and default implementations for inspecting values with imgui.
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.42) is used. For example, calling `/info` is the same as calling `/v1.42/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a [base64url encoded](https://tools.ietf.org/html/rfc4648#section-5) (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```
Parse any tensor format, recover any precision — framework-agnostic FP8/GPTQ/AWQ/BnB dequantization, NPZ parsing, and PyTorch .pth conversion for Rust
MCP server for inspecting Claude Code subagent execution logs
Offline encoder/decoder for CS2 masked inspect URLs — pure Rust, no dependencies
A customizable object inspector.
Formats numbers using underscores
A library that includes a module that can print mismatched values for any class that includes it. Supports recursive inspection of nested objects.
Got a heap dump? Great. Use this tool to see what's in it!
Module to define equality, equivalence and inspection methods
This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match.
Pretty Inspect can be used anywhere Object::inspect can be used, and produces a more human readable representation of the object. It can be called as: object.pretty_inspect object.pretty_inspect(n), where n is the maximum depth to display
WIRB adds syntax highlighting for inspected Ruby objects - from core and default gems
Inspect and process video or audio files
Inspect with a bang!
Video Transcoding is a package of tools to transcode, inspect and convert videos.
To inspect android application file with danger.
No description provided.
No description provided.