Загрузка видео...

Не удалось загрузить видео

На главную

🏰Shipped two plugins for Hermes Agent dashboard! HermesWorld — the multiplayer playground, embedded directly as a dashboard tab Hermes Workspace — full chat UI as a dashboard tab One-click install: → Plugins page → paste outsourc-e/hermesworld → Plugins page → paste outsourc-e/hermes-workspace-plugin That's it. No config, no setup. Clone,...

10,662 просмотров • 4 месяцев назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

HERMES AGENT NOW HAS BOT MODE. YOUR AGENT PROFILES BECOME A ROSTER OF NAMED BOTS. EACH WITH ITS OWN CHAT, AVATAR, AND PERSONALITY. THEY MESSAGE EACH OTHER. sessions mode: you open chats. you manage profiles. you switch between agents manually. bot mode: a roster of bots in the sidebar. click one. you're in its chat. each bot has a name, an avatar, a description, its own memory, skills, and SOUL.md. they can talk to each other. WHAT YOU GET: BOTS PANE: left sidebar shows every agent profile as a bot. avatar, latest message preview, timestamp. click a bot to open its chat. no profile switching. CREATE A BOT: name, title, description. done. advanced: clone from existing profile, pin a model, write SOUL.md, toggle skills. EDIT ANY TIME: right-click a bot. change avatar, title, description. edit its model, skills, toolsets, and SOUL.md live. DUPLICATE: right-click. full clone. config, skills, SOUL.md, memory. everything. AVATARS: geometric faces (7 shapes, 10 colors, blinking eyes that scan while the bot works). upload your own image. or AI-generated portrait (when image backend is set). pixel pet companion bounces beside the avatar while the bot is busy. ROUTINES: recurring tasks per bot. backed by Hermes cron. "summarize my inbox every morning" lives next to the bot that does it. runs land in the bot's own chat history. BOT-TO-BOT MESSAGING: every bot has a persistent Agent Inbox. bots message each other with attribution: "[Message from agent 'researcher']" their SOUL.md teaches them the protocol. including how to reply. @ MENTIONS: type @ researcher in any chat. the active bot hands the message off. waits for the reply. reports back. "@ researcher have a look at this" → researcher reads the message → researcher responds → active bot delivers the response to you HOW IT WORKS UNDER THE HOOD: a bot IS a Hermes profile. isolated config, memory, skills, credentials. lives at ~/.hermes/profiles/ / bot mode is a UI over that primitive. no core patches. no background daemons. no extra storage. everything is standard Hermes. bot-to-bot messages = real CLI handoffs: hermes -p chat -c "Agent Inbox" -q "..." routines = plain Hermes cron jobs namespaced [bot: ] . show up in hermes cron list too. INSTALL: git clone ~/.hermes/desktop-plugins/hermes-bots reload plugins: Ctrl+K → "Reload desktop plugins" or restart the app. a Bots tab appears next to Sessions. a Routines tile docks beside the conversation. PUBLIC BETA: this is a one-day public beta test. install it. try it. report bugs. feedback goes to the GitHub repo. then it ships in the main Desktop app for everyone. P.S. If you noticed there is a pet of Rebecca from cyberpunk edgerunners will soon finish and drop a set of characters. Any fans of Cyberpunk in Hermes community?)

YanXbt

29,332 просмотров • 1 месяц назад

