{"id":45856074,"url":"https://github.com/abundant-ai/oddish","last_synced_at":"2026-04-23T01:04:08.486Z","repository":{"id":339277890,"uuid":"1147678288","full_name":"abundant-ai/oddish","owner":"abundant-ai","description":"Run Harbor tasks in the cloud","archived":false,"fork":false,"pushed_at":"2026-03-26T20:42:17.000Z","size":3755,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T20:58:17.074Z","etag":null,"topics":["eval","llm","rl"],"latest_commit_sha":null,"homepage":"https://oddish.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abundant-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-02T04:31:29.000Z","updated_at":"2026-03-26T20:42:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/abundant-ai/oddish","commit_stats":null,"previous_names":["abundant-ai/oddish"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/abundant-ai/oddish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abundant-ai%2Foddish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abundant-ai%2Foddish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abundant-ai%2Foddish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abundant-ai%2Foddish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abundant-ai","download_url":"https://codeload.github.com/abundant-ai/oddish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abundant-ai%2Foddish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31118729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-28T17:50:59.904Z","status":"ssl_error","status_checked_at":"2026-03-28T17:50:59.435Z","response_time":79,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["eval","llm","rl"],"created_at":"2026-02-27T04:12:30.965Z","updated_at":"2026-04-23T01:04:08.454Z","avatar_url":"https://github.com/abundant-ai.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/abundant-ai/oddish\"\u003e\n    \u003cimg src=\"assets/oddish_jump.gif\" style=\"height: 10em\" alt=\"Oddish\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/oddish/\"\u003e\n    \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/oddish.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.python.org/downloads/\"\u003e\n    \u003cimg alt=\"Python\" src=\"https://img.shields.io/badge/python-3.12+-blue.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Oddish\n\n\u003e Run evals on [Harbor](https://github.com/laude-institute/harbor) tasks in the cloud.\n\nOddish extends Harbor with:\n\n- Provider-aware queuing and automatic retries for LLM providers\n- Real-time monitoring via dashboard or CLI\n- Postgres-backed state and S3 storage for logs\n\nJust replace `harbor run` with `oddish run`.\n\n## Quick Start\n\n### 1. Install\n\n```bash\nuv pip install oddish\n```\n\n### 2. Generate an API key [here](https://oddish.app/)\n\n- API key generation is restricted during the beta. To request access, contact the [maintainer](https://github.com/RishiDesai).\n\n```bash\nexport ODDISH_API_KEY=\"ok_...\"\n```\n\n### 3. Submit a job\n\n```bash\n# Run a single agent\noddish run -d terminal-bench@2.0 -a codex -m gpt-5.4 --n-trials 3\n```\n\n```bash\n# Or sweep multiple agents\noddish run -d terminal-bench@2.0 -c job.yaml\n```\n\nExample [job.yaml](assets/light-run.yaml)\n\n\n### 4. Monitor Progress\n\n```bash\noddish status\n```\n\n## Documentation\n\n- [CLI docs](DOCS.md)\n- [Core library](oddish/README.md)\n- [Web dashboard](frontend/README.md)\n- [Cloud backend](backend/README.md)\n- [Self-hosting](SELF_HOSTING.md)\n- [Agents](AGENTS.md)\n\n## License\n\n[Apache License 2.0](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabundant-ai%2Foddish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabundant-ai%2Foddish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabundant-ai%2Foddish/lists"}