sigma-terminal 3.3.2__py3-none-any.whl → 3.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sigma/__init__.py CHANGED
@@ -1,9 +1,9 @@
1
1
  """
2
- Sigma v3.3.2 - Finance Research Agent
2
+ Sigma v3.4.1 - Finance Research Agent
3
3
 
4
4
  An elite finance research agent combining:
5
5
  - Multi-provider AI (Google Gemini, OpenAI, Anthropic, Groq, xAI, Ollama)
6
- - Real-time market data and analytics
6
+ - Real-time market data and analytics (yfinance, Polygon.io)
7
7
  - Advanced charting and visualization
8
8
  - Strategy discovery and backtesting
9
9
  - Portfolio optimization and risk management
@@ -12,15 +12,15 @@ An elite finance research agent combining:
12
12
  - Monitoring, alerts, and watchlists
13
13
  """
14
14
 
15
- __version__ = "3.3.2"
15
+ __version__ = "3.4.1"
16
16
  __author__ = "Sigma Team"
17
17
 
18
18
  # Core functionality
19
19
  from .app import launch, SigmaApp
20
20
  from .cli import main
21
21
 
22
- # Configuration
23
- from .config import get_settings, save_api_key, LLMProvider
22
+ # Configuration and Errors
23
+ from .config import get_settings, save_api_key, LLMProvider, ErrorCode, SigmaError
24
24
 
25
25
  # Data tools
26
26
  from .tools import (