Discover and explore top open-source AI tools and projects—updated daily.
ygwygAI-powered autonomous trading agent
New!
Top 50.1% on SourcePulse
MAHORAGA is an autonomous, LLM-powered trading agent designed for 24/7 operation, leveraging social sentiment analysis and AI to learn and adapt. It targets developers and power users interested in algorithmic trading, offering a sophisticated framework for executing trades across cryptocurrencies and options via Alpaca, with flexible AI model integration.
How It Works
The agent runs on Cloudflare Workers and Durable Objects for persistent, 24/7 execution without local hardware. It monitors social sentiment from StockTwits, Reddit, and Twitter, then uses AI models (OpenAI, Anthropic, Google, xAI, DeepSeek) via AI SDK or Cloudflare AI Gateway for signal analysis. Trades are executed through Alpaca. Key architectural choices include state persistence, automatic restarts, and staleness detection for adaptive trading.
Quick Start & Requirements
npm install, configure Cloudflare resources (D1, KV) via wrangler, and set secrets for API keys and tokens.npx wrangler deploy.curl commands to API endpoints.docs/harness.html.Highlighted Details
2 days ago
Inactive