code-server auto-sync 2026-05-06T10:30:01+00:00
This commit is contained in:
138
projects/dttb/graphify-out/.graphify_analysis.json
Normal file
138
projects/dttb/graphify-out/.graphify_analysis.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"communities": {
|
||||
"0": [
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_114",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_153",
|
||||
"nextcloud_talk_bot_py"
|
||||
],
|
||||
"1": [
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_130",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_141",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_93",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_send_message"
|
||||
],
|
||||
"2": [
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_35",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_71"
|
||||
],
|
||||
"3": [
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"nextcloud_talk_bot_nextcloud_talk_bot_rationale_107"
|
||||
]
|
||||
},
|
||||
"cohesion": {
|
||||
"0": 0.47,
|
||||
"1": 0.4,
|
||||
"2": 0.5,
|
||||
"3": 1.0
|
||||
},
|
||||
"gods": [
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"label": "nc_request()",
|
||||
"degree": 6
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"label": "main()",
|
||||
"degree": 6
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"label": "send_message()",
|
||||
"degree": 5
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"label": "build_system_prompt()",
|
||||
"degree": 4
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"label": "get_last_message_id()",
|
||||
"degree": 4
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"label": "poll_new_messages()",
|
||||
"degree": 4
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"label": "join_room()",
|
||||
"degree": 4
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"label": "load_knowledge_base()",
|
||||
"degree": 3
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"label": "get_ai_reply()",
|
||||
"degree": 3
|
||||
},
|
||||
{
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_35",
|
||||
"label": "Load all .md files from knowledge-base repo into context string",
|
||||
"degree": 1
|
||||
}
|
||||
],
|
||||
"surprises": [
|
||||
{
|
||||
"source": "build_system_prompt()",
|
||||
"target": "main()",
|
||||
"source_files": [
|
||||
"nextcloud-talk-bot.py",
|
||||
"nextcloud-talk-bot.py"
|
||||
],
|
||||
"confidence": "EXTRACTED",
|
||||
"relation": "calls",
|
||||
"note": "Bridges community 2 \u2192 community 0"
|
||||
},
|
||||
{
|
||||
"source": "nc_request()",
|
||||
"target": "get_last_message_id()",
|
||||
"source_files": [
|
||||
"nextcloud-talk-bot.py",
|
||||
"nextcloud-talk-bot.py"
|
||||
],
|
||||
"confidence": "EXTRACTED",
|
||||
"relation": "calls",
|
||||
"note": "Bridges community 1 \u2192 community 3"
|
||||
},
|
||||
{
|
||||
"source": "nc_request()",
|
||||
"target": "poll_new_messages()",
|
||||
"source_files": [
|
||||
"nextcloud-talk-bot.py",
|
||||
"nextcloud-talk-bot.py"
|
||||
],
|
||||
"confidence": "EXTRACTED",
|
||||
"relation": "calls",
|
||||
"note": "Bridges community 1 \u2192 community 0"
|
||||
},
|
||||
{
|
||||
"source": "get_last_message_id()",
|
||||
"target": "main()",
|
||||
"source_files": [
|
||||
"nextcloud-talk-bot.py",
|
||||
"nextcloud-talk-bot.py"
|
||||
],
|
||||
"confidence": "EXTRACTED",
|
||||
"relation": "calls",
|
||||
"note": "Bridges community 3 \u2192 community 0"
|
||||
}
|
||||
],
|
||||
"tokens": {
|
||||
"input": 0,
|
||||
"output": 0
|
||||
}
|
||||
}
|
||||
@@ -8,162 +8,162 @@
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L1",
|
||||
"id": "nextcloud_talk_bot_py",
|
||||
"community": 0,
|
||||
"norm_label": "nextcloud-talk-bot.py"
|
||||
"norm_label": "nextcloud-talk-bot.py",
|
||||
"id": "nextcloud_talk_bot_py"
|
||||
},
|
||||
{
|
||||
"label": "load_knowledge_base()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L34",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"community": 2,
|
||||
"norm_label": "load_knowledge_base()"
|
||||
"norm_label": "load_knowledge_base()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base"
|
||||
},
|
||||
{
|
||||
"label": "build_system_prompt()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L70",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"community": 2,
|
||||
"norm_label": "build_system_prompt()"
|
||||
"norm_label": "build_system_prompt()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt"
|
||||
},
|
||||
{
|
||||
"label": "nc_request()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L92",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"community": 1,
|
||||
"norm_label": "nc_request()"
|
||||
"norm_label": "nc_request()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request"
|
||||
},
|
||||
{
|
||||
"label": "get_last_message_id()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L106",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"community": 3,
|
||||
"norm_label": "get_last_message_id()"
|
||||
"norm_label": "get_last_message_id()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id"
|
||||
},
|
||||
{
|
||||
"label": "poll_new_messages()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L113",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"community": 0,
|
||||
"norm_label": "poll_new_messages()"
|
||||
"norm_label": "poll_new_messages()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages"
|
||||
},
|
||||
{
|
||||
"label": "join_room()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L129",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"community": 1,
|
||||
"norm_label": "join_room()"
|
||||
"norm_label": "join_room()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_join_room"
|
||||
},
|
||||
{
|
||||
"label": "send_message()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L140",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"community": 1,
|
||||
"norm_label": "send_message()"
|
||||
"norm_label": "send_message()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_send_message"
|
||||
},
|
||||
{
|
||||
"label": "get_ai_reply()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L152",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"community": 0,
|
||||
"norm_label": "get_ai_reply()"
|
||||
"norm_label": "get_ai_reply()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply"
|
||||
},
|
||||
{
|
||||
"label": "main()",
|
||||
"file_type": "code",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L196",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"community": 0,
|
||||
"norm_label": "main()"
|
||||
"norm_label": "main()",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"label": "Load all .md files from knowledge-base repo into context string",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L35",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_35",
|
||||
"community": 2,
|
||||
"norm_label": "load all .md files from knowledge-base repo into context string"
|
||||
"norm_label": "load all .md files from knowledge-base repo into context string",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_35"
|
||||
},
|
||||
{
|
||||
"label": "Build system prompt with knowledge base",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L71",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_71",
|
||||
"community": 2,
|
||||
"norm_label": "build system prompt with knowledge base"
|
||||
"norm_label": "build system prompt with knowledge base",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_71"
|
||||
},
|
||||
{
|
||||
"label": "Nextcloud OCS API request",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L93",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_93",
|
||||
"community": 1,
|
||||
"norm_label": "nextcloud ocs api request"
|
||||
"norm_label": "nextcloud ocs api request",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_93"
|
||||
},
|
||||
{
|
||||
"label": "Get the highest message ID in the conversation",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L107",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_107",
|
||||
"community": 3,
|
||||
"norm_label": "get the highest message id in the conversation"
|
||||
"norm_label": "get the highest message id in the conversation",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_107"
|
||||
},
|
||||
{
|
||||
"label": "Long-poll for new messages after last_id",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L114",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_114",
|
||||
"community": 0,
|
||||
"norm_label": "long-poll for new messages after last_id"
|
||||
"norm_label": "long-poll for new messages after last_id",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_114"
|
||||
},
|
||||
{
|
||||
"label": "Join conversation as bot user",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L130",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_130",
|
||||
"community": 1,
|
||||
"norm_label": "join conversation as bot user"
|
||||
"norm_label": "join conversation as bot user",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_130"
|
||||
},
|
||||
{
|
||||
"label": "Send message as bot user",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L141",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_141",
|
||||
"community": 1,
|
||||
"norm_label": "send message as bot user"
|
||||
"norm_label": "send message as bot user",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_141"
|
||||
},
|
||||
{
|
||||
"label": "Get reply from Claude via cliproxy",
|
||||
"file_type": "rationale",
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L153",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_153",
|
||||
"community": 0,
|
||||
"norm_label": "get reply from claude via cliproxy"
|
||||
"norm_label": "get reply from claude via cliproxy",
|
||||
"id": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_153"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
@@ -173,9 +173,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L34",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -183,9 +183,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L70",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -193,9 +193,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L92",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -203,9 +203,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L106",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -213,9 +213,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L113",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -223,9 +223,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L129",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_join_room"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -233,9 +233,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L140",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_send_message"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -243,9 +243,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L152",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@@ -253,9 +253,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L196",
|
||||
"weight": 1.0,
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_py",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"confidence_score": 1.0
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -264,9 +264,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L72",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -274,9 +274,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L35",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_35",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_load_knowledge_base",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_35"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -285,9 +285,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L204",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -295,9 +295,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L71",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_71",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_build_system_prompt",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_71"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -306,9 +306,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L108",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -317,9 +317,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L116",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -328,9 +328,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L132",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_join_room"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -339,9 +339,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L146",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_send_message"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -349,9 +349,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L93",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_93",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_nc_request",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_93"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -360,9 +360,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L208",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -370,9 +370,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L107",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_107",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_get_last_message_id",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_107"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -381,9 +381,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L214",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -391,9 +391,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L114",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_114",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_poll_new_messages",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_114"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -402,9 +402,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L142",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_send_message"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -412,9 +412,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L130",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_130",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_join_room",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_130"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -423,9 +423,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L242",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -433,9 +433,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L141",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_141",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_send_message",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_141"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@@ -444,9 +444,9 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L249",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_main",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_main"
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
@@ -454,11 +454,11 @@
|
||||
"source_file": "nextcloud-talk-bot.py",
|
||||
"source_location": "L153",
|
||||
"weight": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_153",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"confidence_score": 1.0
|
||||
"confidence_score": 1.0,
|
||||
"source": "nextcloud_talk_bot_nextcloud_talk_bot_get_ai_reply",
|
||||
"target": "nextcloud_talk_bot_nextcloud_talk_bot_rationale_153"
|
||||
}
|
||||
],
|
||||
"hyperedges": [],
|
||||
"built_at_commit": "3220238c67f7f80ed7bf630e3aeb019d872a67da"
|
||||
"built_at_commit": "f6bf12ccf957ac62fd694aca23076d9cdedb1581"
|
||||
}
|
||||
Reference in New Issue
Block a user