MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / CodeWikiDeps

Class CodeWikiDeps

codewiki/src/be/agent_tools/deps.py:6–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5@dataclass
6class CodeWikiDeps:
7 absolute_docs_path: str
8 absolute_repo_path: str
9 registry: dict
10 components: dict[str, Node]
11 path_to_current_module: list[str]
12 current_module_name: str
13 module_tree: dict[str, any]
14 max_depth: int
15 current_depth: int
16 config: Config # LLM configuration
17 custom_instructions: str = None

Callers 2

run_module_agentMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected