Expand description
Utility functions for the VTCode agent
This module contains common utility functions that are used across different parts of the VTCode agent, helping to reduce code duplication and improve maintainability.
Structs§
- Project
Overview - Lightweight project overview extracted from workspace files
Functions§
- build_
project_ overview - Build a minimal project overview from Cargo.toml and README.md
- extract_
readme_ excerpt - Get the first meaningful section of the README/markdown as an excerpt
- extract_
toml_ str - Extract a string value from a simple TOML key assignment within [package]
- render_
pty_ output_ fn - Render PTY output in a terminal-like interface
- safe_
replace_ text - Safe text replacement with validation
- summarize_
workspace_ languages - Summarize workspace languages