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 arp-jarvis-tool-registry

Pre-release (e.g. 0.1.0a1):

pipx install --pip-args="--pre" arp-jarvis-tool-registry

Or in a virtualenv:

pip install arp-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 .

arp-jarvis-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.0b2.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.0b2-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for arp_jarvis_tool_registry-0.1.0b2.tar.gz
Algorithm Hash digest
SHA256 810866cbe9e86123d0d61981028507f1264d559bfc3e9cf6b511bb67bacb897d
MD5 1ed166efa0dccc1c5cd8d66dc6d28c10
BLAKE2b-256 695e2472ca2325ba2429820804941faccdea18b59bba4daf3a64cac51c9018c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for arp_jarvis_tool_registry-0.1.0b2.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.0b2-py3-none-any.whl.

File metadata

File hashes

Hashes for arp_jarvis_tool_registry-0.1.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 3015547b4336fad8953f4cf3707737d63aee5b8ca30dd5da09ed0293a5fc3326
MD5 c27cb4dc1f0fd44217a945ab2c564645
BLAKE2b-256 72d391ea008f9ed39c6f2cbfd86be8b98043a4467fed62e266a1b392d5ee3770

See more details on using hashes here.

Provenance

The following attestation bundles were made for arp_jarvis_tool_registry-0.1.0b2-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