Agent Handoff lets the LLM seamlessly transfer the ongoing session to another agent on your SubVerse workspace. Use it to route customers to the right specialist — for example, escalating from a general support agent to a billing agent — without dropping the conversation.Documentation Index
Fetch the complete documentation index at: https://docs.subverseai.com/llms.txt
Use this file to discover all available pages before exploring further.

How It Works
When the LLM determines a handoff is needed (based on your instructions or the conversation context), it calls the handoff function. The session is transferred to the target agent, which picks up with the full conversation context passed along.Configuring an Agent Handoff
- Navigate to Integrations → Agentic Functions and select your agent.
- Under During-Session Functions, click + Add Function and choose Agent Handoff.
- Select the Target Agent to hand off to.
- Provide a Description so the LLM understands when to trigger this handoff (e.g., “Hand off to the billing agent when the customer asks about invoices or payments”).
- Save the function.
Availability
| Phase | Available |
|---|---|
| Pre-Session | No |
| During-Session | Yes |
| Post-Session | No |
Next Steps
Background Agent
Trigger async tasks mid-conversation without blocking the LLM
Default Functions
Built-in platform actions available to every agent