github
cjpais / Handy

A free, open source, and extensible speech-to-text application that works completely offline.Handy A free, open source, and extensible speech-to-text application that works completely offline. Handy is a cross-platform desktop application built with Tauri (Rust + React/TypeScript) that provides simple, privacy-focused speech transcription. Press a shortcut, speak, and have your words appear in any text field—all without sending your voice to the cloud. Why Handy? Handy was created to fill the …

  • среда, 1 октября 2025 г. в 00:00:04
github
anthropics / claude-agent-sdk-python

Claude Agent SDK for Python Python SDK for Claude Agent. See the Claude Agent SDK documentation for more information. Installation pip install claude-agent-sdk Prerequisites: Python 3.10+ Node.js Claude Code: npm install -g @anthropic-ai/claude-code Quick Start import anyio from claude_agent_sdk import query async def main(): async for message in query(prompt="What is 2 + 2?"): print(message) anyio.run(main) Basic Usage: query() query() is an async function for querying …

  • среда, 1 октября 2025 г. в 00:00:02