alphaear-signal-tracker
v1.0.0Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if th...
详细分析 ▾
运行时依赖
版本
AlphaEar Signal Tracker Skill v1.0.0 - Initial release of signal tracking logic for finance investment signals. - Tracks and updates investment signal states (Strengthened, Weakened, Falsified, or Unchanged) based on new market information. - Outlines an agentic workflow using research, analysis, and signal evolution tracking prompts. - Integrates with `alphaear-search` and `alphaear-stock` for data gathering. - Depends on `agno` agent framework and uses a `DatabaseManager` with `sqlite3`.
安装命令 点击复制
技能文档
Overview
This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
Capabilities
1. Track Signal Evolution
1. Track Signal Evolution (Agentic Workflow)
YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md.
Workflow:
- Research: Use FinResearcher Prompt to gather facts/price for a signal.
- Analyze: Use FinAnalyst Prompt to generate the initial
InvestmentSignal. - Track: For existing signals, use Signal Tracking Prompt to assess evolution (Strengthened/Weakened/Falsified) based on new info.
Tools:
- Use
alphaear-searchandalphaear-stockskills to gather the necessary data. - Use
scripts/fin_agent.pyhelper_sanitize_signal_outputif needing to clean JSON.
Key Logic:
- Input: Existing Signal State + New Information (News/Price).
- Process:
- Output: Updated Signal.
Example Usage (Conceptual):
# This skill is currently a pattern extracted from FinAgent.
# In a future refactor, it should be a standalone utility class.
# For now, refer to scripts/fin_agent.py's track_signal method implementation.
Dependencies
-
agno(Agent framework) -
sqlite3(built-in)
Ensure DatabaseManager is initialized correctly.
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制