Skip to main content

Agents see files. You see architecture. dotscope gives agents the architecture.

Project description

Dotscope: The Physics Engine for AI Coding Agents

If you've used AI coding agents (Claude, Cursor, Windsurf), you've probably watched them blindly hallucinate an import or break a downstream service because they don't understand the blast radius of their changes. Standard search is lexically blind.

We built Dotscope to fix this. It’s a bare-metal structural compiler written in Rust that maps the explicit dependencies and temporal coupling (Git history) of your codebase, and force-feeds that "architectural gravity" into the agent's context window. The agent just stops breaking things.

Supported natively via the Model Context Protocol (MCP) on Cursor, Windsurf, and Claude Desktop, Dotscope operates entirely locally, evaluates bounds near-instantly, and requires zero manual UI.


Installation (Now Zero-Dependency Setup)

We recently overhauled our distribution pipeline. pip install dotscope automatically pulls pre-compiled, native PyO3 Rust wheels globally for Apple Silicon, Intel macOS, Linux, and Windows. You do not need to install a local rustc compiler. Day One is an instant binary installation.

# 1. Install the core toolkit
pip install dotscope[mcp]

# 2. Bind your repository and trigger the bare-metal physics engine
dotscope init

# 3. Verify the MCP boot contract
dotscope doctor mcp --check --json

dotscope init now enforces a repository boot contract for MCP startup: a working managed runtime, a passing stdio self-test, current repo-local MCP configs, and durable diagnostics in .dotscope/mcp_install.json and .dotscope/mcp_last_failure.json.


Architectural Rigor: The FFI Topology Graph

Dotscope isn't a wrapper; it is an optimized topological execution plane engineered to map planetary-scale structures. Standard agents rely on simple string searching which leads to broken logic in large codebases. Dotscope natively hooks into petgraph, calculates the precise in-degree topological gravity of files, and pushes strict limits across the Python FFI via zero-copy vectors.

The Benchmark:

  • Execution Time: ~32 seconds for an entire 100,000 file ingestion.
  • Memory Ceiling: Bounded strictly to 208MB RAM.
  • Concurrency: Fully isolates multi-threaded file writes natively using a Token Bucket architecture to debounce IDE "save-spam," deploying atomic locks so memory never tears natively across agent requests.

The Feedback Loop

You do not need to teach your AI a new paradigm. The AI simply searches the codebase exactly as it normally does.

Under the hood, Dotscope intercepts the query and dynamically calculates physical constraints. If an agent touches a file with a gravity_score > 50 (massive downstream blast-radius), Dotscope silently injects a [DOTSCOPE_GRAVITY_WARNING] constraint directly into the JSON-RPC stream, forcing the LLM to structurally verify impact before ever returning a line of logic to you.

The AI stops acting like a junior parsing text and starts acting like a senior respecting architecture.


Scaling to the Swarm (Coming Soon)

Dotscope Pro: The Genesis Matrix

Open-source Dotscope calculates the physical layout of your local codebase in realtime. Dotscope Pro is the global intelligence vector. By connecting to the Pro WebSocket, your agents don't have to compile graphs from scratch; they instantly stream pre-compiled structural fingerprints from over 10,000 top-tier open-source architectural hubs. Your agent doesn't just know how you construct code, it mathematically recognizes how the planet constructs it natively across boundaries.

Dotswarm: Fleet Telemetry & Swarm Locks

What happens when you deploy 50 autonomous agents against a single enterprise monorepo infrastructure? They clobber each other's execution states. Dotswarm lifts our zero-latency local MVCC synchronization primitives directly into a distributed backend. It formally enforces Swarm Locks across distributed memory pools, guaranteeing massive AI fleets can orchestrate cross-repository execution simultaneously without triggering catastrophic merge collisions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dotscope-1.7.11.tar.gz (373.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dotscope-1.7.11-cp310-abi3-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.10+Windows x86-64

dotscope-1.7.11-cp310-abi3-manylinux_2_34_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ x86-64

dotscope-1.7.11-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

dotscope-1.7.11-cp310-abi3-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dotscope-1.7.11-cp310-abi3-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file dotscope-1.7.11.tar.gz.

File metadata

  • Download URL: dotscope-1.7.11.tar.gz
  • Upload date:
  • Size: 373.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dotscope-1.7.11.tar.gz
Algorithm Hash digest
SHA256 acaaa0c48ac8e201f61cb223b206a982af1b500188671c0569fe3216044f85f9
MD5 0ff836b3c985c89c2c5c17af46141cd4
BLAKE2b-256 eb2002f1dac85abe6a29aed906eb7304cdb60fb257f1e7ef96bd900b06c1f9c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotscope-1.7.11.tar.gz:

Publisher: python-publish.yml on nxrobins/dotscope

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dotscope-1.7.11-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: dotscope-1.7.11-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dotscope-1.7.11-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a2b42e4fe600e7bc9a3362c0662bcaf696c4747b92ecfefc098d8607ca0d4e2f
MD5 f84607598c7a4a9cd895fef40266dbc8
BLAKE2b-256 417443d31041b6a4c2645b3b80cb9db0702d9023b1fb331a35dd956b7a3e6d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotscope-1.7.11-cp310-abi3-win_amd64.whl:

Publisher: python-publish.yml on nxrobins/dotscope

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dotscope-1.7.11-cp310-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for dotscope-1.7.11-cp310-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 105864e49e2e169333dcd3cd5f7abef358c0f17a8b86beabfee69f37c4cf6b86
MD5 c4c223e0caaf2a30e6c2d2ec85010bb0
BLAKE2b-256 975521f62dcde759cd0b6d4eaa8e7bda4953cb29f98af479ab33e2b216e2a1b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotscope-1.7.11-cp310-abi3-manylinux_2_34_x86_64.whl:

Publisher: python-publish.yml on nxrobins/dotscope

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dotscope-1.7.11-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dotscope-1.7.11-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8d90d2caccd45685807cc370118a1302e18fcd01aef9902ae4ef60ab6c66e51
MD5 6fca3735a29364788e25f4f1882474ea
BLAKE2b-256 0b449888161fdd4358779ffa9b8976e6baacd4dda432b79d6fb248d3a90517ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotscope-1.7.11-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-publish.yml on nxrobins/dotscope

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dotscope-1.7.11-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dotscope-1.7.11-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 002d60df574b14a0ddd18b75fa48d2d452da478feb9c7bd2abd2ab4bc2ba5946
MD5 be88c47ca31d5a3d4e1f9b0dc5bd86f4
BLAKE2b-256 3595339d462cf656ff1963594ca6f82c28676976ce8fd22a88d6d4e927b8dee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotscope-1.7.11-cp310-abi3-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on nxrobins/dotscope

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dotscope-1.7.11-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dotscope-1.7.11-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ef458a975a3785959e112334f57fb551c18d90c19ab838ca0e1d9013219522b
MD5 b3fd81f1b8246c3eed7ff3903197dab1
BLAKE2b-256 5e8d6175430572bf299e2d716e12bbe90c9ac6594f057c1812e3aba7ed1cb978

See more details on using hashes here.

Provenance

The following attestation bundles were made for dotscope-1.7.11-cp310-abi3-macosx_10_12_x86_64.whl:

Publisher: python-publish.yml on nxrobins/dotscope

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page