Mark Backman
|
cc637f4dea
|
Clean up docstrings after DirectFunction merge (#2105)
* Add missing import for FunctionCallParams
* Update docstrings in direct_function
* Docstring fixes for run.py
* Remove unused imports in llm_service
* Add missing docstrings to llm_service
* Remove FunctionCallParams import
* Wording improvements
* Type checking for FunctionCallParams
|
2025-07-01 15:22:30 -04:00 |
|
kompfner
|
7f76a14c54
|
Merge pull request #2104 from pipecat-ai/pk/changelog-fix
Whoops—fix mistake in CHANGELOG (`FlowsFunctionSchema` -> `FunctionSc…
|
2025-07-01 15:06:14 -04:00 |
|
Yousif Astarabadi
|
58675f4d5a
|
renamed clean schema to alternate schema
|
2025-07-01 11:50:12 -07:00 |
|
Paul Kompfner
|
d50e6db312
|
Whoops—fix mistake in CHANGELOG (FlowsFunctionSchema -> FunctionSchema)
|
2025-07-01 14:24:27 -04:00 |
|
kompfner
|
de74284a8e
|
Merge pull request #2051 from pipecat-ai/pk/direct-functions
Implement "direct functions", which allow you to bypass specifying a …
|
2025-07-01 14:19:33 -04:00 |
|
Aleix Conchillo Flaqué
|
4c9a295b28
|
Merge pull request #2095 from pipecat-ai/aleix/examples-smallwebrtc-sdp-munging
examples: add --esp32 for SDP munging if host name specified
|
2025-07-01 09:07:42 -07:00 |
|
Mark Backman
|
0968f36d3e
|
fix: remove javascript directory from the websocket README
|
2025-07-01 09:51:02 -04:00 |
|
Mark Backman
|
fd570b0377
|
Update the remaining docstrings, update pre-commit hook, add docstring formatting CI, update CONTRIBUTING with formatting guidance (#2089)
|
2025-07-01 00:37:04 -04:00 |
|
Paul Shippy
|
68ea5ee570
|
Add to change log
|
2025-06-30 17:39:42 -07:00 |
|
Paul Shippy
|
f891140a74
|
Update sample to take in session token
|
2025-06-30 17:35:50 -07:00 |
|
Paul Shippy
|
5ed2d7ac2b
|
Add session token option for AWS
|
2025-06-30 17:31:31 -07:00 |
|
Pete
|
a297e4208e
|
Merge branch 'main' into groundingMetadata
|
2025-06-30 19:48:55 -04:00 |
|
Aleix Conchillo Flaqué
|
b713527da0
|
examples: add --esp32 for SDP munging if host name specified
|
2025-06-30 13:27:52 -07:00 |
|
Kwindla Hultman Kramer
|
224d2cedc8
|
Merge pull request #2088 from pipecat-ai/khk/gemini-thinking-default
Turn off thinking for Gemini models by default
|
2025-06-30 10:32:54 -07:00 |
|
Kwindla Hultman Kramer
|
55cfea776f
|
Merge branch 'main' into khk/gemini-thinking-default
|
2025-06-30 10:32:42 -07:00 |
|
Paul Kompfner
|
d7a2078e0b
|
Added CHANGELOG entry describing "direct" functions
|
2025-06-30 10:59:36 -04:00 |
|
Paul Kompfner
|
a3e540eb32
|
Rename examples/foundational/14s-function-calling-direct.py to examples/foundational/14t-function-calling-direct.py, since a new "14s" example was added
|
2025-06-30 10:44:55 -04:00 |
|
Paul Kompfner
|
e01c20be84
|
Remove unused import and tweak a comment
|
2025-06-30 10:36:47 -04:00 |
|
Paul Kompfner
|
ce3ca418c2
|
Unit tests for "direct" functions
|
2025-06-30 10:36:47 -04:00 |
|
Paul Kompfner
|
15b9a5faf6
|
Implement "direct functions", which allow you to bypass specifying a function configuration (as a FunctionSchema or in a provider-specific format) and use the Python function directly. Metadata is gathered automatically from the function signature and docstring.
|
2025-06-30 10:36:42 -04:00 |
|
Kwindla Hultman Kramer
|
3afa30894f
|
Turn off thinking for Gemini models by default
|
2025-06-28 12:23:35 -07:00 |
|
Mark Backman
|
0ecfa827e6
|
Improve docstrings for services and processors (#2087)
|
2025-06-28 13:39:45 -04:00 |
|
Aleix Conchillo Flaqué
|
e1b0db75eb
|
Merge pull request #2086 from pipecat-ai/aleix/watchdog-coroutine-helper
add watchdog coroutine helper
|
2025-06-27 11:10:10 -07:00 |
|
Aleix Conchillo Flaqué
|
b0c773189f
|
AWSNovaSonicLLMService: fix error with watchdog_coroutine()
|
2025-06-27 11:09:40 -07:00 |
|
Aleix Conchillo Flaqué
|
3064326834
|
utils.asyncio: added watchdog_coroutine()
|
2025-06-27 11:09:40 -07:00 |
|
Mark Backman
|
c67e50fe34
|
Merge pull request #2084 from pipecat-ai/mb/update-evals-nova-sonic
Add 40-aws-nova-sonic to release evals list
|
2025-06-27 09:47:59 -04:00 |
|
Mark Backman
|
9d45e3eca1
|
Merge pull request #2079 from pipecat-ai/mb/fix-42-incorrect-import
fix: example 42 incorrect import
|
2025-06-27 09:47:47 -04:00 |
|
Mark Backman
|
43a24d15f6
|
Add 40-aws-nova-sonic to release evals list
|
2025-06-27 08:34:39 -04:00 |
|
Yousif Astarabadi
|
cafbda1668
|
remove openai from mcp run http example
|
2025-06-26 20:21:07 -07:00 |
|
Yousif Astarabadi
|
86c26fd64c
|
moved needs_mcp_clean_schema to LLMService
|
2025-06-26 20:09:12 -07:00 |
|
Yousif Astarabadi
|
0c20668008
|
fixed linter errors
|
2025-06-26 20:08:26 -07:00 |
|
Yousif Astarabadi
|
92df8dc43c
|
fix formatting
|
2025-06-26 20:08:23 -07:00 |
|
Yousif Astarabadi
|
9d5f5844b8
|
clean mcp schema for gemini models, update http mcp example to use gemini
|
2025-06-26 20:07:54 -07:00 |
|
Mark Backman
|
2cf31884d0
|
fix: example 42 incorrect import
|
2025-06-26 21:52:14 -04:00 |
|
Aleix Conchillo Flaqué
|
19354c6f2d
|
Merge pull request #2078 from pipecat-ai/aleix/hotfix-0.0.73
just a quick hotfix for 0.0.73
v0.0.73
|
2025-06-26 17:31:40 -07:00 |
|
Aleix Conchillo Flaqué
|
0b2079ad41
|
update CHANGELOG for 0.0.73
|
2025-06-26 17:02:12 -07:00 |
|
Aleix Conchillo Flaqué
|
5f18c3af70
|
OpenAIRealtimeLLMContext: fix circular dependency
|
2025-06-26 17:01:45 -07:00 |
|
Aleix Conchillo Flaqué
|
0a40285d43
|
update FrameProcessor.watchdog_timers_enabled references
|
2025-06-26 16:26:12 -07:00 |
|
Vanessa Pyne
|
5b1c328541
|
Merge pull request #2075 from pipecat-ai/vp-mcp-lint
mcp_service: lint
|
2025-06-26 15:25:39 -05:00 |
|
vipyne
|
37929533af
|
mcp_service: lint
|
2025-06-26 15:00:20 -05:00 |
|
Vanessa Pyne
|
3b92113680
|
Merge pull request #2030 from yousifa/mcp-streaming-http
MCPClient streamable_http transport support
|
2025-06-26 14:57:31 -05:00 |
|
Yousif
|
46b52cb9bb
|
Merge branch 'main' into mcp-streaming-http
|
2025-06-26 12:30:43 -07:00 |
|
Mark Backman
|
f0bcc9d9ba
|
Add MCPClient docstrings. Removed google specific cleanup, changed example to openai
|
2025-06-26 12:29:45 -07:00 |
|
Yousif Astarabadi
|
1cac028bfe
|
example using http transport for mcp client
|
2025-06-26 12:16:35 -07:00 |
|
Yousif Astarabadi
|
4956886819
|
updated error message with StreamableHttpParameters
|
2025-06-26 12:16:28 -07:00 |
|
Yousif Astarabadi
|
c720cfc7c7
|
updated streamablehttp to use StreamableHttpParameters type
|
2025-06-26 12:16:26 -07:00 |
|
Yousif Astarabadi
|
8fcef5628f
|
added streamablehttp support, bumped mcp version, added additional headers and streamable_http params to MCPClient
|
2025-06-26 12:16:19 -07:00 |
|
Aleix Conchillo Flaqué
|
c4a72802f0
|
Merge pull request #2074 from pipecat-ai/aleix/pipecat-0.0.72
update CHANGELOG for 0.0.72
v0.0.72
|
2025-06-26 12:10:14 -07:00 |
|
Aleix Conchillo Flaqué
|
917394803c
|
update CHANGELOG for 0.0.72
|
2025-06-26 11:42:52 -07:00 |
|
Mark Backman
|
01040ddcdd
|
Merge pull request #2071 from pipecat-ai/mb/services-docstrings-update
Add/update docstrings to LLM services
|
2025-06-26 14:42:32 -04:00 |
|