A workspace for experimenting with AI-assisted development tools and AWS AI services.
aider-bedrock/: Integration with AWS Bedrock for the Aider AI coding assistantreview-ai/: AI-assisted code review toolsinstructions/: Prompt templates and instructions for AI models
cd [working-dir]
uv init [project-name]
cd [project-name]
uv python install 3.12
uv venv --python 3.12
source .venv/bin/activategit clone https://github.com/junichiro/ailab.git
cd ailab
uv venv --python 3.12
source .venv/bin/activate
uv pip install -e .AI-assisted coding using AWS Bedrock models with Aider.
AI-powered code review tool to improve code quality.
See CONVENTIONS.md for coding standards and best practices.