Loading video...

Video Failed to Load

Go Home

if an agent emits parallel tool calls, pi used to execute them sequentially. funnily enough, only a handful of people complained. welp, just implemented it. caveat: you'll get flicker if you have many parallel tool calls and their outputs are > terminal height. soon to be released.

35,254 views • 4 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

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 views • 1 month ago

The day of Parallel Avatars Manifest has come! Sharing some thoughts on them and their place within the Parallel ecosystem… 1. Avatars have immediate utility within the BETA release of the TCG. Matching the Parallel of the Avatar you use to the Parallel of the deck your playing [in ranked matches] will boost $PRIME emissions. Given this, consider if you want one for your favourite Parallel or one for each Parallel to have flexibility in what deck you play. Initial emissions will be set to 11% to ensure all systems are functioning as intended in BETA. 2. Beyond their function in the TCG, Avatars represent a new cornerstone for Parallel as we aspire to more immersive games and story telling. Although we plan to release expansions to the TCG [Planetfall is in development] the Avatars represent our first step towards ‘more ways to play’ and a persistent identity for gamers within the Parallel ecosystem. 3. We are working on finishing full bodies and a migration of Avatars into UE5. This is a process that will take time but ultimately will unlock their potential for use in content and games like Colony. 4. If you obtained an Avatar, you can pay a fee in $PRIME to peak and reveal the door of the Parallel you got but can’t peak to reveal their identity. If you do choose to peak at your avatar, Opensea will reflect this so everyone is aware which Parallel the Avatar belongs to. 5. Although there is varying rarity to the Avatars, there are six hand drawn 1/1 Avatars in the collection. One for each Parallel and one mystery. Special recognition is due to the the team that developed these 3D generated Avatars. It was no small task to develop this program and the detail that has gone into it is unmatched. I am certain it will speak for itself upon reveal. In true Parallel fashion, we stand in a category of our own and bring you something unlike anything the space has seen before. Thank you for your support and may your pulls be Prime. //

//Kalos

25,585 views • 3 years ago