This website requires JavaScript.
Explore
Help
Sign In
bingshuo
/
guanghulab
Watch
1
Star
0
Fork
0
You've already forked guanghulab
Code
Issues
2
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
guanghulab
/
server
/
corpus-agent
History
root
088548405a
fix: Corpus Agent SSE token events not forwarded to frontend\n\nRoot cause: Portal chat-v2 sends token events as {"token":"铸"} without a "type"\nfield. The Corpus Agent was checking data.get("type", "") == SSE_TYPE_TOKEN, but\nsince there was no "type" field, all token events were silently dropped.\n\nFix: Also match events where event_type is empty but a "token" key exists in data.
2026-05-22 16:27:53 +08:00
..
static
D109续③ · 登录改为代码仓库账号密码(告别长Token)
2026-05-21 14:26:40 +00:00
deploy-nginx.conf
D109续② · 语料Agent部署上线+对话API+Nginx路由+大脑日志
2026-05-21 14:16:49 +00:00
deploy.py
D109续② · 语料Agent部署上线+对话API+Nginx路由+大脑日志
2026-05-21 14:16:49 +00:00
engine.py
D109续 · 小红书运营启动 + 语料采集系统开发
2026-05-21 14:02:06 +00:00
mac_client.py
D109续 · 小红书运营启动 + 语料采集系统开发
2026-05-21 14:02:06 +00:00
requirements.txt
D109续② · 语料Agent添加对话API(30轮记忆+商业模型引擎) + Web聊天界面
2026-05-21 14:14:20 +00:00
server.py
fix: Corpus Agent SSE token events not forwarded to frontend\n\nRoot cause: Portal chat-v2 sends token events as {"token":"铸"} without a "type"\nfield. The Corpus Agent was checking data.get("type", "") == SSE_TYPE_TOKEN, but\nsince there was no "type" field, all token events were silently dropped.\n\nFix: Also match events where event_type is empty but a "token" key exists in data.
2026-05-22 16:27:53 +08:00