forked from KylinMountain/TradingAgents-AShare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
40 lines (31 loc) · 1.77 KB
/
Copy pathLICENSE
File metadata and controls
40 lines (31 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
TradingAgents A-Share License
This project is a derivative work based on:
- Original Project: TauricResearch/TradingAgents (Apache License 2.0)
https://github.com/TauricResearch/TradingAgents
-------------------------------------------------------------------------------
1. MODIFICATIONS & ADDITIONS
-------------------------------------------------------------------------------
The following components have been significantly modified or added by the
KylinMountain/TradingAgents-AShare team:
- api/: Complete backend API layer (New)
- tradingagents/: Core multi-agent logic, dataflows, and graph architecture (Modified)
- frontend/: Full web-based dashboard (New)
The original CLI components have been removed in this version.
-------------------------------------------------------------------------------
2. LICENSING TERMS
-------------------------------------------------------------------------------
- The core logic derived from the original project remains under the
Apache License 2.0.
- All NEW components (including api/ and frontend/) and SIGNIFICANT
MODIFICATIONS to tradingagents/ are licensed under the:
PolyForm Noncommercial License 1.0.0
Specifically: You may use, modify, and distribute this software for
NON-COMMERCIAL purposes only. Commercial use requires explicit permission
from the authors.
-------------------------------------------------------------------------------
3. FULL LICENSE TEXTS
-------------------------------------------------------------------------------
For the full text of the licenses, please refer to the following:
- Apache 2.0: https://www.apache.org/licenses/LICENSE-2.0
- PolyForm Noncommercial 1.0.0: https://polyformproject.org/licenses/noncommercial/1.0.0
Copyright (c) 2026 KylinMountain / TradingAgents-AShare Team