Agentic supervisor for building and repairing multi-repository environments
Project description
RepoResolve
RepoResolve is an agentic supervisor system that builds and repairs multi-repository environments. It guides you through input collection, analyzes dependency metadata, and iteratively proposes environment changes using a reasoning agent while deterministic tools execute the steps.
What It Solves
- Bootstrapping a working environment across multiple repos
- Identifying dependency conflicts and setup failures
- Iteratively refining environment proposals until smoke tests pass
Quickstart
pip install -e .
reporesolve
Example Output (Trimmed)
RepoResolve - Starting supervisor run...
Cloning repos... OK
Inspecting repos... OK
Parsing dependencies... OK
Attempt 1/3
Build... OK
Install... OK
Smoke tests... OK
Success
How the Agent Loop Works (High Level)
- Tools inspect repositories and parse dependencies.
- The agent proposes an environment decision in strict JSON.
- Tools build/install/test the environment.
- Failures are summarized and sent back to the agent for revision.
- The loop stops on success, agent stop, or max attempts.
Configuration
RepoResolve reads API keys from .env (if present) or environment variables.
Example .env:
OPENAI_API_KEY=your-key
ANTHROPIC_API_KEY=your-key
Commands
reporesolve(start guided flow)reporesolve startreporesolve configreporesolve resumereporesolve doctorreporesolve version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reporesolve-0.1.0.tar.gz.
File metadata
- Download URL: reporesolve-0.1.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e8c1fa3ba08b4e20c938581a89a00960aa1aadc98f73d16de7eb2562f61c185
|
|
| MD5 |
c569d45e061e1916c077f3430ccf9a80
|
|
| BLAKE2b-256 |
594eae18a6ba89ea1587d86d837bdafd8f162f39f3673d2c1d019adf9d9f5e4d
|
File details
Details for the file reporesolve-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reporesolve-0.1.0-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e0cb37c4df1de46e6904a463866fe6b720805e8e4349c758e17a1160600808a
|
|
| MD5 |
92a5822ebe17b7cc868602eead778a1a
|
|
| BLAKE2b-256 |
e865d245883c4bca2036f491b3590c71698a4192bf06ec9e7b83b58425d05dfd
|