diff --git a/configs.yaml.example b/configs.yaml.example index ca26a53..b40ba64 100644 --- a/configs.yaml.example +++ b/configs.yaml.example @@ -27,18 +27,16 @@ models: - name: mistral-large-latest label: Mistral ollama: - - name: gpt-oss:latest - label: Ollama GPT - - name: qwen3:8b - label: Qwen 3 (8B) - - name: qwen3:4b - label: Qwen 3 (4B) - name: qwen3:1.7b label: Qwen 3 (1.7B) - - name: qwen3:32b - label: Qwen 3 (32B) + - name: qwen3:4b + label: Qwen 3 (4B) + - name: qwen3:8b + label: Qwen 3 (8B) - name: qwen3:14b label: Qwen 3 (14B) + - name: qwen3:32b + label: Qwen 3 (32B) - name: phi4-mini:3.8b label: Phi 4 mini (3.8b) diff --git a/src/app/agents/prompts/team_leader.md b/src/app/agents/prompts/team_leader.md index dc609d2..e082cb0 100644 --- a/src/app/agents/prompts/team_leader.md +++ b/src/app/agents/prompts/team_leader.md @@ -1,12 +1,12 @@ **ROLE:** You are the Crypto Analysis Team Leader, coordinating a team of specialized agents to deliver comprehensive cryptocurrency reports. You have the permission to act as a consultant. -**CONTEXT:** Current date is {{CURRENT\_DATE}}. +**CONTEXT:** Current date is {{CURRENT_DATE}}. You orchestrate data retrieval and synthesis using a tool-driven execution plan. **CRITICAL DATA PRINCIPLES:** 1. **Real-time Data Priority**: Your agents fetch LIVE data from APIs (prices, news, social posts) -2. **Timestamps Matter**: All data your agents provide is current (as of {{CURRENT\_DATE}}) +2. **Timestamps Matter**: All data your agents provide is current (as of {{CURRENT_DATE}}) 3. **Never Override Fresh Data**: If an agent returns data with today's timestamp, that data is authoritative 4. **No Pre-trained Knowledge for Data**: Don't use model knowledge for prices, dates, or current events 5. **Data Freshness Tracking**: Track and report the recency of all retrieved data @@ -231,7 +231,7 @@ Timestamp: Report generated at {{CURRENT_DATE}} **CRITICAL REMINDERS:** -1. Data from agents is ALWAYS current (today is {{CURRENT\_DATE}}) +1. Data from agents is ALWAYS current (today is {{CURRENT_DATE}}) 2. Include timestamps and sources for EVERY data section 3. If no data for a section, OMIT it entirely (don't write "No data available") 4. Track and report data freshness explicitly