スキル一覧に戻る
vocalbridgeai

debug

by vocalbridgeai

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: debug description: Stream real-time debug events from the Vocal Bridge voice agent. Shows transcriptions, agent responses, tool calls, and errors. allowed-tools: Bash

Stream real-time debug events from the voice agent.

First ensure CLI is installed:

pip install --upgrade vocal-bridge

Then run:

vb debug $ARGUMENTS

This command runs continuously until interrupted (Ctrl+C).

Options

  • --poll - Use HTTP polling instead of WebSocket
  • -i 0.5 - Poll interval in seconds (default 0.5, only used with --poll)

Event Types

The debug stream shows:

  • USER - User transcriptions (what the caller said)
  • AGENT - Agent responses (what the agent said)
  • TOOL - Tool calls made by the agent
  • RESULT - Tool call results
  • BG QUERY - Background LLM queries (concierge modes)
  • BG RESULT - Background query results
  • ERROR - Errors encountered
  • SESSION - Session start/end events
  • STATE - State changes
  • HOLD - Hold started/ended

Prerequisites

Debug mode must be enabled in the agent's Capabilities settings at https://vocalbridgeai.com

To enable:

  1. Go to your agent in the Vocal Bridge dashboard
  2. Click 'Edit'
  3. Enable 'Debug Mode' in the Capabilities section
  4. Save changes

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です