moon-dev-ai-agents
moon-dev-ai-agents copied to clipboard
autonomous ai agents for trading in python
- Installed websocket-client dependency for real-time market monitoring - Updated requirements.txt with websocket-client==1.9.0 - Created comprehensive POLYMARKET_SETUP.md guide - Ready to run Polymarket agent with AI swarm analysis 🤖 Generated...
Perform a back test on real data for 1 year, 2 years, 5 years. Can be just with crypto, but we need some kind of validator to test this.
## Overview This PR implements a provider-agnostic LLM client interface that enables seamless switching between different LLM providers without code changes, addressing Issue #1. ## Changes ### 1. Provider-Agnostic Interface...
anyone willing to contribute with some kafka EDA ideas ?
…opment This commit introduces a major architectural overhaul of the AI trading agent system to align with a low-latency, Spec-Driven Development methodology. The changes are designed to improve performance, specialize...
**Critical Fixes:** 1. **Binance API Timeout (CRITICAL)** - Added 10-second REQUEST_TIMEOUT to Binance client initialization - Prevents bot from hanging indefinitely on `client.get_account()` calls - Location: src/binance_nice_funcs.py:34-36 2. **Sentiment Agent...
Created AI_PROMPT_EXAMPLES.md documenting 5 key AI prompts from the codebase: - Trading decision prompt (format-first decision making) - Strategy idea generator (few-shot constrained generation) - Video intro generator (aggressive constraint...
from ..core.config import * from ..core.utils import nice_funcs as n cant find the packages ..core.config