Joined February 2009
87 Photos and videos
Time to start building them. Version 0.1.0 of the hermes-workflows plugin provides a starting point, offering a clean and simple toolset for putting together your first basic workflows. What do you think, @Teknium? Short demo 👇 github.com/itechmeat/hermes-…
Hermes Agent now has Automation Blueprints, turning cron jobs into clickable, fillable, conversational workflows.
1
3
84
Also worth noting: you can assign different profiles and models from the Hermes Agent by @NousResearch to individual nodes, giving you flexibility even in these basic workflow setups.
1
31
Perfect timing. Open Second Brain v1.4.0 just dropped, bringing native support for @grok as a persistent memory layer. You can now seamlessly route context from @xai models straight into an Obsidian vault. Zero friction. github.com/itechmeat/open-se…
Jun 11
The Grok Build Plugin Marketplace is now in beta. Build with MongoDB, Vercel, Sentry, Cloudflare, and Chrome DevTools plugins from your terminal. Read more x.ai/news/grok-plugin-market…
1
3
117
Open Second Brain runs alongside Hermes Write Gate out of the box. Your approve/deny on built-in memory stays the source of truth, and our mirror only ever reflects writes you actually committed. Gate it in Hermes, and the second brain follows. github.com/itechmeat/open-se…
Introducing Write Gate in Hermes Agent. Now you have the capability to be able to approve/deny memory updates, skill updates, and skill creation with the same familiar mechanisms as approving dangerous commands. If you are using a small model that doesn't always recognize what it learned, a secure environment that needs gating before things that can affect operations occurs, or just want to be more involved in the self improvement process of your Hermes Agent, now you have full control! This will be included in the next major release version, but you can run `hermes update` now to access early!
2
41
v1.3.0 brings Open Second Brain to @opencode OpenCode can now use the same memory loop I use with other agents: rules in replies, learned context saved, and sessions imported back into the Brain. OpenCode gets a real long-term memory layer. github.com/itechmeat/open-se…
4
118
Your AI agent's memory shouldn't be a black box. Open Second Brain keeps what it learns from everything you do as plain Markdown in your Obsidian vault - readable, editable, yours. Plugs into Hermes by @NousResearch via the official memory-provider API ⭐️ github.com/itechmeat/open-se…
1
2
360
🚀 Major update for Open Second Brain! The plugin is now ready to use as a first-class memory provider for Hermes. I built it to give your autonomous agents structured, long-term memory to boost context retention and decision making. 🔗 github.com/itechmeat/open-se… 🧵👇
1
1
45
Today Dark Factory shipped 5 OpenSecondBrain releases in a single day. Not tiny patches. Large releases with 6-11 features each. A few months ago this sounded impossible to me. Now I’m refreshing the releases page faster than I can fully process what’s happening.
I haven’t made any commits to OpenSecondBrain for several days. I wanted to stop touching it for a bit and quietly test its current behavior. And honestly, it feels amazing! It works much better than I expected. So I decided to stop adding new features. But...
1
1
119
The latest release pushed much further into synthesis and long-term reasoning. Daily and weekly summaries, long-running change tracking, higher-level synthesis flows, ongoing project evolution awareness. This is the first time it started feeling like continuous cognition.
1
39
The most amazing part, although expected, is that this all happens through Dark Factory itself. It finds signals for new features, generates specs, reviews code, fixes issues, and ships improvements back into the same system. The loop is becoming very real.
29
In OpenSecondBrain v0.10.13, the agent understands your code even better: it notices an installed codegraph by @ColbySMcHenry and routes structural questions to it - who calls what, where a symbol is defined, what breaks if you change it. github.com/itechmeat/open-se…
1
1
46
Previously these questions kicked off a grep read loop - noisy in tokens, and text search often catches false positives. Now one precise AST query replaces dozens of file reads.
1
35
If codegraph isn't installed, the agent falls back to the old path and recommends it once, with the real file count from your project. Say "no" and it stops nagging. The .codegraph folder lands in .gitignore automatically.
14