Skip to main content

aanalyze_codebase

AsyncMethod
This is a method of the ContextAgent class in the context_agent module.
Async version of analyze_codebase. Uses async subprocess for non-blocking execution.

Signature

async def aanalyze_codebase(project_path: str) -> Dict[str, Any]

Parameters

project_path
str
required
No description available.

Returns

Returns
Dict[str, Any]
The result of the operation.