Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Today's Hermes Agent Masterclass is the finale! Module 10 covers security, an important topic for running agents to ensure each agent can perform its tasks while minimizing exposure. Hermes has a ton of built-in security features. In this clip, I show how you can set approvals for each profile...

383,918 Aufrufe • vor 1 Monat •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

HERMES AGENT SUPPORTS 7 TYPES OF AI AGENTS. EACH ONE TAKES LESS THAN 90 SECONDS TO SET UP. MOST PEOPLE ONLY BUILD THE FIRST ONE. HERE ARE ALL SEVEN AND WHEN TO USE EACH. 1. BASIC AGENT WITH TOOLS your agent with access to terminal, browser, file system, web search, and calendar. it plans and executes tasks on its own. this is what you get on day one. "find flights to Lisbon under $400" "check my calendar and flag conflicts" "search the web for competitor pricing" set in Desktop app / Dashboard: Tools → enable what you need. when to use: single tasks that need tool access. 2. AGENT WITH MCP SERVERS connect your agent to external services. Notion, Google Drive, GitHub, Slack, databases, APIs, any MCP-compatible service. the agent doesn't scrape these services. it interacts through structured APIs. reads your Notion pages. creates GitHub issues. queries your database. sends Slack messages. set in Desktop app / Dashboard: MCP → Add Server. when to use: your workflow lives across multiple platforms. 3. SEQUENTIAL AGENTS (pipeline) one agent finishes. passes output to the next. assembly line for AI. agent 1: scans inbox for leads. agent 2: qualifies leads against criteria. agent 3: drafts outreach emails. in Hermes: cron jobs with wakeAgent gates. agent 1 writes output to a file. agent 2 wakes only when that file has new data. agent 3 wakes when agent 2 is done. each agent = a separate profile with its own model. when to use: multi-step workflows where each step depends on the previous one finishing. 4. PARALLEL EXECUTION AGENTS multiple agents working at the same time. results merge when all finish. "research these 5 competitors in parallel" in Hermes: delegate_task with batch mode. up to 3 sub-agents running in parallel by default. each gets its own clean context. only summaries return to the parent. delegation: model: "deepseek/deepseek-v4" children run cheap. parent synthesizes. when to use: independent tasks that don't depend on each other. research, data gathering, analysis. 5. AGENTS WITH ROUTERS conditions that send tasks down different paths based on the input. "if sales email → SDR profile. if support ticket → support profile. if calendar invite → EA profile." in Hermes: Kanban decompose. the decomposer reads profile descriptions and routes each task to the best-fit agent. or: Chief of Staff profile that triages and assigns to other profiles. when to use: incoming work that needs different specialists based on type. 6. HUMAN IN THE LOOP the agent does the work. asks for your approval before executing. "I drafted this email. approve before I send?" "this command will delete 3 files. proceed?" in Hermes: approvals.mode: manual (default). every dangerous action needs your confirmation. 60-second timeout. fails closed. or smart mode: LLM assesses risk. safe actions auto-approved. dangerous ones ask you. uncertain ones escalate. when to use: tasks where a mistake has real consequences. emails, deployments, financial transactions, public posts. 7. DYNAMIC SUB-AGENT SPAWNING your main agent realizes it needs help and spawns specialized sub-agents on the fly. "build this feature" → parent delegates: → sub-agent 1: research the API docs → sub-agent 2: write the code → sub-agent 3: write the tests in Hermes: delegate_task with role: orchestrator. raise max_spawn_depth for nested delegation. delegation: max_spawn_depth: 2 orchestrator_enabled: true depth 2 with concurrency 3 = up to 9 parallel workers. each level multiplies the spend. raise depth only when you need multi-level trees. when to use: complex tasks where the agent discovers what help it needs during execution. THE PROGRESSION: start with 1 (tools) and 6 (approvals). add 2 (MCP) when you need external services. add 4 (parallel) when tasks take too long one at a time. add 3 (sequential) when you build multi-step pipelines. add 5 (routing) when you run multiple profiles. add 7 (dynamic) when single-agent reasoning falls short. seven types. each under 90 seconds to configure. the value compounds as you stack them. comment AGENTS and I'll send you 3 ready-to-build agent setups that combine these types into real workflows.

YanXbt

17,312 Aufrufe • vor 1 Monat

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,151 Aufrufe • vor 14 Tagen