July 2026 Summaries
2 posts from Agora
Filter
Month:
Year:
Post Summaries
Back to Blog
Agora has introduced a new command-line interface (CLI) designed to streamline the development process for developers and AI coding agents working with its platform. This CLI moves the setup path into the terminal, allowing users to write environment files, scaffold starter repositories, and check environment readiness without leaving their current workflow. It features a JSON output mode, enabling structured responses that coding agents can parse and act upon, facilitating automated workflows. The CLI includes commands for project creation, authentication, diagnostics, and more, with templates available for Next.js, Python, and Go projects. It aims to reduce setup complexities while maintaining the alignment of quickstart projects, credentials, and project bindings. The CLI supports both human and agent use cases, enhancing the integration of Agora's real-time conversational AI tools into development environments.
Jul 02, 2026
1,028 words in the original blog post.
Agora has introduced the Agora Agents SDK, a typed Software Development Kit designed for building voice agents using Agora's Conversational AI Engine, available in Python, Node.js, and Go. This SDK facilitates the creation of voice agents by providing typed builders, built-in authentication, token generation, and session management, which sit atop the existing REST API. Developers can easily configure voice agents with speech-to-text, language models, and text-to-speech functionalities, while dynamic token generation and session lifecycle management streamline the process. The SDK does not restrict developers to specific model stacks, allowing them to bring their own models or use Agora-managed ones, while the real-time infrastructure handles media paths and channel lifecycles. The REST API remains supported, and the SDK simplifies complex code, making it more accessible for teams that prefer not to manage extensive backend logic. This initiative by Agora aims to reduce the need for intricate glue code, aligning the setup process closely with the agent's intended functionalities, and feedback from users is encouraged to refine future iterations.
Jul 01, 2026
933 words in the original blog post.