MiMiMo 🔺
5K posts

MiMiMo 🔺
@mimimoeth
CS | @loop__creative | fully onchain
onchain Katılım Mayıs 2023
1.4K Takip Edilen3.6K Takipçiler

@0xDonOmar Her market kendine has döngülere sahiptir. Bu döngüler koşullar değişse de birbirini takip ederler.
Türkçe

Her market kendine has döngülere sahiptir. Bu döngüler koşullar değişse de birbirini takip ederler.
Bitcoin'de kendine has bearish ve bullish döngüye sahiptir. Fiyat hareketleri değişse de, aktörler değişse de, haberler değişse de ve piyasa dinamiği değişse de cycle her zaman gerçekleşmeye devam eder.
Tek Market - 400 Gün - 3 Faz Aşaması
$BTC 400D Bearish Cycle Aşamaları Nedir?
İlk 90 Gün:
Fiyatın en güçlü bearish flowa sahip olduğu evredir.
Bu evrede Bitcoin düşüşü ile birlikte tüm altcoin marketi çöker. İndikatörler uzun süre sonra ilk defa oversold olur ve küçük akümülasyonlar yerini büyük satışlara bırakır.
Sarı Kutu - 200D Re-distribution Evresi:
Burası klasik bir re-dist. evresidir. Burada fiyat son dip hareketi için hazırlık yapar. Fiyat satış hareketine devam edebilir veya akümüle olabilir.
Bu evrede en önemli husus fiyatın hala bearish flowda olduğunu unutmamaktır.
Yeşil Kutu - FUD & Reversal Evresi: Burası artık bearish flowun son bulduğu evredir. 100 günlük süre boyunca fiyat nihai dip oluşumunu tamamlar.
Özellikle Reversal hareketleri büyük HTF likiditelerin alınması ile birlikte gerçekleşir. Son 6 - 12 - 18 Ay'larda biriktirilen likiditeler - oluşan HTF yapılar kritik rol oynamakta.
Cycle' analizinde önemli olan zamanı yanına alarak ilerlemektir.
2027 yılının sonuna kadar takip edeceğim ve uygulayacağım tek chart sizlerle..
Hepinize iyi çalışmalar dilerim..

Türkçe
MiMiMo 🔺 retweetledi

Video content creation sounds simple, but what if you don’t have time to:
• Write the script,
• Prepare the visuals,
• Generate the voiceover,
• Create the subtitles,
• And finally render the video?
This is why we built Noustiny on top of @NousResearch Hermes Agent by adding 12 generic Hermes tools + 13 generic Hermes skills, bringing the whole process into one single flow.
How does it work? Let’s take a closer look 👇
————
1- Story state: context, tree, motifs:
Hermes had no built-in narrative-state primitive for tracking canon, branching story structure, and recurring motifs.
So we added three generic Hermes tools for this:
→ story_tree_graph: Manages the story tree structure. It handles operations like canon path, descendants, and splice insertion points.
→ narrative_context_builder: Walks the canon chain and returns the live context every narrative skill should reason against. This includes recent chain, mood, and character state.
→ motif_tracker: Remembers recurring motifs across the story arc. For example, a sword introduced in beat 2 can reappear meaningfully in later scenes.
————
2- Character / cast pipeline:
Hermes had no built-in primitive for cast extraction or character continuity.
So we added a four-tool character pipeline:
→ story_copyright_detector: Handles IP scrubbing. For example, “Iron Man” is converted into an IP-free character description before the image API ever sees it.
→ character_sheet_builder: Produces 1 to 4 characters. For each character, it creates an IP-free visual description and a hero-portrait prompt. These portraits become the reference frames used across later storyboard scenes.
→ character_registry_lookup: Finds a character by name inside the cast sheet and attaches the correct portrait reference to each beat.
→ character_alias_resolver: Resolves aliases like “Mr. Stark” into the main character name. This way, the same character keeps one portrait reference even if they appear under different names.
————
3- Voice pipeline:
Hermes had no built-in primitive for audio acquisition or voice cloning.
So we added the full voice chain, and the agent dispatches it autonomously in order:
→ narration_voice_director: The director-agent reads the seed + story and returns persona_label, search_query, and fallback_query.
→ voice_sample_builder: Uses yt-dlp + ffmpeg. It accepts a URL, an 11-character ID, or a free-text query. It runs ytsearch5 with dead-video tolerance and normalizes the audio to 24 kHz mono PCM.
→ voice_clone_synthesize: Wraps ElevenLabs IVC + timestamps. The voice ID is cached by reference SHA. Per-character alignment comes through the same audio call at no extra cost.
→ voice_clone_cleanup: Frees the cached voice ID after render so orphan voices do not accumulate.
————
4- Render:
Hermes had no built-in video-render entry.
So we added the final render tool:
→ noustiny_storybook: The agent dispatches it as the final step of the chain. One tool call drives the FastAPI render service end to end and emits the mp4.
————
5- Skills: 13 generic Hermes skills added into skills/creative/:
The branching engine in Noustiny works like a council of narrative skills.
Each skill is loaded by the gateway as a system prompt and orchestrated in this order:
→ narrative-brainstorm: Proposes 2 to 3 next-checkpoint options from the canon chain.
→ narrative-writer-assist: Writes a spliced insert beat that fits the parent and child.
→ narrative-continuity-critic: Audits downstream beats against the new insert.
→ narrative-rewriter: Updates the stale beats flagged by the continuity critic.
→ narrative-judge: Approves or rejects the rewrite against the original flow.
→ narrative-scene-qa: Checks each beat for consistency, length, and register.
→ narrative-writer: Finalizes the chosen branch as polished prose.
After one splice, this cascade walks downstream by itself until the canon becomes coherent again.
————
6- Visual + IP pipeline:
On the visual side, the goal is not just generating scenes. It is also preserving character continuity and IP safety.
This pipeline runs through these skills:
→ visual-prompt-builder: Turns a beat into an IP-free image prompt and reads the character-sheet references.
→ scene-composition: Defines shot framing, scene composition, and layout rules.
→ story-copyright-detector: Skill counterpart of the same-named tool. It can be used for direct slash-command invocation.
→ character-sheet-builder: Skill counterpart of the same-named tool. Defines cast extraction rules and the IP-free portrait-prompt format used to seed character consistency across the storyboard.
→ storybook-intro: Generates the cinematic intro page for the render.
————
7- Voice skill:
→ narration-voice-director: Defines persona reasoning rules and supports the decision logic behind the same-named voice tool.
————
8- Pattern:
Hermes baseline already had the gateway, agent loop, skill registry, and tool registry.
We extended that foundation with 12 generic Hermes tools + 13 generic Hermes skills and organized the system into four main pipelines:
• story-state
• character continuity
• voice
• render
The important part is this:
Noustiny is not a hardcoded system locked inside a single app. A Telegram bot, Discord bot, CLI session, or third-party Next.js app can call the same gateway and use the same tool + skill chains.
- No app glue.
- No hardcoded prompts.
- A drop-in, registry-compatible, agent-native video creation flow.
✅Github: github.com/UfukNode/Noust…
English
MiMiMo 🔺 retweetledi

