II.
LibraryProcess JSON
Structured · livelib-process:ai-agents-conversational--voice-enabled-conversational
voice-enabled-conversational json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ai-agents-conversational--voice-enabled-conversational",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "voice-enabled-conversational",
"description": "Voice-Enabled Conversational AI - Process for building voice-enabled conversational systems\nincluding speech-to-text, text-to-speech, real-time voice processing, and voice UX design.",
"libraryPath": "library/specializations/ai-agents-conversational/voice-enabled-conversational.js",
"specialization": "ai-agents-conversational",
"references": [
"- Deepgram: https://developers.deepgram.com/docs\n- ElevenLabs: https://docs.elevenlabs.io/\n- OpenAI Whisper: https://platform.openai.com/docs/guides/speech-to-text\n- LiveKit: https://docs.livekit.io/"
],
"example": "const result = await orchestrate('specializations/ai-agents-conversational/voice-enabled-conversational', {\n systemName: 'voice-assistant',\n voiceProviders: ['deepgram', 'elevenlabs'],\n languages: ['en-US', 'es-ES']\n});",
"usesAgents": [
"voice-ai-specialist",
"tts-developer",
"pipeline-developer",
"realtime-developer",
"voice-ux-designer",
"quality-tester"
]
},
"outgoingEdges": [
{
"from": "lib-process:ai-agents-conversational--voice-enabled-conversational",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--voice-enabled-conversational",
"to": "workflow:agent-evaluation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--voice-enabled-conversational",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:ai-agents-conversational--voice-enabled-conversational",
"to": "lib-agent:ai-agents-conversational--voice-ai-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}