Skip to main content

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.md
  • docs/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 (default 127.0.0.1)
  • TOOL_REGISTRY_PORT (default 8000)
  • TOOL_REGISTRY_DOMAINS (default core)

Endpoints:

  • GET /v1/tools
  • GET /v1/tools/{name}
  • POST /v1/tools/{name}:invoke (body: {"args": {...}})

More docs:

  • docs/intro.md
  • docs/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 normalized ToolResult/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


Download files

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

Source Distribution

jarvis_tool_registry-0.1.0a5.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

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

jarvis_tool_registry-0.1.0a5-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

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

Hashes for jarvis_tool_registry-0.1.0a5.tar.gz
Algorithm Hash digest
SHA256 d09f87f2e94566ce874b8df478cf1142bfeb14039c9153645171c62af7b1a4fe
MD5 5959b54e521c487ecd66a0aef447f751
BLAKE2b-256 8a716c53fce5f20d1efad9d5672556dc6b261bb11235923d8f4032892f3a48c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for jarvis_tool_registry-0.1.0a5.tar.gz:

Publisher: publish.yml on AgentRuntimeProtocol/Tool_Registry

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

File details

Details for the file jarvis_tool_registry-0.1.0a5-py3-none-any.whl.

File metadata

File hashes

Hashes for jarvis_tool_registry-0.1.0a5-py3-none-any.whl
Algorithm Hash digest
SHA256 33121a16f63d1b92ccf17e82ccc575754bf5ddd2d96aa406d06c8d128b7bdfa5
MD5 dbba9f3967b332f386a776f13f97103a
BLAKE2b-256 8bac4f16f7083b77d05e2d6f687099abb14dd2a21c1228a03fc1ae6bb1f07da7

See more details on using hashes here.

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

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