HERMES AGENT WITHOUT TOOLS IS A CHATBOT. WITH THEM IT BUILDS 3D TOWERS IN BLENDER, CHECKS STOCK PRICES, AND DRIVES VS CODE. tonbi JUST DROPPED THE FULL GUIDE. module 6 of his 10-part Hermes masterclass. best breakdown of the tool layer anyone has published. what you need to know: TOOLS vs SKILLS vs MCP skills = instructions (markdown, loaded into context) tools = callable functions (Python, agent emits call, Hermes executes) MCP = adapters to external systems (Blender, Stripe, Linear, Notion) every tool has three parts: → the function (does the real work) → the schema (what the model sees to decide when to call it) → the registry (makes the tool exist in the agent) the model never runs the function directly. it emits a structured request (tool name + JSON args). Hermes executes and returns the result. if the tool fails, the error goes back as JSON. the agent recovers instead of crashing. TOOL SETS CONTROL THE SURFACE hermes chat --tool-sets web # only web tools loaded. no files, no terminal. hermes chat --tool-sets safe # read-only: web search, vision, image gen. # no file writes. no terminal. no code execution. mid-session: /tools enable video /tools disable terminal or toggle in the dashboard: hermes dashboard → Skills → Tool Sets MCP SERVERS two transport types: STDIO (local subprocess) or HTTP (remote endpoint). add a server: hermes mcp # or ask: "add the MCP server for Blender" filter tools with include/exclude per server. keep only what you trust. security: → OAuth 2.1 PKCE (no long-lived tokens in config) → package scanning via api.osv. dev before launch → all MCP calls go through approval gates HERMES AS MCP SERVER hermes mcp serve exposes 10 tools via FastMCP. connect VS Code Copilot or Cursor to your running Hermes instance. BUILD YOUR OWN TOOL He built a stock price tool live: → Python function calling Finnhub API → schema with name, description, parameters → registered in tool_sets.py → agent calls it automatically when relevant any repeating API call in your workflow can become a native tool. full Hermes architecture deep-dive in the article 👇

YanXbt

32,680 просмотров • 3 месяцев назад

Hermes just made its in-app browser a whole lot more useful. You can now keep multiple browser tabs open inside Hermes Desktop instead of every new page replacing the one you were already using. And that matters more than it sounds. Because this is not just about “having tabs.” It means Hermes can work across multiple pages without forcing you to keep losing your place every time you open the next thing. Research one source, keep it open, open another tab, compare them side by side, and keep moving. Check a few products before buying something. Look at multiple hotel or travel options at once. Keep a YouTube tutorial open in one tab while Hermes looks through docs or another page in the next. And because this lives inside Hermes Desktop, you are not limited to one basic browser view either. You can keep multiple tabs open. You can view two pages side by side. You can stack them top and bottom. You can even run a four-panel view when you want several pages open at once. So the browser inside Hermes is starting to feel a lot more like a real workspace instead of one page you keep replacing. There is also some nice polish that comes with it. Browser tabs now label themselves based on the page, and the address bar behaves more cleanly while pages are loading. And remember, this is the same in-app browser Hermes can already read, click through, type in, scroll, and annotate. So this is not just a prettier browser. It is a more capable workspace for the browser Hermes is actually using. If Hermes is going to do more of your work on the web, this is exactly the kind of browser upgrade it needed.

Hermes Release Watch

52,493 просмотров • 18 дней назад

HERMES AGENT IS NOW IN THE CLOUD. NO VPS. NO TERMINAL. NO SETUP. PICK A MODEL. PICK A SERVER SIZE. AGENT IS LIVE IN 60 SECONDS. Nous Portal just launched hosted Hermes Agent. two clicks. one minute. done. Nous Research WHAT THIS MEANS: before today: install Hermes on a VPS or your laptop. configure providers. set up gateway. manage updates. run hermes setup. edit config.yaml. great for power users. friction for everyone else. now: go to pick a model. pick a server size. your agent is live and reachable in 60 seconds. no terminal. no SSH. no Docker. same Hermes. same features. same tools. someone else handles the infrastructure. FOR TEAMS: this is where it gets interesting. spin up agents for everyone at your org. each team member gets their own Hermes instance. granular access controls per user. unified billing through Nous Portal. your team gets Hermes on day one. no DevOps needed. no VPS per person. one admin dashboard. one bill. WHAT'S INCLUDED: → 300+ models via Nous Portal (Claude, GPT, Gemini, DeepSeek, Grok, MiniMax, and more) → Tool Gateway (web search, image generation, TTS, browser automation) → all messaging platforms (Telegram, Discord, Slack, WhatsApp, Signal) → full feature set (profiles, cron, kanban, skills, memory, sub-agents, MoA, /goal, /learn, /journey) → automatic updates ONE PORTAL. FOUR TIERS: Free: $0/month. pay-as-you-go credits from $10. Plus: $20/month. $22 in monthly usage credit. Super: $100/month. $110 in monthly credit. Ultra: $200/month. $220 in monthly credit. highest rate limits. every paid tier includes Tool Gateway. one OAuth. one subscription. no extra API keys. SELF-HOSTED IS NOT GOING ANYWHERE: Hermes is MIT licensed. open source. free forever. you can still run it on your laptop, VPS, or GPU cluster. nothing changes for self-hosted users. the cloud version is for people who want the agent running without managing the machine. pick your path: → self-hosted: full control. you manage everything. → cloud: zero ops. Nous manages infrastructure. → hybrid: self-host your main agent, cloud for team members. HOW TO START: cloud: self-hosted: hermes setup --portal both connect to the same Nous Portal. same models. same tools. same billing. learn how to replace your entire team with 8 hermes agents 👇

