{"id":45726579,"url":"https://github.com/agentty-xyz/agentty","last_synced_at":"2026-05-03T08:02:40.629Z","repository":{"id":336391402,"uuid":"1149388681","full_name":"agentty-xyz/agentty","owner":"agentty-xyz","description":"Agentic Development Environment (ADE) in your terminal","archived":false,"fork":false,"pushed_at":"2026-04-27T05:27:05.000Z","size":199410,"stargazers_count":9,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T06:33:35.642Z","etag":null,"topics":["ade","agent","claude","cli","codex","gemini","ide","terminal","tui"],"latest_commit_sha":null,"homepage":"https://agentty.xyz","language":"Rust","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/agentty-xyz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-04T03:53:57.000Z","updated_at":"2026-04-27T05:27:09.000Z","dependencies_parsed_at":"2026-02-24T12:03:36.435Z","dependency_job_id":null,"html_url":"https://github.com/agentty-xyz/agentty","commit_stats":null,"previous_names":["opencloudtool/agentty","agentty-xyz/agentty"],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/agentty-xyz/agentty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentty-xyz%2Fagentty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentty-xyz%2Fagentty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentty-xyz%2Fagentty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentty-xyz%2Fagentty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentty-xyz","download_url":"https://codeload.github.com/agentty-xyz/agentty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentty-xyz%2Fagentty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32558723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ade","agent","claude","cli","codex","gemini","ide","terminal","tui"],"created_at":"2026-02-25T08:42:52.163Z","updated_at":"2026-05-03T08:02:40.624Z","avatar_url":"https://github.com/agentty-xyz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agentty\n\n![NPM Version](https://img.shields.io/npm/v/agentty)\n[![codecov](https://codecov.io/gh/agentty-xyz/agentty/graph/badge.svg?token=YRGKGTM0HP)](https://codecov.io/gh/agentty-xyz/agentty)\n[![Postsubmit](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml/badge.svg?branch=main)](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml)\n\nAgentty is an **ADE (Agentic Development Environment) for structured, controllable\nAI-assisted software development**. Built with Rust and [Ratatui](https://ratatui.rs),\nand refined through its own day-to-day use, it brings agents, review, and iteration into\none focused terminal workflow.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/site/static/demo/demo.gif\" alt=\"Agentty demo\" width=\"900\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\n### npm (recommended, supports auto-update)\n\n```sh\nnpm install -g agentty\n```\n\n### Other methods\n\n\u003cdetails\u003e\n\u003csummary\u003enpx (run without installing)\u003c/summary\u003e\n\n```sh\nnpx agentty\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eShell\u003c/summary\u003e\n\n```sh\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/latest/download/agentty-installer.sh | sh\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCargo\u003c/summary\u003e\n\n```sh\ncargo install agentty\n```\n\n\u003c/details\u003e\n\n## Usage\n\n```sh\nagentty              # Launch with auto-update enabled (default)\nagentty --no-update  # Launch without automatic updates\n```\n\n## Documentation\n\nDocumentation for installation and workflows is available at\n[agentty.xyz/docs](https://agentty.xyz/docs/).\n\n\u003e [!WARNING]\n\u003e\n\u003e Agentty is in active development. While releases follow Semantic Versioning, the\n\u003e current `0.y.z` series may still introduce breaking changes between releases as\n\u003e workflows, integrations, and safeguards evolve. Always review and verify the changes\n\u003e Agentty proposes or applies in your repositories before you rely on them.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidance.\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentty-xyz%2Fagentty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentty-xyz%2Fagentty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentty-xyz%2Fagentty/lists"}