• Joined on 2025-04-27
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-26 14:30:11 +08:00
d64a5315a5 update fastgpt config
97deca0f57 Update LLM configuration to support FastGPT integration. Modify requirements to include fastgpt-python-sdk, enhance greeting messages, and adjust LLM service creation to handle app_id. Implement welcome text fetching for FastGPT and improve context handling in the pipeline based on LLM provider. Update related configurations and properties for better integration.
3dfff0c937 Add AssistantContextSyncProcessor to manage LLM context synchronization during assistant interruptions. Update ProductTextStreamProcessor to track last streamed text and modify pipeline to integrate new context sync functionality. Enhance tests to verify context sync behavior for interrupted assistant turns.
Compare 3 commits »
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-26 10:57:23 +08:00
b14ef64665 Add configuration files for FastGPT and Xfyun voice services, enhancing LLM service capabilities. Update LLMConfig to include chat_id, variables, detail, and timeout settings. Refactor create_llm_service to support FastGPT integration and adjust pipeline to handle chat_id and greeting prompts. Implement context synchronization for interrupted assistant turns in text streaming.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-26 08:36:15 +08:00
e7a8cb1faa Enhance text stream processing by adding synchronization for interrupted assistant turns. Introduce sync_streamed_assistant_context to align LLM context with UI text, and modify ProductTextStreamProcessor to handle interrupted text. Update pipeline to utilize the new functionality for managing assistant turn interruptions.
2edcb51805 Add chat_id, variables, detail, timeout_sec, and send_system_prompt to LLMConfig; update create_llm_service to accept new parameters and handle FastGPT integration. Modify pipeline to utilize chat_id and adjust message handling based on provider settings.
Compare 2 commits »
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-24 21:56:11 +08:00
b918eec5c1 Fix text stream frame forwarding order and transport message type.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-24 21:37:44 +08:00
f301af396d Update AGENTS.md with additional context on implementation and modify pipeline.py to include assistant aggregator in the processing flow.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-24 11:02:07 +08:00
003a4abe8c Collapse high-frequency audio frames in the demo websocket log.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-23 08:29:14 +08:00
5b087f8610 Add input image to product protocol
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-23 00:24:08 +08:00
e4e47f637e Refactor pipeline to correctly include assistant_aggregator in the run_pipeline_with_serializer function.
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-23 00:14:31 +08:00
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-23 00:06:54 +08:00
02db9545f0 fix text input no context update
Compare 2 commits »
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-23 00:00:56 +08:00
1ffc716575 fix text input no context update
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-22 21:32:18 +08:00
02db9545f0 fix text input no context update
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-22 16:41:17 +08:00
c7f2f4e5f3 update default env
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-22 16:29:26 +08:00
a10f0a586b Add VOICE_CONFIG env var to select the voice pipeline config file.
bc2aa5b133 Integrate product-ws voice demo on port 8000 alongside REST API.
Compare 2 commits »
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-22 15:10:13 +08:00
7267c06552 Add Chinese docs for product WebSocket usage.
wx44wx pushed to main at wx44wx/ZNJJ-api-server 2026-05-22 14:29:41 +08:00
0b6b40aba4 Add set_info logging for key/value updates
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-22 13:52:25 +08:00
f73fadcc77 Add interruption handling parameters to siliconflow configuration
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-22 13:39:56 +08:00
Compare 2 commits »
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-22 13:38:01 +08:00
75a34bf071 Add gated turn start strategy
wx44wx pushed to main at wx44wx/engine-v5-pipecat-core 2026-05-22 11:18:26 +08:00
2c7f0f440b demo mount to fastapi