·chatkit-python

FastAPI を使用して、OpenAI ChatKit フロントエンド用のカスタム チャット API バックエンドを構築します。チャット エンドポイントの実装、SSE ストリーミング、会話の永続化、LiteLLM を介した OpenAI Agents SDK + Gemini との統合について説明します。

10インストール·0トレンド·@naimalarain13

インストール

$npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill chatkit-python

SKILL.md

Build custom chat API backends that work with OpenAI ChatKit frontend.

| Chat Endpoint | reference/chat-endpoint.md | | SSE Streaming | reference/sse-streaming.md | | Conversation Persistence | reference/conversation-persistence.md |

| templates/chatrouter.py | FastAPI chat endpoint router | | templates/models.py | Database models for conversations |

FastAPI を使用して、OpenAI ChatKit フロントエンド用のカスタム チャット API バックエンドを構築します。チャット エンドポイントの実装、SSE ストリーミング、会話の永続化、LiteLLM を介した OpenAI Agents SDK + Gemini との統合について説明します。 ソース: naimalarain13/hackathon-ii_the-evolution-of-todo。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill chatkit-python
カテゴリ
>_生産性
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

chatkit-python とは?

FastAPI を使用して、OpenAI ChatKit フロントエンド用のカスタム チャット API バックエンドを構築します。チャット エンドポイントの実装、SSE ストリーミング、会話の永続化、LiteLLM を介した OpenAI Agents SDK + Gemini との統合について説明します。 ソース: naimalarain13/hackathon-ii_the-evolution-of-todo。

chatkit-python のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill chatkit-python インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo