Tag
Mem0 is an open-source memory layer that helps AI agents retain and retrieve user context across conversations using hybrid search (semantic, BM25, entity), with SDKs for Python and npm.
App Sandbox is a free and open-source virtual machine management tool that supports running Windows, Ubuntu, and macOS virtual machines on Windows 11 Home without Hyper-V. It features GPU acceleration and a headless API/Python SDK for programmable batch VM management, making it suitable for automation scenarios like AI agents.
A guide and Python script for controlling an Android emulator using Gemini 3.5 Flash's Computer Use capability, which allows the model to view screenshots and return actions (taps, clicks, text input) to be executed via ADB.
Browser Use launched Fetch Use, a Python SDK for scraping websites with a stealth browser that handles proxies, cookies, and sessions automatically.
Midas is a local agent memory tool that uses embeddings and ranking instead of LLM calls for ingest, achieving zero cost, offline operation, and high recall with auditable source turns.
OpenAI has released the Python SDK for Codex, allowing developers to install it via pip and embed it into their own Python applications, reusing the Codex login state to enable coding and image generation functionalities.
Reach VB released the Codex Python SDK, allowing embedding Codex into Python apps for threading, streaming, and sandbox control.
OpenHands released an open-source software agent SDK inspired by Claude's dynamic workflows, enabling developers to build agents for code tasks such as test coverage improvement.
This is the release notes for openai/openai-python v2.36.0, introducing workload identity authentication features for Kubernetes, Azure, and GCP alongside updates to the Responses and Chat Completions APIs.
This article announces version 0.100.0 of the official Anthropic SDK for Python, providing developers with updated tools to integrate Claude models into their applications via pip installation.
Supertonic is an open-source, on-device text-to-speech system designed for local inference with minimal overhead, now releasing version 3 with support for 31 languages and improved accuracy.
OpenAI releases openai-agents-python, a lightweight framework for building multi-agent workflows that supports OpenAI APIs and 100+ other LLMs. The SDK includes features like sandbox agents, tools, guardrails, human-in-the-loop, tracing, and realtime voice agent capabilities.