Introducing Mercury,
🔵The planet of Hermes, trade, speed, communication and intelligence.
Also my hackathon submission for @NousResearch
A skillset of how can you use your Hermes agent for absolute quant trading and on-chain fraud detect, using the dashboard data.
Mercury is written by 3 agents and me, interacting with themselves using their knowledge.
Hermes is being the star here, with the subagent producing to get the real time data from onchain and generating trading strategies.
Mercury works with a dashboard (currently build in my localhost, but you can create one with your Hermes agent too!)
The dashboard is named "Cashflow", as you can expect, it showes the whole cashflow data of an onchain wallet, or even multiple wallets, interacting with each other.
♎️An onchain complete balance sheet!
The network map is rendering with the Cashflow nodes visible.
To use Mercury you just need the wallet adress,
🤖Three subagents fire in parallel and this is the beauty of Hermes:
Cash Flow Analyzer : period-by-period inflow/outflow, token breakdown, top counterparties
Fraud Detector : runs 6 pattern checks (dust attacks, rapid transfers, mixer interaction, address poisoning, dormant activation, high fan-out)
Trading Strategy : generates trading insights from the wallet's behavior patterns
Why Hermes?
Hermes is becoming the on-chain culture for AI agents, Openclaw may be the first, but within the updates, being blockchain compatible is the main thing to give a specific role to an agent (with the tools, skills etc..)
Plus it's secure and absolutely faster.
Go try Mercury on your Hermes agent, you can also run the dashboard.
English

access codes going out right now
who needs one?
tap.fun@tapdotfun
test collection is live now free mint fcfs
English

yeniden her kadın çiçektir diyoruz
ve bu mükemmel günü en içten kutluyoruz
DREYKO TATİLDE@21wnl
kadınlarımızın kadınlar gününü kutlarım. kadınlar olmasa ICT olmazdı. kadınlar olmasa Algoritma çözülmezdi. kadınlar olmasa piyasaların şifresini bilemezdik. her kadın çiçektir. 🌹🌹🌹
Türkçe

Sen ev almamışmıydın ya da alma sürecinde? Utanmadan paylaşıyorsun birde aw Türkiye de bu aç gözlülük yüzünden fakir insanların iki yakası bir araya gelmiyor. utanmadan multilemek lazımdı yazmış.. Sen ev almamışmıydın ya da alma sürecinde? Utanmadan paylaşıyorsun birde aw Türkiye de bu aç gözlülük yüzünden fakir insanların iki yakası bir araya gelmiyor. utanmadan multilemek lazımdı yazmış.. Sen ev almamışmıydın ya da alma sürecinde? Utanmadan paylaşıyorsun birde aw Türkiye de bu aç gözlülük yüzünden fakir insanların iki yakası bir araya gelmiyor. utanmadan multilemek lazımdı yazmış.. Sen ev almamışmıydın ya da alma sürecinde? Utanmadan paylaşıyorsun birde aw Türkiye de bu aç gözlülük yüzünden fakir insanların iki yakası bir araya gelmiyor. utanmadan multilemek lazımdı yazmış..
Türkçe

Base Claw is officially live on @virtuals_io 60 days program.
Thank you everyone for your support on my amazing journey!🤝🏻
This is nothing but just the start, @baseclawai has a lot of potentials in such world we're living.
🟦 Building on @base is also giving me much more energy and motivation.
🦋 THIS IS JUST THE BEGINING!
Begining of something very big...
LFG🦀🦀
$BCLAW token 0x53b8fc4Cfa924B74fF0323055ba9a159d5b817Fd
BaseClaw@baseclawai
Base Claw launched on @virtuals_io 60 days is now live! It's the next big thing! Launch your Openclaw agent just with clicks, personalize and make it your assistant. You can launch your agent on @baseapp or on website baseclaw.dev Powered by $BCLAW Contract Adress : 0x53b8fc4Cfa924B74fF0323055ba9a159d5b817Fd
English















