api_gemini 0.7.1

Gemini's API for accessing large language models (LLMs).
Documentation
# Scripts

## Responsibility Table

| filename | Responsibility |
|----------|---------------|
| dev-setup.sh | Development environment setup and dependency installation |
| health-check.sh | API connectivity and credential validation |

## Purpose
Utility scripts for project maintenance, testing setup, and automation tasks.

## Organization Principles
- Flat structure with descriptive script names
- Each script includes usage documentation in header comments
- Executable scripts have appropriate permissions

## Navigation Guide
- Build automation: Look for build_*.sh or setup_*.sh
- Test utilities: Look for test_*.sh or validate_*.sh
- Maintenance scripts: Look for clean_*.sh or update_*.sh
- Run scripts with --help flag for usage information