isyuricunha/Ella Mizuki AI Agent
A powerful, autonomous AI agent that lives directly inside GitHub repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- AGPL 3.0
Pinned Snippet
uses: isyuricunha/ella@657fad83cc72e9643b2811ff7cf287c60adc3c76 # v1.19.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ella_app_client_id | GitHub App Client ID for authentication | yes | — |
| ella_app_private_key | GitHub App Private Key for authentication | yes | — |
| ai_base_url | Base URL for the OpenAI-compatible LLM API (large model) | yes | — |
| ai_model | Model name for coding tasks and reviews | yes | — |
| ai_api_key | API key for the large model provider | yes | — |
| ai_small_model | Smaller model name for read-only/conversational tasks. Defaults to ai_model. | no | — |
| ai_small_api_key | API key for the small model provider. Defaults to ai_api_key. | no | — |
| ai_small_base_url | Base URL for the small model. Defaults to ai_base_url. | no | — |
| yuri_commit_name | Git author name for commit metadata | no | — |
| yuri_commit_email | Git author email for commit metadata | no | — |
| ella_max_attempts | Max loops for fix/solve/heal attempts (default 25 + 2 per allowed file, capped 300) | no | — |
| ella_time_limit_seconds | Max execution time in seconds (default 3600) | no | — |
| ella_cmd_retries | Max retries for transient gh/git/AI failures (default 3, exponential backoff) | no | — |
Outputs
no outputs