{"id":39613471,"url":"https://github.com/nairbv/vibecoder","last_synced_at":"2026-01-18T08:12:59.010Z","repository":{"id":310132899,"uuid":"972941281","full_name":"nairbv/vibecoder","owner":"nairbv","description":"An terminal based (IRC-style) LLM-powered coding tool","archived":false,"fork":false,"pushed_at":"2025-08-15T22:58:52.000Z","size":202,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-16T00:37:27.888Z","etag":null,"topics":["ai-agents","ai-coding","llm","vibe-coding","vibecoding"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nairbv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-25T23:53:23.000Z","updated_at":"2025-08-15T22:58:55.000Z","dependencies_parsed_at":"2025-08-16T00:37:30.494Z","dependency_job_id":"48461048-8f23-497d-936d-44d6ed2f3483","html_url":"https://github.com/nairbv/vibecoder","commit_stats":null,"previous_names":["nairbv/vibecoder"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nairbv/vibecoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairbv%2Fvibecoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairbv%2Fvibecoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairbv%2Fvibecoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairbv%2Fvibecoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nairbv","download_url":"https://codeload.github.com/nairbv/vibecoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairbv%2Fvibecoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["ai-agents","ai-coding","llm","vibe-coding","vibecoding"],"created_at":"2026-01-18T08:12:58.940Z","updated_at":"2026-01-18T08:12:59.003Z","avatar_url":"https://github.com/nairbv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" # VibeCoder: Autonomous Code Agent\n\n## Overview\nVibeCoder is an autonomous coding agent designed to streamline software engineering tasks. It operates as a command-line REPL (Read-Eval-Print Loop) that interacts with users in real-time to analyze tasks, plan solutions, write code, test, and iteratively improve projects.\n\n## Installation\n\nVibeCoder requires Python 3.8 or newer. To set up the environment, follow these steps:\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/vibecoder.git\ncd vibecoder\n\n# Install with dependencies\npip install .\n\n```\n\n## Usage\n\nOnce installed, you can start the REPL interface:\n\n```bash\npython -m vibecoder.main\n```\nUpon starting, you'll find VibeCoder responsive to typed commands and prompts. Type `/help` within the REPL for a list of available commands.\n\n## Extending VibeCoder\n\nYou can add new tools to enhance the agent's capabilities. Each tool consists of implementing a new subclass of the `Tool` base class located in `vibecoder/tools`, alongside its usage documentation and test cases:\n\n- Create a subclass `NewTool(Tool)` in `vibecoder/tools/new_tool.py`.\n- Add a usage description in `vibecoder/prompts/tools/new_tool.md`.\n- Write unit tests in `tests/tools/test_new_tool.py`.\n\nFor more details, see the documentation in the `docs/` directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnairbv%2Fvibecoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnairbv%2Fvibecoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnairbv%2Fvibecoder/lists"}