- Delegate legacy BFS navigation to structure-based GOAP system - Harden Situational Awareness Engine (SAE) for modal and obstacle clearance - Fix device sizing calculations during mocked humanized scrolls - Remove deprecated V8 test stubs and legacy debug entrypoints - Stabilize Telepathic Engine context parsing thresholds Result: 66/66 E2E and integration tests passing
47 lines
2.1 KiB
YAML
47 lines
2.1 KiB
YAML
# ════════════════════════════════════════════════════════════════════════════
|
|
# 🤖 AUTONOMOUS AGENT CONFIGURATION
|
|
# ════════════════════════════════════════════════════════════════════════════
|
|
# Das ist das "Brain" deines Bots. Keine abstrakten Klick-Raten oder
|
|
# Prozentwerte mehr. Sag dem Bot einfach, wer er ist und was er tun soll.
|
|
|
|
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"
|
|
|
|
mission:
|
|
# Wie soll sich der Bot generell verhalten?
|
|
# - aggressive_growth: Sucht permanent nach neuen Profilen (Explore/Reels)
|
|
# - community_builder: Fokussiert sich stark auf den eigenen Feed und Home-Tab
|
|
# - stealth_lurker: Liest viel, interagiert aber nur bei extrem hoher Relevanz
|
|
# - passive_learning: "Dry-Run" Modus. Der Bot navigiert, lernt UI-Elemente und analysiert Profile, führt aber NIE Likes/Kommentare/Follows aus.
|
|
strategy: "aggressive_growth"
|
|
|
|
# Wie kritisch ist der Bot bei fremden Posts? (Hoch = nur Meisterwerke, Niedrig = fast alles)
|
|
selectivity_threshold: "high"
|
|
|
|
# Wen sucht der Bot?
|
|
target_audience: "travel, landscape, nature, mountain photography, wanderlust"
|
|
|
|
# Was hasst der Bot absolut? (Sofortiger Skip)
|
|
blacklist_topics: "onlyfans, nsfw, sale, discount, promo, 18+, giveaway, crypto"
|
|
|
|
limits:
|
|
# Wie viele Stunden am Tag darf der Bot maximal arbeiten?
|
|
daily_budget_hours: 2.5
|
|
|
|
# Maximale Kommentare pro Tag (Sicherheitsnetz)
|
|
max_comments_per_day: 40
|
|
|
|
# ── Infrastructure (Nur für Entwickler) ──
|
|
device: 192.168.1.206:46557
|
|
app-id: com.instagram.android
|
|
ai-model: qwen3.5:latest
|
|
ai-model-url: http://localhost:11434/api/generate
|
|
debug: true
|
|
speed-multiplier: 1.0
|
|
|