YanXbt

45,446 просмотров • 2 месяцев назад

HERMES AGENT TURNS EXPENSE TRACKING INTO ZERO FRICTION. No Siri Shortcuts. No manual entry. Just open Telegram and say: “Hey Bob, I spent $15 on dinner at Guzman Y Gomez.” Done. Hermes profile “Bob” automatically: - Parses the message - Categorizes the expense - Writes directly to your Notion database - Asks clarifying questions when needed (e.g. “Summit” — clothing brand or location?) This is the real advantage of Hermes profiles. You create specialist agents with their own memory, tools, and instructions instead of talking to one generic assistant. Quick setup: 1. Create the profile `hermes profile create bob` 2. Connect Telegram `hermes gateway setup` 3. Equip Bob with tools Enable the Notion integration + required MCP servers so he can write to your database. 4. Define the rules Set categories, formatting and clarification logic in his system prompt or SOUL. md .HERMES AGENT TURNS EXPENSE TRACKING INTO ZERO FRICTION. No Siri Shortcuts. No manual entry. Just open Telegram and say: “Hey Bob, I spent $15 on dinner at Guzman Y Gomez.” Done. Hermes profile “Bob” automatically: - Parses the message - Categorizes the expense - Writes directly to your Notion database - Asks clarifying questions when needed This is the real power of Hermes profiles — you create specialist agents with their own memory, tools, and instructions. Quick setup: 1. Create the profile `hermes profile create bob` 2. Connect Telegram `hermes gateway setup` 3. Equip Bob with tools Enable Notion integration + required MCP servers 4. Set the rules Define categories and logic in his system prompt / SOUL.md The best expense system is the one you actually use every day. Hermes + Telegram removes almost all friction. Want the full ready-to-use setup for your own expense tracker? comment “TELEGRAM” below and I’ll send you the complete configuration. Now you have a real personal finance assistant living in Telegram — always on, zero effort. The best expense system is the one you actually use every day. Hermes + Telegram removes almost all friction. This is how you turn an AI into a daily virtual employee. full guide on building these workflows in the article 👇

YanXbt

21,511 просмотров • 3 месяцев назад

