feat: tansfer calls with aasterisk (#171)

* feat: tansfer calls with aasterisk

* chore: format code with pre-commit script

* chore: refactor code

* refactor: add call strategies, cleanup transfer events

* fix: docker compose, add missing files from merge conflicts

* chore: update pipecat

* docs: restructure & add mintilify pages for tool

* chore: upgrade pipecat
This commit is contained in:
Sabiha Khan 2026-03-05 09:28:05 +05:30 committed by GitHub
parent 9e058699c5
commit bd07b753cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1043 additions and 106 deletions

View file

@ -43,7 +43,24 @@
"voice-agent/introduction",
"voice-agent/editing-a-workflow",
"voice-agent/template-variables",
"voice-agent/tools",
{
"group": "Tools",
"pages": [
{
"group": "Built-in Tools",
"pages": [
"voice-agent/tools/call-transfer",
"voice-agent/tools/end-call"
]
},
{
"group": "Custom Tools",
"pages": [
"voice-agent/tools/http-api"
]
}
]
},
{
"group": "Nodes",
"pages": [