# children_agent **Repository Path**: a13718762902163com/children_agent ## Basic Information - **Project Name**: children_agent - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-26 - **Last Updated**: 2026-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境安装 uv sync -i https://pypi.tuna.tsinghua.edu.cn/simple # 打包docker-base docker build -f Dockerfile_base -t hiden_alarm_base:v1.0 . # 打包docker-app docker build -f Dockerfile_app -t hiden_alarm_server:v1.0 . uv pip install langchain langchain-openai langchain-community uv pip install langgraph uv pip install chromadb # 向量数据库 uv pip install pypdf unstructured # 文档解析 uv pip install python-dotenv modelscope download --model BAAI/bge-small-zh-v1.5 --local_dir /data/model