Files
zhanghongyu_0626 1ddd44a6cb Add core database support and enhance documentation
- Introduced `MYSQL_CORE_DATABASE` in `.env.example` and `settings.py` for core database configuration.
- Added `CoreReadOnlyRepository` for read-only access to the `jinrong_core` database.
- Updated `AGENTS.md`, `README.md`, and various documentation files to reflect new agent onboarding processes and project structure.
- Revised requirements in `requirements.txt` to include `langgraph` and `langchain-core`.
- Enhanced `FLOW.md` with local bootstrap instructions for setting up the core simulation environment.
- Added new scripts for database creation and seeding for the core simulation library.
- Improved overall documentation for clarity on project architecture and memory management.
- Updated `TODO.md` to reflect current development priorities and tasks.
2026-09-05 17:39:16 +08:00
..

技术选型与版本

本目录:开发环境已定型的技术栈、版本号、部署方式,以及 四 Agent 统一鉴权规范。
表结构 / Redis / Milvus Collection 设计见 ../项目框架设计/表设计/。

文档 说明
01-技术栈与版本.md 组件版本、连接方式、Windows 原生部署决策
02-JWT-RBAC鉴权手册.md 四 Agent 统一 JWT + RBAC + 数据归属校验(F-01)