Abhishek
|
ec2f322486
|
feat: add pre call fetch configuration (#222)
* feat: add pre call fetch configuration
* docs: add NEW tags for pages about new features
---------
Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
|
2026-04-06 12:30:37 +05:30 |
|
Abhishek Kumar
|
56763a4527
|
feat: enable context summarization
|
2026-04-03 13:39:02 +05:30 |
|
Abhishek Kumar
|
96c90376c3
|
feat: add default initial context variables
|
2026-04-02 14:32:43 +05:30 |
|
Abhishek Kumar
|
f368fe5134
|
feat: set calculator as custom tool on demand
|
2026-04-02 14:07:03 +05:30 |
|
Abhishek
|
87e72d5f6f
|
feat: add gemini live and speaches integration (#220)
* feat: add speaches models
* feat: add gemini realtime and speaches integration
- Add gemini realtime support
- Add speaches support for locally hosted LLMs
* chore: bump pipecat
* feat: add language option
* fix: add skip aggregator types to tts settings
* fix: make API key optional for realtime
|
2026-03-31 21:42:03 +05:30 |
|
Sabiha Khan
|
e0c3d6c3bf
|
fix: skip updating gathered_context when the extracted variables is not a dict (#219)
|
2026-03-31 21:41:49 +05:30 |
|
Sabiha Khan
|
2588956c56
|
chore: increase timeout for pending variable extraction tasks (#208)
|
2026-03-25 19:51:07 +05:30 |
|
Abhishek Kumar
|
ac0731a374
|
feat: add support for self hosted llm models
|
2026-03-24 17:50:45 +05:30 |
|
Abhishek Kumar
|
e859b92be8
|
Merge branch 'main' of https://github.com/dograh-hq/dograh
|
2026-03-23 11:36:42 +05:30 |
|
Abhishek Kumar
|
affb39e57f
|
feat: custom telemetry configuration
|
2026-03-23 11:36:39 +05:30 |
|
Sabiha Khan
|
d42c52dc87
|
fix: await pending variable extraction tasks before pipeline finishes (#198)
|
2026-03-23 10:11:17 +05:30 |
|
Abhishek Kumar
|
1967a71935
|
feat: add rtf log when user speaks when muted
|
2026-03-21 13:55:34 +05:30 |
|
Abhishek Kumar
|
f6239ca476
|
chore: dont extract variable on voicemail
|
2026-03-19 15:58:09 +05:30 |
|
Abhishek Kumar
|
fe84f086ba
|
feat: add AWS Bedrock support
|
2026-03-19 15:06:59 +05:30 |
|
Abhishek
|
494c60d774
|
feat: add hybrid text + recording functionality in agents (#191)
* feat: add recording feature in agents
* chore: pin pipecat version
* feat: show usage in UI
* chore: update pipecat
|
2026-03-16 15:04:08 +05:30 |
|
Abhishek
|
ec58356276
|
feat: add message before tool calls (#185)
|
2026-03-09 17:28:13 +05:30 |
|
Abhishek Kumar
|
e34e4f8f3c
|
chore: upgrade pipecat
|
2026-03-06 16:49:14 +05:30 |
|
Abhishek Kumar
|
dfb741e475
|
feat: abort call on pipeline error and send rtf event
|
2026-03-05 14:51:39 +05:30 |
|
Abhishek Kumar
|
7e2de092ae
|
feat: Add end call reason in tool calls.
|
2026-02-21 14:21:39 +05:30 |
|
Abhishek
|
7552b6c819
|
feat: add asterisk ARI websocket interface (#159)
* chore: remove old files
* feat: ari outbound dialing
* feat: add websocket configuration for ARI
* feat: handling inbound calls
* delete ext channel from redis on stasis end
* fix: add lock in workflow run update, refactor _handle_stasis_start
* chore: update submodule
---------
Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
|
2026-02-17 19:32:03 +05:30 |
|
Sabiha Khan
|
c711920165
|
feat: telephony call transfer (#155)
* transfer call
* fix: ignore completed call status
* chore: refactor telephony
* chore: refactor pipecat engine custom tools and other telephony services
* chore: code refactor
* chore: put back office ambient sound files
* chore: remove transport from engine
* fix: fix alembic revision
* chore: remove set_transferring_call from engine
* fix: send OutputAudio frame and let transport chunk it
* fix: reinstate docker compose
* chore: remove unused transfer-twmil route for caller
* chore: update pipecat submodule
---------
Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
|
2026-02-16 14:33:33 +05:30 |
|
Abhishek Kumar
|
4c936ae57d
|
feat: add openrouter support
|
2026-02-09 13:31:32 +05:30 |
|
Abhishek Kumar
|
7e438ad049
|
fix: allow interruption on start_node
|
2026-02-02 18:33:05 +05:30 |
|
Abhishek
|
91911769b0
|
feat: mute on function call (#138)
|
2026-01-29 14:42:34 +05:30 |
|
Abhishek
|
033fde8946
|
chore: refactor and add tests (#130)
* chore: add tests for end call
* Update pipecat module
* fix: allow interruptions from deepgram flux
* Add VadUserTurnStrategy
* chore: add test for voicemail detection
|
2026-01-27 18:20:23 +05:30 |
|
Abhishek Kumar
|
6b408e588c
|
fix: fix variable extraction during pipeline execution flow
|
2026-01-26 12:13:55 +05:30 |
|
Abhishek
|
911c5ed416
|
fix: changes to update pipecat version to 0.0.100 (#122)
* feat: add stt evals
* add smart turn as provider
* chore: remove deprecations
* chore: format files
* fix: remove deprecated UserIdleProcessor
* fix: remove deprecated TranscriptProcessor
* chore: update pipecat submodule
* feat: add evals visualisation
* fix: trigger llm generation on client connected and pipeline started
* chore: update pipecat
* chore: update pipecat submodule
* Add tests
* fix: slow loading of workflow page
* chore: update pipecat submodule
* Show version after release
* Fixes #99
* fix: provider check for websocket connection
* Fixes #107
* Fix #96
* chore: fix documentation
* fix: cloudonix campaign call error
---------
Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
|
2026-01-23 18:53:59 +05:30 |
|
Abhishek Kumar
|
a4367bd83b
|
fix: set_node during node execution
|
2026-01-22 20:28:13 +05:30 |
|
Abhishek Kumar
|
d35eeb1b7b
|
fix: fix OPENAI_API_KEY bug in retrieval
|
2026-01-17 18:12:56 +05:30 |
|
Abhishek
|
ef5b9e40a9
|
feat: knowledge base functionality for the voice agent (#120)
* feat: upload file and store embedding
* feat: add documents in nodes
* feat: add openai embedding service
|
2026-01-17 14:37:03 +05:30 |
|
Abhishek
|
cac25879bf
|
feat: add rtf in logs (#119)
* feat: add rtf in logs
* chore: unify the call logs and real time events
|
2026-01-15 16:17:17 +05:30 |
|
Abhishek Kumar
|
1f3b3e2e3c
|
chore: minor fixes
|
2026-01-13 14:55:48 +05:30 |
|
Abhishek
|
edf0fa4fbc
|
fix: migrate from custom audio recorder to native AudioBuffer (#115)
* fix: update to pipecat VM Detector
* fix: refactor to remove audio synchronizer
* feat: add speechmatics as STT
|
2026-01-08 18:03:26 +05:30 |
|
Abhishek Kumar
|
04576ac357
|
fix: llm generation in case of user idle
Send for LLM generation in case of user idle rather than speaking a hardcoded sentence
|
2026-01-03 16:22:38 +05:30 |
|
Abhishek
|
56953bbd09
|
Fix/multiple generation (#104)
* fixes #100
* Fix test
* fix: fix bad configuration issue
|
2026-01-03 12:59:18 +05:30 |
|
Abhishek
|
3e55af9256
|
feat: user defined custom tools as part of workflow execution (#94)
* feat: add custom tools functionality
* Show tools in nodes
* integrate tool calling with pipeline engine
|
2026-01-02 13:11:02 +05:30 |
|
Abhishek
|
909c258b6a
|
fix: prevent pipeline freezes when sending endframe (#77)
* fix: dont cancel task if call is already ending
* Update pipecat
|
2025-12-10 08:22:37 +07:00 |
|
Sabiha Khan
|
0a8ce3f644
|
fix: add text filter for tts and logs for filter (#74)
|
2025-12-09 16:24:24 +05:30 |
|
Abhishek
|
a7f2238044
|
feat: Update Dograh's UI Design (#67)
* feat: create app sidebar and update layout
* fix: fix loading errors
* fix: fix stack auth hydration issue
* fix: fix design for create-workflow
* fix: fix service configuration page design
* Add header for workflow detail
* feat: fix workflow editor design
* Fix css classes
* Fix callback status parsing for Vobiz
* Fix filter and remove gender service
|
2025-11-29 15:39:57 +05:30 |
|
Abhishek
|
6ce25a589c
|
feat: simplify pipecat engine execution (#54)
|
2025-11-15 17:38:27 +05:30 |
|
Abhishek
|
8e2e5c9327
|
feat: Enable telephony for OSS (#21)
* fix: fix tooltip bug
* feat: add Twilio with CloudFlare configuration
* chore: update Tella Video
|
2025-10-04 12:22:50 +05:30 |
|
a6kme
|
33ff3b9779
|
on_client_disconnect only when user disconnects.
|
2025-09-22 09:31:13 +00:00 |
|
Abhishek Kumar
|
0345df6fbe
|
Optimise requirements.txt and update pipecat imports
|
2025-09-20 14:07:00 +05:30 |
|
Abhishek Kumar
|
a5524dbbac
|
Add debugging logs in stachAuthService
|
2025-09-09 19:10:18 +05:30 |
|
Abhishek Kumar
|
4f2a629340
|
Initial Commit 🚀 🚀
|
2025-09-09 14:37:32 +05:30 |
|