Code Examples 🔗

This is a demo:

from signalwire_agents import AgentBase

agent = AgentBase()
agent.prompt_add_section("role", "You are Franklin, the web search bot.")
agent.add_language("en-US", voice="rime.spore")
agent.add_skill("web_search")
agent.run()