·chatkit-python

使用 FastAPI 为 OpenAI ChatKit 前端构建自定义聊天 API 后端。涵盖聊天端点实现、SSE 流式传输、对话持久化,以及与 OpenAI Agents SDK + 通过 LiteLLM 的 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 流式传输、对话持久化,以及与 OpenAI Agents SDK + 通过 LiteLLM 的 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 流式传输、对话持久化,以及与 OpenAI Agents SDK + 通过 LiteLLM 的 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 中使用

这个 Skill 的源码在哪?

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