refactor: 重构 algorithm 为 ai-core 代码解析服务
- 新增 ai-core 目录,包含代码解析核心服务 - 添加 proto 定义、parser、service 模块 - 添加启动脚本和依赖配置 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
9
ai-core/parser/__init__.py
Normal file
9
ai-core/parser/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Parser module for AI-Core document processing system.
|
||||
|
||||
This module provides document parsing using Microsoft MarkItDown.
|
||||
"""
|
||||
|
||||
from .parser import Parser
|
||||
|
||||
__all__ = ["Parser"]
|
||||
Reference in New Issue
Block a user