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.

Uses

  • asyncio.get_event_loop
  • loop.run_in_executor

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 2439