Commit graph

51 commits

Author SHA1 Message Date
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
a172db8022
feat: add end_call tool (#118)
* feat: add end_call tool

* chore: remove run_llm=True from properties
2026-01-14 16:40:40 +05:30
Abhishek
e7712474c1
feat: add transcript panel during live call for better visibility (#116)
* chore: remove old signaling route

* Show real time feedbacks
2026-01-13 22:48:18 +05:30
Abhishek Kumar
df2bfd7429 fix: API calling endpoint 2026-01-12 16:05:57 +05:30
Abhishek Kumar
11e033c72d fix: formatting fix and fix #79
Improve Safari Permissions UX
2026-01-12 12:47:32 +05:30
Sabiha Khan
97fbd9b37b
Feat/inbound telephony (#113)
* feat: inbound telephony (twilio & vobiz)

* chore: add ruff and lint formatting

* fix: add missing cloudonix interface compliance implementation
2026-01-12 10:10:30 +05:30
Abhishek Kumar
8ba18b485a chore: add tracing documentation 2026-01-03 18:35:35 +05:30
Abhishek Kumar
cdf68533ad feat: add trace URL in workflow runs 2026-01-03 17:59:59 +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
Nir Simionovich
90b690efff
feat: add cloudonix outbound telephony (#101)
Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
2026-01-03 12:02:21 +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 Kumar
cc2d3e70d2 chore: render initial and gathered context 2025-12-31 22:02:50 +05:30
Abhishek
45c5b7c304
feat: add voice selectors in elevenlabs (#88) 2025-12-25 15:05:53 +05:30
Abhishek Kumar
8b820c6d8a chore: add and improve documentation 2025-12-23 12:59:49 +05:30
Abhishek
55b727a872
Feat/Add API Trigger and Webhooks in Agent Builder (#83)
* feat: add api trigger node for agent runs

* feat: add webhook node

* Execute webhook nodes post workflow run

* Add hint to go to API keys
2025-12-22 14:08:30 +05:30
Abhishek Kumar
4ddb144dd0 fix: use config for turn 2025-12-22 14:06:17 +05:30
Abhishek
17409998d2
feat: add coturn for remote deployments (#84)
* feat: add coturn for remote deployment

* Simplify remote setup

* fix logic in UI
2025-12-22 13:29:41 +05:30
Abhishek
713c35df64
fix: fix pointer events on phone call dialog (#70)
* fix: fix pointer events on phone call dialog

* feat: add max recording limit

* chore: revert docker compose local changes

* chore: revert langfuse changes

* fix: kill descendents before killing main process
2025-12-01 11:32:28 +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
Piyush Sahoo
09897cb5d8
feat: added vobiz telephony (#65)
* feat: added vobiz telephony

* chore: run formatter

* chore: add migration

* Add tsclient

---------

Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
2025-11-28 09:36:04 +05:30
Abhishek
145da30b57
feat: show error if quota is exceeded (#66) 2025-11-26 16:13:25 +05:30
Abhishek
99a768f291
feat: enable workflows to be embedded in websites as a script tag (#47)
* feat: add deployment configuration options

* Simplify EmbedDialog

* Add options for inline vs floating embedding of agent
2025-11-15 17:32:37 +05:30
Abhishek
8d05c9f890
fix: fix npm build (#43) 2025-11-06 22:28:16 +05:30
Abhishek
1a0a18a435 feat: improve workflow builder UX (#41)
* chore: improve ux of workflow editor

* Improve workflow UX

* Add option to edit workflow name

* Fix undo/ redo for node editing
2025-11-06 18:31:47 +05:30
Sabiha Khan
dca4904e38
docs: add video for vonage config (#40) 2025-11-06 10:08:27 +05:30
Abhishek
5c1fe2c6af
feat: add chatwoot integration (#39) 2025-11-04 18:12:57 +05:30
Sabiha Khan
d58f37ff42
fix: telephony bugs and improve code structure (#38)
- improved code structure for touch points
- corrected db migrations
2025-11-04 18:12:06 +05:30
Sabiha Khan
4cfdc3d420 feat: add vonage telephony (#35)
* refactor: telephony integration

* feat: add vonage telephony
2025-10-27 15:58:20 +05:30
Abhishek
6503d806c5
feat: add gmail integration for searching and reply to emails (#34)
* Add gmail integration for google verification

* Fix npm run build
2025-10-21 12:11:34 +05:30
Abhishek
3babb5ced6
feat: add csv upload functionality for OSS (#29)
feat: add csv upload functionality
chore: remove redundant arq-worker from docker-compose
2025-10-09 17:54:31 +05:30
Abhishek
795f0be80e
chore: fix ui and add "Get Help" button (#27)
* chore: fix ui and add "Get Help" button

* fix: fix instrumentation client
2025-10-07 17:40:01 +05:30
Abhishek
e9c0afd517
fix: fix audio permission issue on safari (#26)
* fix: fix audio permission issue on safari

* fix: fix service key creation in oss mode

* fix: fix hydration error for usage page
2025-10-07 16:44:45 +05:30
Abhishek
1f4ff8f865
chore: Update README and add Mintlify docs
* Update README and add Mintlify docs

* Add Twilio documentation

* Remove license and fix readme
2025-10-04 15:05:07 +05:30
Abhishek
90f7aac8ad
Feat: Enable Poshog and Sentry for OSS (#23)
feat: enable posthog and sentry for oss
2025-10-04 12:23:20 +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
Abhishek Kumar
b86a460062 Move smallwebrtc to constants 2025-10-04 11:05:47 +05:30
Abhishek Kumar
5ab93767dd UX improvements for onboarding 2025-10-02 12:17:13 +05:30
Abhishek Kumar
dffeab1ff3 chore: fix ui lint issues 2025-09-24 16:07:11 +05:30
Sabiha Khan
abbface27a
Merge branch 'main' into feat/tricke-ice 2025-09-24 14:59:40 +05:30
Abhishek
9cb75829cb
Merge pull request #9 from dograh-hq/fix/redirect-to-workflow
fix: redirect user to /workflow page if they have workflow
2025-09-24 13:32:49 +05:30
Sabiha Khan
490639309b fix: rethrow NEXT_REDIRECT error 2025-09-24 11:53:48 +05:30
Abhishek Kumar
73664e6268 fix: redirect user to /workflow page if they have workflow 2025-09-22 20:34:52 +05:30
a6kme
efd93adfa8 fix: fix ui of webrtc call 2025-09-22 14:52:40 +00:00
Abhishek Kumar
895af47482 feat: Trickle ice candidates for faster WebRTC connection 2025-09-22 18:01:45 +05:30
Sabiha Khan
d6acb91c39 chore: update README, remove style in workflow continuation dialog 2025-09-20 17:51:21 +05:30
Abhishek Kumar
2b1b1114ed Fix build issue 2025-09-15 14:16:34 +05:30
Abhishek Kumar
1ec63e3b20 Improve we call experience and add tooltips 2025-09-15 14:08:51 +05:30
Abhishek Kumar
240c560602 Add popup after create workflow 2025-09-10 10:24:04 +05:30
Abhishek Kumar
a5524dbbac Add debugging logs in stachAuthService 2025-09-09 19:10:18 +05:30