https://github.com/clarin-eric/switchboard-tool-registry

The Switchboard Tool Registry

https://github.com/clarin-eric/switchboard-tool-registry

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

The Switchboard Tool Registry

Basic Info
  • Host: GitHub
  • Owner: clarin-eric
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Size: 2.81 MB
Statistics
  • Stars: 7
  • Watchers: 7
  • Forks: 15
  • Open Issues: 27
  • Releases: 0
Created about 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

CI

The Switchboard Tool Registry

This repository hosts the registry of all tools used by the Switchboard (https://switchboard.clarin.eu).

The repository has two important branches: - production is hosting the tools used by the production instance (https://switchboard.clarin.eu). - master is the development branch, with the tools used by testing and development versions of the Switchboard. The staging instance is https://beta-switchboard.clarin.eu.

How to add a tool to the Switchboard

  1. Take any of the json files describing a service from the tools directory in the repository and rename it and modify it to describe your tool. The json file name must be descriptive and unique, and should match the tool name in the json file. The logo entry in the file should contain your unique logo file name. See the Tool description specification for more detailed explanations on the meaning of each field.
  2. Add the new json file to a new branch in your own fork of the repository, in the tools directory.
  3. Add the logo file to the same branch, in the logos directory.
  4. Make sure that the new json file is correct according to the json schema defined in the specification file: spec-v2.schema.json. You can use one of the online schema validators (see https://json-schema.org/implementations.html#validators), or locally run the python script validate-all-tools.py in the schemas directory.
  5. Make sure your tool responds correctly when called by the Switchboard. See the Tool Call API for more detailed explanations on how a tool is called and what parameters are being sent to the tool.
  6. Create a pull request for merging your branch in the master branch of this repository.
  7. After the pull request has been merged, check the availability of your tool in the development instance of the Switchboard: https://beta-switchboard.clarin.eu.
  8. If you are satisfied with how the tool is integrated, create a new issue requesting the publication of your changes from master to production. Our team will do the merge and close the issue.

Documentation links

The Tool description specification provides more information on the json description of the tools.

For details on how a tool is matched for a specific resource, see the Tool Matching document.

For details on how a tool is actually invoked when selected by the user, see the Tool Call API document.

Please note that you should use version 2 of the specification to interact with version 2 of the Tool Call API. You can still find version 1 of the Tool Description Specification (including the JSON) and the Tool Call API here for reference.

Owner

  • Name: CLARIN ERIC
  • Login: clarin-eric
  • Kind: organization
  • Email: trac@clarin.eu
  • Location: Utrecht, The Netherlands

CLARIN central source code hub

GitHub Events

Total
  • Issues event: 9
  • Watch event: 3
  • Delete event: 1
  • Issue comment event: 21
  • Push event: 28
  • Pull request event: 26
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 9
  • Watch event: 3
  • Delete event: 1
  • Issue comment event: 21
  • Push event: 28
  • Pull request event: 26
  • Fork event: 1
  • Create event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 12
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 15 hours
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 12
  • Average time to close issues: about 15 hours
  • Average time to close pull requests: about 15 hours
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dietervu (2)
  • francescomambrini (2)
  • julianpoemp (2)
  • BartJongejan (1)
  • andmor- (1)
Pull Request Authors
  • julianpoemp (7)
  • proycon (4)
  • x2gg (4)
  • kreetrapper (1)
  • dietervu (1)
  • daawidziu (1)
Top Labels
Issue Labels
tool integration request (1)
Pull Request Labels

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite