File size: 10,816 Bytes
74d8e8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
#!/usr/bin/env python3
"""
DeepCode CLI - Open-Source Code Agent
ๆทฑๅบฆไปฃ็ CLI - ๅผ€ๆบไปฃ็ ๆ™บ่ƒฝไฝ“

๐Ÿงฌ Data Intelligence Lab @ HKU
โšก Revolutionizing Research Reproducibility through Multi-Agent Architecture
"""

import os
import sys
import asyncio
import argparse

# ็ฆๆญข็”Ÿๆˆ.pycๆ–‡ไปถ
os.environ["PYTHONDONTWRITEBYTECODE"] = "1"

# ๆทปๅŠ ้กน็›ฎๆ น็›ฎๅฝ•ๅˆฐ่ทฏๅพ„
current_dir = os.path.dirname(os.path.abspath(__file__))
parent_dir = os.path.dirname(current_dir)
if parent_dir not in sys.path:
    sys.path.insert(0, parent_dir)

# ๅฏผๅ…ฅCLIๅบ”็”จ
from cli.cli_app import CLIApp, Colors


def print_enhanced_banner():
    """ๆ˜พ็คบๅขžๅผบ็‰ˆๅฏๅŠจๆจชๅน…"""
    banner = f"""
{Colors.CYAN}โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                                                                              โ•‘
โ•‘    {Colors.BOLD}{Colors.MAGENTA}๐Ÿงฌ DeepCode - Open-Source Code Agent{Colors.CYAN}                              โ•‘
โ•‘                                                                              โ•‘
โ•‘    {Colors.BOLD}{Colors.YELLOW}โšก DATA INTELLIGENCE LAB @ HKU โšก{Colors.CYAN}                                โ•‘
โ•‘                                                                              โ•‘
โ•‘    Revolutionizing research reproducibility through collaborative AI         โ•‘
โ•‘    Building the future where code is reproduced from natural language       โ•‘
โ•‘                                                                              โ•‘
โ•‘    {Colors.BOLD}{Colors.GREEN}๐Ÿค– Key Features:{Colors.CYAN}                                                    โ•‘
โ•‘    โ€ข Automated paper-to-code reproduction                                   โ•‘
โ•‘    โ€ข Multi-agent collaborative architecture                                 โ•‘
โ•‘    โ€ข Open-source and extensible design                                      โ•‘
โ•‘    โ€ข Join our growing research community                                    โ•‘
โ•‘                                                                              โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•{Colors.ENDC}
"""
    print(banner)


def check_environment():
    """ๆฃ€ๆŸฅ่ฟ่กŒ็Žฏๅขƒ"""
    print(f"{Colors.CYAN}๐Ÿ” Checking environment...{Colors.ENDC}")

    # ๆฃ€ๆŸฅPython็‰ˆๆœฌ
    if sys.version_info < (3, 8):
        print(
            f"{Colors.FAIL}โŒ Python 3.8+ required. Current: {sys.version}{Colors.ENDC}"
        )
        return False

    print(f"{Colors.OKGREEN}โœ… Python {sys.version.split()[0]} - OK{Colors.ENDC}")

    # ๆฃ€ๆŸฅๅฟ…่ฆๆจกๅ—
    required_modules = [
        ("asyncio", "Async IO support"),
        ("pathlib", "Path handling"),
        ("typing", "Type hints"),
    ]

    missing_modules = []
    for module, desc in required_modules:
        try:
            __import__(module)
            print(f"{Colors.OKGREEN}โœ… {desc} - OK{Colors.ENDC}")
        except ImportError:
            missing_modules.append(module)
            print(f"{Colors.FAIL}โŒ {desc} - Missing{Colors.ENDC}")

    if missing_modules:
        print(
            f"{Colors.FAIL}โŒ Missing required modules: {', '.join(missing_modules)}{Colors.ENDC}"
        )
        return False

    print(f"{Colors.OKGREEN}โœ… Environment check passed{Colors.ENDC}")
    return True


def parse_arguments():
    """่งฃๆžๅ‘ฝไปค่กŒๅ‚ๆ•ฐ"""
    parser = argparse.ArgumentParser(
        description="DeepCode CLI - Open-Source Code Agent by Data Intelligence Lab @ HKU",
        formatter_class=argparse.RawDescriptionHelpFormatter,
        epilog=f"""
{Colors.BOLD}Examples:{Colors.ENDC}
  {Colors.CYAN}python main_cli.py{Colors.ENDC}                               # Interactive mode
  {Colors.CYAN}python main_cli.py --file paper.pdf{Colors.ENDC}                # Process file directly
  {Colors.CYAN}python main_cli.py --url https://...{Colors.ENDC}               # Process URL directly
  {Colors.CYAN}python main_cli.py --chat "Build a web app..."{Colors.ENDC}     # Process chat requirements
  {Colors.CYAN}python main_cli.py --optimized{Colors.ENDC}                     # Use optimized mode
  {Colors.CYAN}python main_cli.py --disable-segmentation{Colors.ENDC}          # Disable document segmentation
  {Colors.CYAN}python main_cli.py --segmentation-threshold 30000{Colors.ENDC}  # Custom segmentation threshold

{Colors.BOLD}Pipeline Modes:{Colors.ENDC}
  {Colors.GREEN}Comprehensive{Colors.ENDC}: Full intelligence analysis with indexing
  {Colors.YELLOW}Optimized{Colors.ENDC}:     Fast processing without indexing

{Colors.BOLD}Document Processing:{Colors.ENDC}
  {Colors.BLUE}Smart Segmentation{Colors.ENDC}: Intelligent document segmentation for large papers
  {Colors.MAGENTA}Supported Formats{Colors.ENDC}: PDF, DOCX, DOC, PPT, PPTX, XLS, XLSX, HTML, TXT, MD
        """,
    )

    parser.add_argument(
        "--file", "-f", type=str, help="Process a specific file (PDF, DOCX, TXT, etc.)"
    )

    parser.add_argument(
        "--url", "-u", type=str, help="Process a research paper from URL"
    )

    parser.add_argument(
        "--chat",
        "-t",
        type=str,
        help="Process coding requirements via chat input (provide requirements as argument)",
    )

    parser.add_argument(
        "--optimized",
        "-o",
        action="store_true",
        help="Use optimized mode (skip indexing for faster processing)",
    )

    parser.add_argument(
        "--disable-segmentation",
        action="store_true",
        help="Disable intelligent document segmentation (use traditional full-document processing)",
    )

    parser.add_argument(
        "--segmentation-threshold",
        type=int,
        default=50000,
        help="Document size threshold (characters) to trigger segmentation (default: 50000)",
    )

    parser.add_argument(
        "--verbose", "-v", action="store_true", help="Enable verbose output"
    )

    return parser.parse_args()


async def run_direct_processing(app: CLIApp, input_source: str, input_type: str):
    """็›ดๆŽฅๅค„็†ๆจกๅผ๏ผˆ้žไบคไบ’ๅผ๏ผ‰"""
    try:
        print(
            f"\n{Colors.BOLD}{Colors.CYAN}๐Ÿš€ Starting direct processing mode...{Colors.ENDC}"
        )
        print(f"{Colors.CYAN}Input: {input_source}{Colors.ENDC}")
        print(f"{Colors.CYAN}Type: {input_type}{Colors.ENDC}")
        print(
            f"{Colors.CYAN}Mode: {'๐Ÿง  Comprehensive' if app.cli.enable_indexing else 'โšก Optimized'}{Colors.ENDC}"
        )

        # ๅˆๅง‹ๅŒ–ๅบ”็”จ
        init_result = await app.initialize_mcp_app()
        if init_result["status"] != "success":
            print(
                f"{Colors.FAIL}โŒ Initialization failed: {init_result['message']}{Colors.ENDC}"
            )
            return False

        # ๅค„็†่พ“ๅ…ฅ
        result = await app.process_input(input_source, input_type)

        if result["status"] == "success":
            print(
                f"\n{Colors.BOLD}{Colors.OKGREEN}๐ŸŽ‰ Processing completed successfully!{Colors.ENDC}"
            )
            return True
        else:
            print(
                f"\n{Colors.BOLD}{Colors.FAIL}โŒ Processing failed: {result.get('error', 'Unknown error')}{Colors.ENDC}"
            )
            return False

    except Exception as e:
        print(f"\n{Colors.FAIL}โŒ Direct processing error: {str(e)}{Colors.ENDC}")
        return False
    finally:
        await app.cleanup_mcp_app()