I just built a plugin with Claude Fable 5 that turns Claude Code into a $5,000/mo SEO consultant 🤯 9 skills, one plugin: it connects straight to your Search Console + GA4 data, finds the wins, ships the fixes, and renders a live SEO dashboard that looks like a $200/mo SaaS product. All inside Claude Code. Perfect for DTC brands and agencies sitting on months of Search Console data nobody has time to read. Right now, you probably can't answer: Which keywords are sitting on page 2, one title tag away from page 1, Which pages are bleeding traffic to redirect chains and broken canonicals, Which blog posts rank for commercial terms but never link to a product page. This plugin answers all of it from your live data, then ships the fixes: → Finds your page-2 keywords and ships the fix: new title, headings, content, paste-ready → Clusters every query into a hub-and-spoke content map with the gaps flagged → Drafts posts from your actual search data, not guesses → Writes dev tickets for redirect chains and slow pages, ranked by traffic at risk → Builds the internal links between your blog and your money pages → Flags toxic backlinks and ranks outreach targets → Drops a Monday report with 3 priorities before the client even asks → Renders it all as a one-file HTML dashboard with a 0-100 SEO health score No dashboard staring. No CSV archaeology. No $5K/mo retainer for a PDF. What you get: → Page-2 keywords moved to page 1 → A content calendar that fills itself from data → Dev tickets that write themselves → A live SEO dashboard on command Built 100% in Claude Code with Claude Fable 5. I put the entire build into a step-by-step Playbook: all 8 workflow prompts (including the dashboard), how to turn them into a plugin, and the full Google setup (Including the 2 landmines Google doesn't tell you about). Want access for free? > Like this post > Comment "SEO" And I'll send it over (must be following so I can DM)

Mike Futia

80,507 просмотров • 3 месяцев назад

HERMES AGENT SHIPS WITH A BUNDLED SKILL FOR ANDREJ KARPATHY'S LLM WIKI PATTERN. A SELF-IMPROVING KNOWLEDGE BASE THAT GROWS EVERY TIME YOU FEED IT. mentioned this briefly in the overnight workflow article. here is the full breakdown. what it is: a self-improving knowledge base built as interlinked markdown files. unlike RAG (which rediscovers knowledge from scratch every query), the wiki compiles knowledge once and keeps it current. cross-references stay linked. contradictions get flagged automatically. synthesis reflects everything ingested so far. why this matters for Hermes memory: Hermes built-in memory knows YOU. it remembers your conversations, your preferences, your business context across sessions. but it doesn't know your inbox. or your meeting transcripts. or that article you saved last week. or the expert framework you want it to learn. the LLM Wiki solves that. THE DIVISION OF LABOR human curates sources and directs analysis. agent summarizes, cross-references, files, and maintains consistency. you drop in articles, transcripts, notes. Hermes indexes them, links related concepts, flags contradictions, updates affected pages. your knowledge base grows itself. SETUP IS ONE COMMAND the skill ships with Hermes. enable it. set WIKI_PATH in ~/.hermes/.env: WIKI_PATH=/Users/you/wiki defaults to ~/wiki if unset. then drop anything into it: "index this article into my wiki: [paste URL or text]" Hermes reads it, builds a source page, updates related entries, flags contradictions. THE OBSIDIAN ANGLE set OBSIDIAN_VAULT_PATH to the same directory. now your wiki is visible in Obsidian's graph view. nodes, links, backlinks. all built by Hermes. for headless servers: install obsidian-headless. syncs vaults without a GUI. agent writes from the server, you read on your laptop. THE COMPOUND EFFECT Hermes knows you. the wiki knows your world. combine them and the agent answers questions using BOTH contexts at once. month 1: you explain things twice. month 3: the agent references the wiki on its own. answers get sharper because the knowledge base got sharper. AUTOMATIONS THAT FEED THE WIKI set cron jobs to ingest automatically: "every day at 9am, check Granola for new meetings. add any new transcripts to my wiki under meeting notes." "every morning, scan my Gmail starred items. add anything worth keeping to the wiki." "every week, check arXiv for new papers in [your niche]. summarize and file." your wiki grows while you sleep. Hermes never forgets what gets indexed. THE LIMITATION TO KNOW unlike Hermes memory (which is conversational and lives across sessions), the wiki is a separate knowledge layer. Hermes won't pull from the wiki automatically unless you reference it or save it as a skill. best setup: build an LLM Wiki personality that tells Hermes to consult the wiki when answering strategy questions or domain-specific queries. full HERMES AGENT OVERNIGHT WORKFLOW👇

YanXbt

30,804 просмотров • 3 месяцев назад