James Hush
5e22ef251d
fix: add logging and error handling for issue #721 ( #755 )
2024-11-29 13:06:45 +08:00
Mark Backman
c5324df807
Merge pull request #752 from pipecat-ai/mb/google-context-message-conversion
...
Use Google Gemini message format when adding message to the LLM context
2024-11-27 14:13:17 -05:00
Mark Backman
3c19a7ae3d
Use Google Gemini message format when adding message to the LLM context
2024-11-27 12:46:51 -05:00
Mark Backman
98c0a6e047
Merge pull request #749 from pipecat-ai/mb/pipecat-flows-standalone
...
Make Pipecat Flows an independent package
2024-11-25 17:09:11 -05:00
Mark Backman
f599e160de
Make Pipecat Flows an independent package
2024-11-25 13:42:08 -05:00
Mark Backman
11c5d822f9
Merge pull request #746 from pipecat-ai/mb/update-flows
...
Bumping pipecat-ai-flows version
2024-11-22 11:25:03 -05:00
Mark Backman
c3e22f0931
Bumping pipecat-ai-flows version
2024-11-22 11:21:40 -05:00
Kwindla Hultman Kramer
9409546f90
Merge pull request #743 from pipecat-ai/khk/gemini-exp
...
Empty text content bug fix for Gemini
2024-11-21 14:04:28 -08:00
Kwindla Hultman Kramer
8ddac0ccd8
Testing with gemini-exp-1114. Bug fix
2024-11-21 10:33:12 -08:00
Mark Backman
f938960d50
Merge pull request #736 from pipecat-ai/mb/language-support
...
Make language support more robust
2024-11-20 13:03:47 -05:00
Mark Backman
2981d87bc1
Update changelog
2024-11-20 12:56:35 -05:00
Mark Backman
106042bbb2
Make language support more robust
2024-11-20 12:56:11 -05:00
Filipi da Silva Fuchter
d25ddeb962
Merge pull request #739 from pipecat-ai/krisp_v7
...
bumping krisp to support v7
2024-11-20 11:39:39 -03:00
Filipi Fuchter
c441baa692
bumping krisp to support v7
2024-11-20 11:37:45 -03:00
Mark Backman
676ff14913
Merge pull request #735 from pipecat-ai/vp-internal-push-frame-fix
...
internal push frame fix
2024-11-20 06:34:40 -05:00
Vanessa Pyne
14893ade92
Update src/pipecat/processors/frame_processor.py
...
Co-authored-by: Mark Backman <mark@daily.co >
2024-11-19 22:37:58 -06:00
Mark Backman
2a39ff69d6
Merge pull request #720 from pipecat-ai/mb/conversation-flow
2024-11-19 21:46:20 -05:00
Mark Backman
e79289454a
Merge pull request #734 from pipecat-ai/mb/fix-cartesia
2024-11-19 21:27:52 -05:00
Mark Backman
25d02da1b2
Merge pull request #738 from pipecat-ai/mb/natural-conversation-demo
2024-11-19 21:27:38 -05:00
Mark Backman
a36fc370fa
Improve the 22c foundational example
2024-11-19 15:49:40 -05:00
Mark Backman
e4c2f6d4c2
Update changelog
2024-11-18 21:32:53 -05:00
Mark Backman
97659ca3f0
Use the new pipecat-ai-flows module
2024-11-18 21:29:35 -05:00
vipyne
e00c75ce3f
fix: raise exception in internal_push_frame
2024-11-18 16:01:04 -06:00
Mark Backman
cf62167f54
Revert: services(cartesia): generated TTSStoppedFrame after no more audio
2024-11-18 12:25:04 -05:00
Mark Backman
b3dfeb61c4
Add CHANGELOG entry
2024-11-18 12:18:20 -05:00
Mark Backman
bd020320cd
Support a list of messages
2024-11-18 12:18:20 -05:00
Mark Backman
7a55d2d7db
Add end session handler and update example
2024-11-18 12:18:20 -05:00
Mark Backman
b7308dca5d
Fix issue where actions would execute on terminating nodes
2024-11-18 12:18:20 -05:00
Mark Backman
5301f44b3b
Add pre- and post-actions
2024-11-18 12:18:20 -05:00
Mark Backman
686165b95a
Add ability to register actions
2024-11-18 12:18:20 -05:00
Mark Backman
4e0ecdd673
Class name updates and remove FrameProcessor base class
2024-11-18 12:18:20 -05:00
Mark Backman
1b74560f9d
Move function registration into the ConversationFlowProcessor class
2024-11-18 12:18:20 -05:00
Mark Backman
0c1070433f
Clean up and commenting
2024-11-18 12:18:20 -05:00
Mark Backman
ece2c08cde
debugging
2024-11-18 12:18:20 -05:00
Mark Backman
0b9742da9e
Add a conversation flow processor
2024-11-18 12:18:20 -05:00
Aleix Conchillo Flaqué
635aa6eb5b
Merge pull request #729 from pipecat-ai/aleix/fastapi-websocket-dont-close
...
transports(fastapi): don't try to close socket
2024-11-18 16:01:41 +01:00
Mark Backman
1ff17cc2b6
Merge pull request #733 from pipecat-ai/aleix/add-missing-init-files
...
processors: add missing __init__.py
2024-11-18 09:44:56 -05:00
Mark Backman
41ce9e9087
Merge pull request #697 from pipecat-ai/cst/leave-message
...
add handler for disconnect-bot message
2024-11-18 09:38:11 -05:00
Mark Backman
4803c54ecf
Update CHANGELOG
2024-11-18 09:36:19 -05:00
Christian Stuff
5d7b3f2b38
add handler for disconnect-bot message
2024-11-18 09:33:30 -05:00
Aleix Conchillo Flaqué
23e5b1ec4d
processors: add missing __init__.py
2024-11-18 11:32:20 +01:00
Aleix Conchillo Flaqué
7f5a8928b8
transports(fastapi): don't try to close socket
...
The websocket is passed from outside (in the transport constructor) so we should
not be trying to close it. FastAPI does actually close it later. We didn't see
any issue because these functions were not implemented properly. The value to
check was `application_state` instead of `client_state`. But in any case,
Pipecat should not be responsible for closing things passed from outside.
2024-11-18 01:15:19 +01:00
Aleix Conchillo Flaqué
53f675f5cf
Merge pull request #727 from pipecat-ai/aleix/pipecat-0.0.49
...
update CHANGELOG for 0.0.49
v0.0.49
2024-11-18 06:27:12 +08:00
Aleix Conchillo Flaqué
8173e4ce55
update CHANGELOG for 0.0.49
2024-11-17 23:26:09 +01:00
Aleix Conchillo Flaqué
5445bb0363
rtvi: add on_bot_started event
2024-11-17 22:40:00 +01:00
Mark Backman
a2a94724e5
Merge pull request #725 from pipecat-ai/mb/fix-simple-chatbot
...
Fix simple-chatbot example
2024-11-16 12:10:05 -05:00
Aleix Conchillo Flaqué
a8f9b0635a
Merge pull request #722 from pipecat-ai/aleix/more-dailin-events
...
transports(daily): add more dial-in events
2024-11-17 01:09:01 +08:00
Mark Backman
4273a31fd5
Fix simple-chatbot example
2024-11-16 07:48:42 -05:00
Aleix Conchillo Flaqué
67f975a2c8
transports(daily): add more dial-in events
2024-11-16 01:22:50 +01:00
Mark Backman
d0bca67666
Merge pull request #716 from pipecat-ai/mb/mute-stt-service
...
Add STTMuteFilter to un/mute the STT
2024-11-14 19:55:00 -05:00