Abhishek
38d1d928b7
feat: agent versioning and model configurations override ( #227 )
...
* feat: add tests and migrations
* feat: workflow versioning among published and draft
* feat: add a new settings page to simplify workflow detail page
* fix: fix tsclient generation
2026-04-08 19:20:31 +05:30
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
96c90376c3
feat: add default initial context variables
2026-04-02 14:32:43 +05:30
Abhishek Kumar
9bc2ffc193
fix: add disposition codes in workflows
2026-03-27 19:20:05 +05:30
Abhishek Kumar
2fa4191d9b
feat: allow recording audio in workflow builder
2026-03-25 15:01:39 +05:30
Abhishek Kumar
ac0731a374
feat: add support for self hosted llm models
2026-03-24 17:50:45 +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
Sabiha Khan
5698338215
docs: add documentation links to nodes & tools ( #184 )
...
* docs: add documentation links to nodes & tools
* fix: add type hints to constants
---------
Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
2026-03-09 11:39:25 +05:30
Abhishek Kumar
c8742dbdc0
feat: run per node QA
2026-02-25 17:17:48 +05:30
Abhishek
a836825b83
feat: add qa node in workflow builder ( #172 )
...
* feat: add qa node in workflow builder
* feat: add qa analysis token usage in usage_info
* fix: mask the API key in QA node
* feat: add advanced configuration in QA node
2026-02-25 13:53:30 +05:30
Abhishek
642cc34e8c
feat: add authentication for OSS ( #167 )
...
* feat: add authentication for OSS
Fixes #157 and #156
* fix: fix token generation
* fix: limit fastapi workers to 1
2026-02-20 18:21:24 +05:30
Abhishek
db75d90535
feat: add dictionary support for STT boosting in voice agents ( #136 )
...
* feat: add dictionary support for voice agents
Also fixes #132
* chore: add keyterms in evals
2026-01-29 11:20:07 +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
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
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 Kumar
05ead4dc86
feat: enable api key access to routes
2026-01-05 19:41: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 Kumar
fec8da9d20
feat: add keyboard shortcut for save
2026-01-02 16:02:46 +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
a6222a3c99
chore: set detect voicemail false by default
2025-12-27 09:43:14 +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
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
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
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 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