async def main():
    """ไธปๅ‡ฝๆ•ฐ"""
    # ่งฃๆžๅ‘ฝไปค่กŒๅ‚ๆ•ฐ
    args = parse_arguments()

    # ๆ˜พ็คบๆจชๅน…
    print_enhanced_banner()

    # ๆฃ€ๆŸฅ็Žฏๅขƒ
    if not check_environment():
        print(
            f"\n{Colors.FAIL}๐Ÿšจ Environment check failed. Please fix the issues and try again.{Colors.ENDC}"
        )
        sys.exit(1)

    try:
        # ๅˆ›ๅปบCLIๅบ”็”จ
        app = CLIApp()

        # ่ฎพ็ฝฎ้…็ฝฎ
        if args.optimized:
            app.cli.enable_indexing = False
            print(
                f"\n{Colors.YELLOW}โšก Optimized mode enabled - indexing disabled{Colors.ENDC}"
            )
        else:
            print(
                f"\n{Colors.GREEN}๐Ÿง  Comprehensive mode enabled - full intelligence analysis{Colors.ENDC}"
            )

        # Configure document segmentation settings
        if hasattr(args, "disable_segmentation") and args.disable_segmentation:
            print(
                f"\n{Colors.MAGENTA}๐Ÿ“„ Document segmentation disabled - using traditional processing{Colors.ENDC}"
            )
            app.segmentation_config = {
                "enabled": False,
                "size_threshold_chars": args.segmentation_threshold,
            }
        else:
            print(
                f"\n{Colors.BLUE}๐Ÿ“„ Smart document segmentation enabled (threshold: {args.segmentation_threshold} chars){Colors.ENDC}"
            )
            app.segmentation_config = {
                "enabled": True,
                "size_threshold_chars": args.segmentation_threshold,
            }

        # ๆฃ€ๆŸฅๆ˜ฏๅฆไธบ็›ดๆŽฅๅค„็†ๆจกๅผ
        if args.file or args.url or args.chat:
            if args.file:
                # ้ชŒ่ฏๆ–‡ไปถๅญ˜ๅœจ
                if not os.path.exists(args.file):
                    print(f"{Colors.FAIL}โŒ File not found: {args.file}{Colors.ENDC}")
                    sys.exit(1)
                success = await run_direct_processing(app, args.file, "file")
            elif args.url:
                success = await run_direct_processing(app, args.url, "url")
            elif args.chat:
                # ้ชŒ่ฏchat่พ“ๅ…ฅ้•ฟๅบฆ
                if len(args.chat.strip()) < 20:
                    print(
                        f"{Colors.FAIL}โŒ Chat input too short. Please provide more detailed requirements (at least 20 characters){Colors.ENDC}"
                    )
                    sys.exit(1)
                success = await run_direct_processing(app, args.chat, "chat")

            sys.exit(0 if success else 1)
        else:
            # ไบคไบ’ๅผๆจกๅผ
            print(f"\n{Colors.CYAN}๐ŸŽฎ Starting interactive mode...{Colors.ENDC}")
            await app.run_interactive_session()

    except KeyboardInterrupt:
        print(f"\n{Colors.WARNING}โš ๏ธ  Application interrupted by user{Colors.ENDC}")
        sys.exit(1)
    except Exception as e:
        print(f"\n{Colors.FAIL}โŒ Application errors: {str(e)}{Colors.ENDC}")
        sys.exit(1)


if __name__ == "__main__":
    asyncio.run(main())