-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
32 lines (32 loc) · 795 Bytes
/
Copy pathplugin.yaml
File metadata and controls
32 lines (32 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
schema_version: 1
name: transcriptapi
kind: tool_server
version: 0.1.0
protocol_version: 1
stability: v0_experimental
description: YouTube transcript, search, and channel tools for Praxist research agents, backed by the TranscriptAPI REST API.
compatibility:
praxist_core: ">=0.1.0,<1.0"
python: ">=3.11"
dependencies: []
capabilities:
- tool_server.transcriptapi
- tool.youtube_transcript
- tool.youtube_search
- tool.youtube_video_info
- tool.youtube_channel_videos
tool_server:
server_name: transcriptapi
tool_names:
- youtube_transcript
- youtube_search
- youtube_video_info
- youtube_channel_videos
visibility:
- peer
- panel
required_capability: tool_server.transcriptapi
entrypoint: adapter:create_tool_plugin
code:
- adapter.py
assets: []