Skip to main content

run

Use when user types /run to start the API server.

インストールへ移動

ソース情報

リポジトリ
XHXIAIEIN/Construct3-RAG
ソースの最終更新活動
2026年9月6日 15:50
検出された SKILL.md の言語
英語
スター
1
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
run
description
Use when user types /run to start the API server.
# Run ## Steps 1. **Stop old server processes** listening on port 8765, if any. 2. **Clear cache and start** from the repository root: ```bash find . -type d -name "__pycache__" -prune -exec rm -rf {} + 2>/dev/null python -m uvicorn src.api:app --host 0.0.0.0 --port 8765 --reload ``` 3. **Inform the user**: Server at `http://localhost:8765/playground`.
GitHubで見る