# NanoAgent **Repository Path**: diggerH/nano-agent ## Basic Information - **Project Name**: NanoAgent - **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-05-07 - **Last Updated**: 2026-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NanoAgent a nano agent for study ## Installation ```bash poetry install ``` ## Usage ```bash poetry run python -m nanoagent ``` ## Development ```bash # Install development dependencies poetry install --with dev # Run tests poetry run pytest # Run linting poetry run ruff check . poetry run ruff format . ```