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 HTTP server).

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, then install and run the service:

python3 -m venv .venv
source .venv/bin/activate

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 /v1alpha1/health
  • GET /v1alpha1/version
  • GET /v1alpha1/tools
  • GET /v1alpha1/tools/{tool_id}
  • POST /v1alpha1/tool-invocations (body: {"invocation_id":"...","tool_id":"...","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 /v1alpha1/tools) and detail (GET /v1alpha1/tools/{tool_id}).
  • Validated invocation (POST /v1alpha1/tool-invocations) with normalized ToolInvocationResult/ErrorEnvelope.
  • 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

arp_jarvis_tool_registry-0.1.0b1.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

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

arp_jarvis_tool_registry-0.1.0b1-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file arp_jarvis_tool_registry-0.1.0b1.tar.gz.

File metadata

File hashes

Hashes for arp_jarvis_tool_registry-0.1.0b1.tar.gz
Algorithm Hash digest
SHA256 984751f867e3a3aaf15a415f7fe99063698e20bc427201ccbf06e51e3e253aa1
MD5 31b9398dd2cf66e6b78ce61c44df0378
BLAKE2b-256 1f33c8a5eeb708bf8d730a6f0bbc6e82f505f11433c379be82d492928bb8c36b

See more details on using hashes here.

Provenance

The following attestation bundles were made for arp_jarvis_tool_registry-0.1.0b1.tar.gz:

Publisher: publish.yml on AgentRuntimeProtocol/JARVIS_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 arp_jarvis_tool_registry-0.1.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for arp_jarvis_tool_registry-0.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 b9332be4863973af79ae64135dc4be82905dc86c133c5c89fc6a4ca3d70c3fb8
MD5 81c807fe6091ed9d72fb525eb87e1633
BLAKE2b-256 4b756edae5a233fff2dc2a857f178aae7d596e893aeb03cb08da36e2ca943a8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for arp_jarvis_tool_registry-0.1.0b1-py3-none-any.whl:

Publisher: publish.yml on AgentRuntimeProtocol/JARVIS_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