/** * agent-python - Python Agent SDK * * 提供 Python 智能体通信库的 npm 包装 */ /** * 获取 agentcp 模块的路径 */ export declare function getAgentCPPath(): string; /** * 获取版本号 */ export declare function getVersion(): string;