5 tools tagged
Showing 5 of 5 tools
Manage multiple AI terminal agents in parallel with isolated Git worktrees
Open-source terminal app for managing multiple AI coding agents (Claude Code, Codex, Gemini, Aider) in parallel, each in an isolated workspace with its own git branch. Uses tmux for isolated terminal sessions and git worktrees so agents work independently without conflicts. Dashboard view of all active instances, auto-accept mode for background execution, and a review workflow for inspecting changes before merging. Installed via Homebrew as the cs command.
Direct API access to Claude models with tool use
Official API for Claude models including Opus, Sonnet, and Haiku. Supports tool use, computer use, extended thinking, and batch processing. Features prompt caching, streaming, and Messages API with vision capabilities. Known for strong performance on complex reasoning tasks, nuanced instruction following, and safety-conscious design that makes it trusted for enterprise and production applications.
Official agent SDK by Anthropic
Anthropic's Python SDK for building agentic AI applications powered by Claude models. Provides primitives for creating agents with tool use, multi-step reasoning, guardrails, handoffs between specialized agents, and structured output. Supports building complex agent workflows with tracing and observability. Designed for developers building production AI agents that interact with external systems, databases, and APIs using Claude as the reasoning backbone.
Claude's inline code and document generation tool
Claude's built-in capability to generate and render interactive artifacts — code, documents, SVGs, React components, and HTML — directly inline within the conversation. No setup required. Turns Claude from a text-only assistant into a creative tool that can produce runnable applications, visualizations, and interactive prototypes during natural conversation.
Official SDK for building Claude-powered agentic applications
Anthropic's official SDK for building agents with Claude. Provides high-level abstractions for tool use, multi-turn conversations, computer use, and agent loops on top of the Claude API. Simplifies the development of production-grade agents by handling common patterns like retry logic, context management, and tool orchestration in a well-tested library.