This website requires JavaScript.
Explore
Help
Register
Sign In
wx44wx
/
engine-v5-pipecat-core
Watch
1
Star
0
Fork
0
You've already forked engine-v5-pipecat-core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3dfff0c9378747f3928b30a301f867c9f22935b7
engine-v5-pipecat-core
/
engine
History
Xin Wang
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.
2026-05-26 10:44:12 +08:00
..
__init__.py
first vesion
2026-05-21 13:08:40 +08:00
config.py
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.
2026-05-25 08:45:30 +08:00
context_sync.py
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.
2026-05-26 10:44:12 +08:00
fastgpt_llm.py
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.
2026-05-25 08:45:30 +08:00
main.py
Add input image to product protocol
2026-05-23 08:28:56 +08:00
pipeline.py
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.
2026-05-26 10:44:12 +08:00
product_protocol.py
Add input image to product protocol
2026-05-23 08:28:56 +08:00
services.py
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.
2026-05-25 08:45:30 +08:00
text_input.py
first vesion
2026-05-21 13:08:40 +08:00
text_stream.py
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.
2026-05-26 10:44:12 +08:00
transcript_stream.py
Add xfyun asr service
2026-05-21 15:42:49 +08:00
turn_start.py
Add gated turn start strategy
2026-05-22 13:36:47 +08:00
xfyun_asr.py
Update xfyun asr service
2026-05-22 08:37:31 +08:00
xfyun_tts.py
Fix xfyun asr tts error
2026-05-21 16:27:24 +08:00