{"id":17318984,"url":"https://github.com/liamconnell/codelabyrinth","last_synced_at":"2025-07-04T12:02:06.436Z","repository":{"id":168094960,"uuid":"643716624","full_name":"LiamConnell/codelabyrinth","owner":"LiamConnell","description":"Code Labyrinth is a tool for using LLM chatbots in coding workflows. It uses Langchain and PGVector to provide context about the working codebase and relevant libraries.","archived":false,"fork":false,"pushed_at":"2023-05-22T02:31:18.000Z","size":841,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T15:26:45.930Z","etag":null,"topics":["langchain","pgvector"],"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/LiamConnell.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":"2023-05-22T02:21:02.000Z","updated_at":"2024-06-08T18:17:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e8244aa-413d-4cee-bebe-044e4a563a08","html_url":"https://github.com/LiamConnell/codelabyrinth","commit_stats":null,"previous_names":["liamconnell/codelabyrinth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiamConnell/codelabyrinth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamConnell%2Fcodelabyrinth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamConnell%2Fcodelabyrinth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamConnell%2Fcodelabyrinth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamConnell%2Fcodelabyrinth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiamConnell","download_url":"https://codeload.github.com/LiamConnell/codelabyrinth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamConnell%2Fcodelabyrinth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259884469,"owners_count":22926444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["langchain","pgvector"],"created_at":"2024-10-15T13:21:52.742Z","updated_at":"2025-06-14T21:06:15.759Z","avatar_url":"https://github.com/LiamConnell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Labyrinth\n\nCode Labyrinth is a tool for using LLM chatbots in coding workflows. \nIt uses `Langchain` and `PGVector` to provide context about the working codebase and relevant libraries.\n\n![img.png](docs/img.png)\n\n## Features\n1. Ingest document collections from any `readthedocs` website\n2. Ingest all code files from a local directory or github repo and keep them up to date\n3. Add relevant documents to the context using vectorstore similarity retrieval of questions asked to a LLM.\n4. Choose the appropriate agent for the task - simple Question-Answer agents or Plan-and-Execute agent\n5. Operate everything with a convenient user interface\n\n## Setup instructions\n1. Start the Postgres PGVector server: `docker compose up`\n2. Set up PGVector extension: `python -c \"from coder.db import install_extension; install_extension()\"`\n3. Set up python environment: `virtualenv venv \u0026\u0026 venv/bin/activate \u0026\u0026 pip install .`\n4. Start backend server: `python -m coder api`\n5. Set up frontend environment: `cd ui \u0026\u0026 npm install`\n6. Start frontend (dev) server: `npm run start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamconnell%2Fcodelabyrinth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamconnell%2Fcodelabyrinth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamconnell%2Fcodelabyrinth/lists"}