Commit graph

3 commits

Author SHA1 Message Date
oho
be7d27f663 docs: consolidate documentation and fix redundancies
- Add MACOS_APP_MANUAL.md reference to docs/index.md
- Streamline QUICKSTART.md macOS section (reference full manual)
- Update USER_MANUAL.md Quick Start to use ./alpha workflow
- Clarify that python cli.py is for advanced usage
- Fix venv naming consistency (.venv throughout)
2026-01-13 08:17:35 +01:00
oho
1c66f3b254 docs: Add comprehensive macOS menu bar app documentation
- Create docs/MACOS_APP_MANUAL.md with full documentation:
  - Installation and build instructions
  - Menu bar interface guide with keyboard shortcuts
  - Preferences configuration (General, LLM, Network, Notifications)
  - Real-time updates via WebSocket
  - Network modes (localhost vs LAN)
  - Troubleshooting section
  - Development guide with project structure
  - FAQ section

- Update README.md:
  - Add native macOS app to "What You Get" section
  - Update architecture diagram to show menu bar app
  - Add macOS app manual to documentation table
  - Update project structure to include macos-app directory
2026-01-12 23:32:57 +01:00
oho
774f8b3f61 Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness
A comprehensive autonomous trading system for Polymarket prediction markets
featuring multi-LLM provider support, a native macOS menu bar app, and a
web-based control dashboard.

Key features:
- Multi-agent trading system (Research, Risk, Execution, Reflection agents)
- LLM provider flexibility (Anthropic, OpenAI, Google, xAI, Local models)
- Automatic provider fallback chain for resilience
- Native Swift/SwiftUI macOS menu bar application
- FastAPI web dashboard with real-time WebSocket updates
- Risk management with kill switch
- Technical indicators and market analysis
2026-01-12 23:04:58 +01:00