Tool Registry service for ARP runtimes (tool discovery, schemas, invocation).
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Tool Registry
This repo will contain the Tool Registry service: a standalone tool provider for ARP runtimes.
Current phase: MVP implementation (stdlib-only).
Design docs
docs/intro.mddocs/design/overview.md
Install
From PyPI (once published):
pipx install jarvis-tool-registry
Pre-release (e.g. 0.1.0a1):
pipx install --pip-args="--pre" jarvis-tool-registry
Or in a virtualenv:
pip install jarvis-tool-registry
Run locally
Create a virtualenv, install jarvis-model, then install and run the service:
python3 -m venv .venv
source .venv/bin/activate
pip install -e path/to/jarvis-model
pip install -e .
tool-registry
Env vars:
TOOL_REGISTRY_HOST(default127.0.0.1)TOOL_REGISTRY_PORT(default8000)TOOL_REGISTRY_DOMAINS(defaultcore)
Endpoints:
GET /v1/toolsGET /v1/tools/{name}POST /v1/tools/{name}:invoke(body:{"args": {...}})
More docs:
docs/intro.mddocs/adding_tools.md
Run tests
From the repo root:
python3 -m unittest discover -v
Or (if you have pytest installed):
pytest -q
MVP capabilities + known gaps
Capabilities:
- Tool discovery (
GET /v1/tools) and schema detail (GET /v1/tools/{name}). - Validated invocation (
POST /v1/tools/{name}:invoke) with normalizedToolResult/Error. - Simple in-repo “domain modules” pattern for adding tools.
Known gaps:
- No auth, rate limiting, or multi-tenant policy layer yet.
- Stdlib HTTP server only (FastAPI/ASGI swap is a future improvement).
- No MCP aggregation implementation in this MVP.
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 jarvis_tool_registry-0.1.0a5.tar.gz.
File metadata
- Download URL: jarvis_tool_registry-0.1.0a5.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d09f87f2e94566ce874b8df478cf1142bfeb14039c9153645171c62af7b1a4fe
|
|
| MD5 |
5959b54e521c487ecd66a0aef447f751
|
|
| BLAKE2b-256 |
8a716c53fce5f20d1efad9d5672556dc6b261bb11235923d8f4032892f3a48c9
|
Provenance
The following attestation bundles were made for jarvis_tool_registry-0.1.0a5.tar.gz:
Publisher:
publish.yml on AgentRuntimeProtocol/Tool_Registry
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jarvis_tool_registry-0.1.0a5.tar.gz -
Subject digest:
d09f87f2e94566ce874b8df478cf1142bfeb14039c9153645171c62af7b1a4fe - Sigstore transparency entry: 763984940
- Sigstore integration time:
-
Permalink:
AgentRuntimeProtocol/Tool_Registry@048d923559de0244934ab88b5366fefb45d3b45c -
Branch / Tag:
refs/tags/v0.1.0a5 - Owner: https://github.com/AgentRuntimeProtocol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@048d923559de0244934ab88b5366fefb45d3b45c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file jarvis_tool_registry-0.1.0a5-py3-none-any.whl.
File metadata
- Download URL: jarvis_tool_registry-0.1.0a5-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33121a16f63d1b92ccf17e82ccc575754bf5ddd2d96aa406d06c8d128b7bdfa5
|
|
| MD5 |
dbba9f3967b332f386a776f13f97103a
|
|
| BLAKE2b-256 |
8bac4f16f7083b77d05e2d6f687099abb14dd2a21c1228a03fc1ae6bb1f07da7
|
Provenance
The following attestation bundles were made for jarvis_tool_registry-0.1.0a5-py3-none-any.whl:
Publisher:
publish.yml on AgentRuntimeProtocol/Tool_Registry
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jarvis_tool_registry-0.1.0a5-py3-none-any.whl -
Subject digest:
33121a16f63d1b92ccf17e82ccc575754bf5ddd2d96aa406d06c8d128b7bdfa5 - Sigstore transparency entry: 763984941
- Sigstore integration time:
-
Permalink:
AgentRuntimeProtocol/Tool_Registry@048d923559de0244934ab88b5366fefb45d3b45c -
Branch / Tag:
refs/tags/v0.1.0a5 - Owner: https://github.com/AgentRuntimeProtocol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@048d923559de0244934ab88b5366fefb45d3b45c -
Trigger Event:
workflow_dispatch
-
Statement type: