Docs.rs
ralph-coder-0.2.1
ralph-coder 0.2.1
Docs.rs crate page
MIT
11 July 2026
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
akkeshavan
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
chrono ^0.4
normal
clap ^4
normal
colored ^2
normal
ctrlc ^3
normal
dirs ^5
normal
futures-util ^0.3
normal
ignore ^0.4
normal
indicatif ^0.17
normal
regex ^1
normal
reqwest ^0.12
normal
rustyline ^14
normal
serde ^1
normal
serde_json ^1
normal
similar ^2
normal
thiserror ^2
normal
tiktoken-rs ^0.5
normal
tokio ^1
normal
toml ^0.8
normal
uuid ^1
normal
mockito ^1
dev
tempfile ^3
dev
tokio ^1
dev
Versions
28.46%
of the crate is documented
This release has been yanked
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module search_tools
ralph
0.2.1
Module search_
tools
Module Items
Functions
In ralph::
tools
ralph
::
tools
Module
search_
tools
Copy item path
Source
Functions
§
glob_
files
List files matching a glob pattern. Returns sorted relative paths.
search_
available
Returns true when web search is available: either BRAVE_API_KEY or SERP_API_KEY is set in the environment. Web search is provider-agnostic — the user must supply their own search API key.
search_
codebase
Search workspace with optional glob filter (e.g.
"*.py"
) and context lines.
search_
codebase_
filtered
search_
in_
file
Search a single file for a regex pattern, returning matching lines with optional context. Marks matching lines with
>
.
search_
web
Perform a web search using whichever API key is available. Brave takes priority over SerpAPI if both are set.