feat: add Nailong Fund advisor capabilities

This commit is contained in:
Windows
2026-09-11 09:47:40 +08:00
parent 5907fcd6d2
commit a4499defee
143 changed files with 12255 additions and 89 deletions
+2 -1
View File
@@ -3,7 +3,7 @@ requires = ["setuptools>=75"]
build-backend = "setuptools.build_meta"
[project]
name = "jr-agent-platform"
name = "nailong-fund"
version = "0.1.0"
description = "金融系统 Agent 通用底座"
requires-python = ">=3.13,<3.14"
@@ -28,6 +28,7 @@ dependencies = [
dev = [
"pytest>=8.3,<9",
"pytest-asyncio>=0.25,<1",
"aiosqlite>=0.20,<1",
"ruff>=0.9,<1",
"mypy>=1.14,<2",
]