This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "context": { | |
| "companyName": "klklklkl", | |
| "industry": "consumer-products", | |
| "focusAreas": "", | |
| "searchAperture": { | |
| "technologyLens": "tech-agnostic", | |
| "technologyLensNotes": {}, | |
| "guidance": {}, | |
| "modalities": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "text": "Slash command: /deep-research\nTitle: Deep research\nCategory: Research\nUser input: the current project context\n\nTask:\nUse the deep-research skill to investigate: the current project context\n\nExecution instructions:\n- Use the selected project context and this thread history. Do not include sibling thread history.\n- Call out source strength, gaps, and assumptions. Distinguish verified evidence from inference.\n- Return a concise, decision-useful answer with concrete next actions.\n- If the command changes candidates or clusters, explain what changed and what may need refresh afterward.", | |
| "slashCommand": { | |
| "command": "/deep-research", | |
| "title": "Deep research", | |
| "group": "Research", | |
| "visibleText": "/deep-research", | |
| "expandedPrompt": "Slash command: /deep-research\nTitle: Deep research\nCategory: Research\nUser input: the current project context\n\nTask:\nUse the deep-research skill to investigate: the current project context\n\nExecution instructi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "project_id": "27d61dd4-d985-4b4c-96ff-2e4c73069a75", | |
| "location_id": "44f16e37-fc0f-4224-a587-0eed5cb1b043", | |
| "component_id": "6871e61d-8f56-4e7c-9ccb-6bb31b6ccc93", | |
| "index_code": "climtn", | |
| "climatology_data": { | |
| "min_temp": { | |
| "low": { | |
| "1": -6.394723510742188, | |
| "2": -4.5404052734375, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "location": { | |
| "name": "Point 1", | |
| "location_id": "44f16e37-fc0f-4224-a587-0eed5cb1b043", | |
| "coordinate": { | |
| "type": "geometry", | |
| "geometry": { | |
| "type": "MultiPoint", | |
| "coordinates": [ | |
| [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "location_id": "4aaae452-f477-478b-a27f-94e5c7a6408a", | |
| "index_code": "climpr", | |
| "data": { | |
| "1": 38.13852391216846, | |
| "2": 40.59332112594048, | |
| "3": 48.90865605618583, | |
| "4": 28.875093504055865, | |
| "5": 7.852818637567383, | |
| "6": 0.17940418075643805, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "location": { | |
| "name": "Point 3", | |
| "location_id": "4aaae452-f477-478b-a27f-94e5c7a6408a", | |
| "coordinate": { | |
| "type": "geometry", | |
| "geometry": { | |
| "type": "MultiPoint", | |
| "coordinates": [ | |
| [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "project_id": "27d61dd4-d985-4b4c-96ff-2e4c73069a75", | |
| "component_id": "6871e61d-8f56-4e7c-9ccb-6bb31b6ccc93", | |
| "locations": [ | |
| { | |
| "name": "Point 1", | |
| "location_id": "44f16e37-fc0f-4224-a587-0eed5cb1b043", | |
| "coordinate": { | |
| "type": "geometry", | |
| "geometry": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "project_id": "2844afce-b219-4a01-a74b-448676a363ea", | |
| "component_id": "a19e6487-9ba0-46ac-88a7-fb2d1223a3f7", | |
| "component_name": "chain", | |
| "locations": [ | |
| { | |
| "component": "a19e6487-9ba0-46ac-88a7-fb2d1223a3f7", | |
| "name": "Point 1", | |
| "location_id": "efe01c22-6a11-4dc6-8398-fbe953673d28", | |
| "coordinate": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| βββ case | |
| βββ Case study | |
| β βββ Case-Study-dashboard | |
| β β βββ backend-django | |
| β β β βββ analysis | |
| β β β β βββ __init__.py | |
| β β β β βββ admin.py | |
| β β β β βββ apps.py | |
| β β β β βββ migrations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package client; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Scanner; | |
| import java.util.concurrent.BlockingQueue; | |
| public class TerminalWhatsApp extends Thread { | |
| private final BlockingQueue<String> queue; |
NewerOlder