README: Semble is a code search library built for agents.
README: Semble can also be used as a Python library for programmatic access, useful when building custom tooling or integrating search directly into your own code.
README: - **Zero setup**: runs on CPU with no API keys, GPU, or external services required.
README: It returns the exact code snippets they need instantly, using ~98% fewer tokens than grep+read.
README: The fastest way to get started is the interactive installer. Install [uv](https://docs.astral.sh/uv/getting-started/installation/), then run: ```bash uv tool install semble semble…