isyuricunha/Ella Mizuki AI Agent

A powerful, autonomous AI agent that lives directly inside GitHub repositories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 8, 2026
License
AGPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: isyuricunha/ella@657fad83cc72e9643b2811ff7cf287c60adc3c76 # v1.19.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ella_app_client_idGitHub App Client ID for authenticationyes
ella_app_private_keyGitHub App Private Key for authenticationyes
ai_base_urlBase URL for the OpenAI-compatible LLM API (large model)yes
ai_modelModel name for coding tasks and reviewsyes
ai_api_keyAPI key for the large model provideryes
ai_small_modelSmaller model name for read-only/conversational tasks. Defaults to ai_model.no
ai_small_api_keyAPI key for the small model provider. Defaults to ai_api_key.no
ai_small_base_urlBase URL for the small model. Defaults to ai_base_url.no
yuri_commit_nameGit author name for commit metadatano
yuri_commit_emailGit author email for commit metadatano
ella_max_attemptsMax loops for fix/solve/heal attempts (default 25 + 2 per allowed file, capped 300)no
ella_time_limit_secondsMax execution time in seconds (default 3600)no
ella_cmd_retriesMax retries for transient gh/git/AI failures (default 3, exponential backoff)no

no outputs