# inula-intelligent-operation **Repository Path**: openInula/inula-intelligent-operation ## Basic Information - **Project Name**: inula-intelligent-operation - **Description**: openInula智能操作项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-07 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. 项目安装过程 ```bash cd CopilotKit pnpm i pnpm turbo build ``` ## 2. 配置.env ## 3. 运行copilot-chat,打开对话框 ### 1、启动CopilotKit/packages/copilot-chat/backend ```bash cd CopilotKit/packages/copilot-chat/backend python -m venv venv # Windows: venv\Scripts\activate source venv/bin/activate pip install -r requirements.txt python server.py ``` ### 2、启动CopilotKit/packages/copilot-chat/frontend ```bash cd CopilotKit/packages/copilot-chat/frontend npm run dev ```