{"id":50731362,"url":"https://github.com/deadronos/hello-agent","last_synced_at":"2026-06-10T09:01:14.923Z","repository":{"id":356583304,"uuid":"1232999582","full_name":"deadronos/hello-agent","owner":"deadronos","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-08T17:37:32.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T19:33:15.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deadronos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-08T13:38:50.000Z","updated_at":"2026-05-08T17:37:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deadronos/hello-agent","commit_stats":null,"previous_names":["deadronos/hello-agent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/deadronos/hello-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fhello-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fhello-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fhello-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fhello-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadronos","download_url":"https://codeload.github.com/deadronos/hello-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fhello-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-10T09:01:13.956Z","updated_at":"2026-06-10T09:01:14.857Z","avatar_url":"https://github.com/deadronos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hello-agent\n\nLocal AI CLI powered by Ollama.\n\n## Requirements\n\n- [Ollama](https://ollama.com) installed and running (`ollama serve`)\n- Python 3.11+\n\n## Quick start\n\n```bash\npip install -e .\n```\nLoad virtual environment if not already active:\n\n```bash\nsource .venv/bin/activate\n```\n\n## Default model\n\n```text\ngemma4:e2b\n```\n\n## Commands\n\n### `hello-agent doctor`\n\nCheck environment: Ollama binary, server, and model availability.\n\n### `hello-agent setup`\n\nDownload the model. Runs interactively in the foreground by default.\n\n```bash\nhello-agent setup           # visible blocking download\nhello-agent setup --background  # background download\n```\n\n### `hello-agent ask`\n\nSend a prompt to the model. On first use, the model is downloaded automatically if `auto_pull = true`.\n\n```bash\nhello-agent ask \"Say hello from a local model.\"\n```\n\n## Configuration\n\nCreate `hello-agent.toml` in the project root:\n\n```toml\n[tool.hello_agent]\nbackend = \"ollama\"\nmodel   = \"gemma4:e2b\"\nbase_url = \"http://localhost:11434\"\nauto_pull = true\n```\n\nOr use environment variables / defaults — no config file is required to get started.\n\n## First-run behaviour\n\nOn first use, `hello-agent` checks whether the configured local model exists.\n\nIf Ollama is installed and running, the CLI can download the model automatically:\n\n```bash\nhello-agent ask \"Say hello from a local model.\"\n```\n\nTo prepare everything explicitly:\n\n```bash\nhello-agent doctor\nhello-agent setup\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fhello-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadronos%2Fhello-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fhello-agent/lists"}