# agent_v2 **Repository Path**: nojun/agent_v2 ## Basic Information - **Project Name**: agent_v2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-01 - **Last Updated**: 2026-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agent v2 A production-grade Agent framework with HTTP API and Python SDK. ## Features - Multi-provider LLM support (OpenAI, Anthropic, DeepSeek) - Tool system with auto Schema generation - Graph-based execution engine - Session management and context compression - Observability (logging, tracing, token usage) - MCP support for external tools - Multi-agent orchestration ## Quick Start ```bash # Install uv sync --all-extras --group dev # Run tests uv run pytest # Code quality uv run ruff check . uv run mypy src/ ``` ## Architecture See `docs/` for detailed phase documentation.