{"id":49342191,"url":"https://github.com/Skyzi000/open-webui-extensions","last_synced_at":"2026-05-13T15:00:51.697Z","repository":{"id":317559571,"uuid":"1013924575","full_name":"Skyzi000/open-webui-extensions","owner":"Skyzi000","description":"A collection of tools and filters for Open WebUI.","archived":false,"fork":false,"pushed_at":"2026-05-09T17:31:58.000Z","size":1735,"stargazers_count":45,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-09T17:36:44.671Z","etag":null,"topics":["ai","llm","open-webui","open-webui-functions","open-webui-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Skyzi000.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-07-04T17:46:54.000Z","updated_at":"2026-05-09T15:34:54.000Z","dependencies_parsed_at":"2025-11-05T14:01:18.967Z","dependency_job_id":null,"html_url":"https://github.com/Skyzi000/open-webui-extensions","commit_stats":null,"previous_names":["skyzi000/open-webui-extensions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Skyzi000/open-webui-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyzi000%2Fopen-webui-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyzi000%2Fopen-webui-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyzi000%2Fopen-webui-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyzi000%2Fopen-webui-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skyzi000","download_url":"https://codeload.github.com/Skyzi000/open-webui-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyzi000%2Fopen-webui-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32987764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","llm","open-webui","open-webui-functions","open-webui-tools"],"created_at":"2026-04-27T05:00:28.966Z","updated_at":"2026-05-13T15:00:51.691Z","avatar_url":"https://github.com/Skyzi000.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Open WebUI Extensions\n\nこのリポジトリは、Open WebUI用のツールとフィルターを含んでいます。\n\n## 🌟 ハイライト\n\n**[Sub Agent Tool](tools/sub_agent.py)** ([openwebui.com](https://openwebui.com/posts/sub_agent_7bfeb0b7)) - openwebui.com で **Upvote数1位**、ダウンロード数 **7,500+** を達成！ Open WebUI 公式の [Community Newsletter, January 28th 2026](https://openwebui.com/blog/newsletter-january-28-2026) で \"This Week's Most Useful\" ツールの1つとして紹介されました。\n\nツール呼び出しが多いタスクをサブエージェントに委譲し、メインの会話コンテキストをクリーンに保つツールです。Open WebUI v0.7 以降のビルトインツール（Web検索、メモリ、ナレッジベース等）を最大限に活用できます。\n\n### What's New\n\n- **v0.5** — Open WebUI に設定済みの MCP サーバーがサブエージェントでも直接利用可能になりました（mcpo 経由不要）（[#6](https://github.com/Skyzi000/open-webui-extensions/issues/6)）\n- **v0.4.5** — Open Terminal のツール（Open WebUI v0.8.6+）が自動的にサブエージェントに転送されます\n- **v0.4** — Open WebUI v0.8 で導入されたスキルが自動的にサブエージェントへ伝播されます（実験的機能）\n- **v0.3** — `run_parallel_sub_agents` によるサブエージェントの並列実行をネイティブサポート\n\nフルチェンジログ: [sub_agent.py のコミット履歴](https://github.com/Skyzi000/open-webui-extensions/commits/main/tools/sub_agent.py)\n\n\u003e [!TIP]\n\u003e 並列実行で問題が発生する場合（検索APIのレートリミット等）は、Valvesの `MAX_PARALLEL_AGENTS` を下げるか、`run_parallel_sub_agents` メソッドをコメントアウトして無効化してください。\n\n**[Parallel Tools](tools/parallel_tools.py)** ([openwebui.com](https://openwebui.com/posts/parallel_tools_1d44cfce)) - Open WebUI 公式の [Community Newsletter, March 17th 2026](https://openwebui.com/blog/community-newsletter-march-17th-2026) で \"Editor's Picks\" ツールの1つとして紹介されました。\n\n複数の独立したツール呼び出しを並列実行して処理を高速化します。\n\n## Tools\n\n| ツール | 説明 |\n| ------ | ---- |\n| [**Sub Agent**](tools/sub_agent.py) | 自律的なサブエージェントにタスクを委譲し、コンテキスト消費を抑制 |\n| [**Parallel Tools**](tools/parallel_tools.py) | 複数のツール呼び出しを並列実行して高速化（※強力なフラッグシップモデルでないと正常に呼び出せないことが多いので注意） |\n| [**Multi Model Council**](tools/multi_model_council.py) | 複数のモデルによる評議会で多数決を実施 |\n| [**LLM Review**](tools/llm_review.py) | 創造性の発散を保つ多ペルソナ創作ライティング — ペルソナごとに独立起草・相互レビュー・改訂を行い、マージせず個性の異なるドラフトを複数返す（arXiv:2601.08003 を参考に独自実装） |\n| [**User Location**](tools/user_location.py) | ブラウザのGeolocation APIでユーザーの位置情報を取得 |\n| [**Universal File Generator (Pandoc)**](tools/universal_file_generator_pandoc.py) | Pandocを利用して様々な形式のファイルを生成 ※現在のところ、自分以外が使用することを想定していません |\n\n## Filters\n\n| フィルター | 説明 |\n| ---------- | ---- |\n| [**Token Usage Display**](functions/filter/token_usage_display.py) | トークン使用量をコンテキストウィンドウの割合で表示（LiteLLM Proxyが必要） |\n| [**Current DateTime Injector**](functions/filter/current_datetime_injector.py) | 現在日時をシステムプロンプトに注入（OpenAIプロンプトキャッシュ活用のためFilter化） |\n| [**User Info Injector**](functions/filter/user_info_injector.py) | ユーザー情報をシステムプロンプトに注入（同上） |\n| [**Full Context Mode Toggle**](functions/filter/full_context_mode_toggle.py) | チャット単位でフルコンテキストモードを一括切り替え |\n\n## Graphiti Memory（サブモジュール）\n\n[Graphiti](https://github.com/getzep/graphiti)を利用したナレッジグラフベースのメモリ拡張機能です。\n\n別リポジトリ [open-webui-graphiti-memory](https://github.com/Skyzi000/open-webui-graphiti-memory) で管理しています。このリポジトリでは `graphiti/` サブモジュールから参照しています。\n\n- Filter: [graphiti_memory.py](https://github.com/Skyzi000/open-webui-graphiti-memory/blob/main/functions/filter/graphiti_memory.py)\n- Tool: [graphiti_memory_manage.py](https://github.com/Skyzi000/open-webui-graphiti-memory/blob/main/tools/graphiti_memory_manage.py)\n- Action: [add_graphiti_memory_action.py](https://github.com/Skyzi000/open-webui-graphiti-memory/blob/main/functions/action/add_graphiti_memory_action.py)\n\n## セットアップ\n\n### サブモジュールの初期化\n\nこのリポジトリをクローンした後、サブモジュールを初期化する必要があります:\n\n```bash\ngit submodule init\ngit submodule update\n```\n\nまたは、クローン時に一度に実行:\n\n```bash\ngit clone --recurse-submodules https://github.com/Skyzi000/open-webui-extensions.git\n```\n\n## ライセンス\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSkyzi000%2Fopen-webui-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSkyzi000%2Fopen-webui-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSkyzi000%2Fopen-webui-extensions/lists"}