# bird-orchestration-sprint **Repository Path**: kinouta/bird-orchestration ## Basic Information - **Project Name**: bird-orchestration-sprint - **Description**: 小鸟Ai Agent 编排 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-29 - **Last Updated**: 2026-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小鸟编排 AI Agent 任务编排引擎。 ## 快速开始 ```bash # 安装依赖 uv sync --all-extras # 配置环境变量 cp .env.example .env # 启动开发服务器 uvicorn app.main:app --reload ``` ## 技术栈 - Python 3.11+ - FastAPI - LangGraph - PostgreSQL + SQLAlchemy - Milvus - Redis