fix(sae): stabilize navigation engine, fix container filtering, and negative reinforcement logic

This commit is contained in:
2026-04-25 13:09:12 +02:00
parent ad1af4edfe
commit 77e8251aa7
43 changed files with 4107 additions and 4075 deletions

View File

@@ -7,7 +7,7 @@
identity:
# Unter welchem Account operiert der Bot?
username: "marisaundmarc"
# Wer ist der Bot? (Wichtig für die KI-Kommentare und Profil-Analyse)
persona: "Travel blogger, landscape photographer, and outdoors enthusiast"
vibe: "friendly, authentic, helpful, and appreciative of good art"
@@ -19,14 +19,14 @@ mission:
# - stealth_lurker: Liest viel, interagiert aber nur bei extrem hoher Relevanz
# - passive_learning: "Dry-Run" Modus. Bot navigiert und lernt, führt aber NIE Aktionen aus.
strategy: "aggressive_growth"
# Wie kritisch ist der Bot bei fremden Posts? (Hoch = nur Meisterwerke, Niedrig = fast alles)
selectivity_threshold: "high"
selectivity_threshold: "high"
# Wen sucht der Bot? (Alias für target-audience)
target_audience: "travel, landscape, nature, mountain photography, wanderlust"
# persona_interests: "travel, landscape, nature" # Alternative zu target_audience
# Was hasst der Bot absolut? (Sofortiger Skip)
blacklist_topics: "onlyfans, nsfw, sale, discount, promo, 18+, giveaway, crypto"
@@ -46,17 +46,17 @@ interactions:
comment_percentage: 40 # Moderater Wert, da Kommentare "dry" sind
follow_percentage: 100 # IMMER folgen, wenn das Profil als relevant bewertet wurde
stories_percentage: 100 # IMMER Stories schauen, um menschlich zu wirken
# Detail-Limits pro Profil/Post
likes_count: "2-3" # 2-3 schnelle Likes auf dem Profil hinterlassen (sehr starkes Signal)
stories_count: "1-2" # 1-2 Stories anschauen (sehr menschliches Verhalten)
# Comment Dry Run: Wenn true, überlegt sich die AI geniale Kommentare, postet sie aber nicht in echt.
dry_run_comments: true
# Wahrscheinlichkeit (in Prozent), fremde Profile VOR dem Kommentieren tiefgründig zu analysieren
profile_learning_percentage: 100 # IMMER Profile analysieren -> Trigger für den Follow/Like Flow
# Wahrscheinlichkeit (in Prozent), das Bild visuell zu analysieren (Screenshot -> LLM), bevor interagiert wird
visual_vibe_check_percentage: 100
@@ -76,7 +76,7 @@ limits:
daily_budget_hours: 2.5
# working_hours: "09:00-21:00" # In welchem Fenster der Bot laufen darf
# time_delta_session: "60-120" # Minuten Pause zwischen Sessions
# Absolute Sicherheitsnetze pro Tag/Lauf
max_comments_per_day: 40
# total_likes_limit: 300
@@ -97,7 +97,7 @@ limits:
ignore_close_friends: true # Ignoriere alles (Posts/Stories) von "Enge Freunde"
# ── Infrastructure & System (Nur für Entwickler) ──
device: 192.168.1.206:34201
device: 192.168.1.206:42171
app-id: com.instagram.android
debug: true