# bot-codesearch **Repository Path**: mirrors_iansinnott/bot-codesearch ## Basic Information - **Project Name**: bot-codesearch - **Description**: A simple LLM bot (agent) that will search your codebase for you using built-in tools - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-30 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bot-codesearch Search your codebase! A demo of building your own LLM agent. --- To install dependencies: ```bash bun install ``` To run: ```bash bun run index.ts ```