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

Parameters

str
required
No description available.

Returns

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

Uses

  • asyncio.get_running_loop
  • loop.run_in_executor

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 2431

Code Agent

Code Feature