line-voice-agent

Build production voice agents with LLM reasoning, tool execution, and multi-agent handoffs.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ostsam/vapight-kampff --skill line-voice-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-voice-agent
Source: https://github.com/ostsam/vapight-kampff/tree/main/.agents/skills/line-voice-agent
Command: npx skills add https://github.com/ostsam/vapight-kampff --skill line-voice-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Line SDK voice agents streamline building production-grade voice assistants that can reason with LLMs, execute tools, and coordinate multiple agents across live calls.

Core Features & Use Cases

  • Build production voice agents with LLM integration, tool execution, and multi-agent handoffs.
  • Deploy to Cartesia Line with auto-scaling, including STT, TTS, telephony, and audio orchestration.
  • Support built-in tools like web search, DTMF, and call transfers; enable loopback, passthrough, and handoff patterns for complex workflows.

Quick Start

Create a Line agent project, implement main.py, configure cartesia.toml, and deploy to Cartesia to start handling live calls.

Frequently Asked Questions about line-voice-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build production voice agents with real-time audio and LLM reasoning?

You can build production voice agents by combining LLM reasoning, tool execution, and multi-agent handoffs using the Line SDK. It handles real-time audio orchestration, STT, TTS, and telephony workflows for scalable deployment.

What do I need to deploy a telephony voice agent to Cartesia Line?

To deploy a telephony voice agent to Cartesia Line, you need Python, the Line SDK, and a Cartesia API key. You must create a Line agent project, implement main.py, configure cartesia.toml, and deploy to start handling live calls.

Can I use multi-agent handoffs and call transfers for IVR workflows?

Yes, multi-agent handoffs and call transfers are supported for IVR workflows. The framework formalizes patterns for loopback, passthrough, and handoff tools, allowing complex coordination across multiple agents during live calls.

How does real-time audio orchestration work with the Line SDK?

Real-time audio orchestration works by deploying to Cartesia Line, which auto-scales STT, TTS, and telephony components. The Line SDK coordinates built-in tools like web search, DTMF, and call transfers synchronously during live audio calls.

Does the Line SDK voice agent support DTMF and web search tools?

Yes, the Line SDK voice agent supports built-in tools for DTMF and web search. These tools are integrated into the voice agent workflow alongside real-time audio orchestration, enabling interactive telephony and dynamic information retrieval during calls.

What is the best way to scale voice agents for live call handling?

The best way to scale voice agents for live call handling is deploying to Cartesia Line, which provides auto-scaling for STT, TTS, telephony, and audio orchestration. This production setup supports multi-agent handoffs and tool execution seamlessly.