经 AI Skill Hub 精选评估,基于LLM的房地产语音助手 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
# 命令行使用
llm-driven-realestate-voice-agent --help
# 基本用法
llm-driven-realestate-voice-agent [options] <input>
# Node.js 代码中使用
const llm_driven_realestate_voice_agent = require('llm-driven-realestate-voice-agent');
const result = await llm_driven_realestate_voice_agent.run(options);
console.log(result);
AI Skill Hub 使用教程页 · 基于公开数据整理,实际使用请以官方文档为准。License:未公布