Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: sdk Clear Filter

Open-source framework for real-time AI voice

VideoSDK AI Agents Open-source framework for developing real-time multimodal conversational AI agents. Overview The AI Agent SDK is a Python framework built on top of the VideoSDK Python SDK that enables AI-powered agents to join VideoSDK rooms as participants. This SDK serves as a real-time bridge between AI models (like OpenAI and Gemini) and your users, facilitating seamless voice and media interactions. # Feature Description 1 🎤 Real-time Communication (Audio/Video) Agents can listen, sp

Show HN: A modern C++20 AI SDK (GPT‑4o, Claude 3.5, tool‑calling)

Hi all, I’m hacking on new features for the ClickHouse native client and wanted the same “just call the model” ergonomics JavaScript and Python now enjoy. It didn’t exist for modern C++, so I wrote one. ai‑sdk‑cpp (Apache‑2.0) gives you: - Unified calls to OpenAI (GPT‑4o) and Anthropic (Claude 3.5) with a single C++20 API. - Streaming, multi‑turn chat, error handling—all std::optional/std::variant, no macros. - Tool calling (function‑calling) so the model can hit real APIs; sync or async, run

Topics: ai com github https sdk

Valve hands the Team Fortress 2 source code to modders

Valve is handing Team Fortress 2 modders the keys to the kingdom, as long as they don't try to make any money from it. The company has added the client and server game code to the Source software development kit (SDK), allowing fans to create new games and experiences based on TF2. "Unlike the Steam Workshop or local content mods, this SDK gives mod makers the ability to change, extend or rewrite TF2, making anything from small tweaks to complete conversions possible," Valve explained . Modders

Topics: mods sdk source tf2 valve