Install
openclaw skills install @chen6896qqwee/dawn-proactive-agentDawn Agent v1.5 self-evolution proactive architecture. P0-P4 framework for autonomous ETF trading agent with self-reflection, state machine, audit trail, multi-dimension scoring, and safety guardrails.
openclaw skills install @chen6896qqwee/dawn-proactive-agentAn autonomous, self-evolving ETF trading agent architecture designed for the A-share market.
┌─────────────────────────────────────────────────────┐
│ Dawn Proactive Agent v1.5 │
├─────────────────────────────────────────────────────┤
│ P0: dawn_reflect.py Hermes-inspired reflection │
│ P1: dawn_state.py LangGraph state machine │
│ P2: dawn_audit.py RagaAI audit trail │
│ P3: dawn_analysis.py ai-berkshire 4D scoring │
│ P4: dawn_guardrails.py OpenAI Agents safety │
├─────────────────────────────────────────────────────┤
│ Active in: 华泰柏瑞杯ETF AI交易巅峰赛 │
│ Period: 2026/6/11 - 2026/7/20 │
│ Portfolio: 8 ETFs, ~¥1M AUM │
└─────────────────────────────────────────────────────┘
dawn_reflect.py)Hermes-inspired post-trade reflection. After every portfolio adjustment, automatically extracts lessons learned and loads them into the next decision cycle.
.learnings/ structured log systemdawn_state.py)LangGraph-inspired workflow orchestration with checkpoint/resume.
dawn_audit.py)RagaAI-inspired immutable decision logging.
dawn_analysis.py)ai-berkshire-inspired composite scoring for ETF selection.
dawn_guardrails.py)OpenAI Agents SDK-inspired transaction safety checks.
python scripts/dawn_proactive.py --action morning
python scripts/dawn_proactive.py --action afternoon
python scripts/dawn_proactive.py --action midday
python scripts/dawn_etf_rotator.py --execute
| File | Purpose |
|---|---|
scripts/dawn_proactive.py | Main orchestrator |
scripts/dawn_etf_rotator.py | ETF rotation strategy |
scripts/dawn_reflect.py | P0: Self-reflection |
scripts/dawn_state.py | P1: State machine |
scripts/dawn_audit.py | P2: Audit trail |
scripts/dawn_analysis.py | P3: 4D scoring |
scripts/dawn_guardrails.py | P4: Safety guardrails |
scripts/dawn_memory_sync.py | L1↔L3 memory sync |
scripts/dawn_collector.py | Market data collection |
scripts/dawn_selector.py | ETF selection logic |
scripts/dawn_monitor.py | Real-time monitoring |
See samples/proactive_demo.md for a full session trace.