MCPcopy Create free account

hub / github.com/IyadhKhalfallah/Code2Flowchart / functions

Functions22 in github.com/IyadhKhalfallah/Code2Flowchart

↓ 4 callersFunctionflowchart_template
(code)
code2flowchart/templates/prompt.py:13
↓ 4 callersFunctiongenerate_flowchart
(file_name, code)
code2flowchart/utils/flowchart/mermaid.py:7
↓ 1 callersFunctionasync_generate
(llm)
code2flowchart/utils/asyncllm/helpers.py:7
↓ 1 callersMethodasync_generate
(self, file_name, code)
code2flowchart/utils/asyncllm/AsyncFlowGenerator.py:14
↓ 1 callersFunctionasync_generate_output
(file_name, code)
code2flowchart/generators.py:18
↓ 1 callersFunctionflowchart_template
(code)
code2flowchart/templates/flowchart_prompt.py:17
↓ 1 callersMethodgenerate_concurrently
(self, owner, repo)
code2flowchart/utils/asyncllm/AsyncFlowGenerator.py:17
↓ 1 callersFunctiongenerate_output
(code)
code2flowchart/playground.py:15
↓ 1 callersFunctionget_github_files
(owner, repo)
code2flowchart/utils/extractors/githubextractor.py:9
↓ 1 callersFunctionmain
()
code2flowchart/playground.py:42
↓ 1 callersFunctionrun
()
code2flowchart/main.py:5
Method__init__
(self, temperature)
code2flowchart/utils/asyncllm/AsyncFlowGenerator.py:11
Method__init__
(self, temperature)
code2flowchart/utils/asyncllm/AbstractAsyncLLM.py:5
Method_arun
Use the tool asynchronously.
code2flowchart/tools/CodeExplanationTool.py:18
Method_arun
Use the tool asynchronously.
code2flowchart/tools/FlowchartGenTool.py:22
Method_run
Use the tool.
code2flowchart/tools/CodeExplanationTool.py:14
Method_run
Use the tool.
code2flowchart/tools/FlowchartGenTool.py:17
Methodasync_generate
(self)
code2flowchart/utils/asyncllm/AbstractAsyncLLM.py:9
Functiongenerate_concurrently
()
code2flowchart/utils/asyncllm/helpers.py:12
Methodgenerate_concurrently
(self)
code2flowchart/utils/asyncllm/AbstractAsyncLLM.py:12
Functiongenerate_output
(code)
code2flowchart/generators.py:7
Functionrun_agent
(code)
code2flowchart/playground.py:26