WEBVTT

00:00:00.000 --> 00:00:14.960
My name is David Andre, and here are the seven levels of Agent. While most people only have a very basic setup, in this video, I'm gonna show you how to set up Hermes Agent so it's actually useful and very, very powerful. In the first level, we will go over the fundamentals.

00:00:15.215 --> 00:00:29.215
I'll show you how to install Hermes Agent on a dedicated VPS. In the second level, we will integrate Discord. We will set up a custom Discord server and create a new Discord bot specifically for your Hermes Agent. In the third level, we will set up Hermes Curator.

00:00:29.620 --> 00:01:47.645
This is a new thing inside of Hermes agent that compacts the auto generated skills. I'm gonna show you how to set it up so you can save on tokens. In the fourth level, we will talk about automations and cron jobs, and how to set up Hermes agent so it automatically backs up itself to GitHub every single day. In the fifth level, we will take it further. We'll talk about the new Kanban board built into Hermes Agent so you can visually see how it's progressing on tasks, and you can give it different tasks in different stages just like you would if you had a full team of developers. In level six, we will talk about advanced memory system. We'll set up holographic memory for Hermes agent. We'll take it a step further on how to give Hermes agent what's basically infinite memory. And in level seven, we will turn Hermes agent into a full back end. We'll expose it as a MCP server so that your cloth code, your PIE agent, your codex can interact with Hermes agent, build on top of it, delegate tasks to it as if it was a full MCP back end. Now I've been following Hermes agent very closely since the first few days it came out in February, paying attention to every major update. I've also personally spent thousands of hours using different AI agents, from Clawd Code to Codex to PyAgent to OpenClaw to Hermes Agent. And I'm one of the few people who actually practice what they preach. I built a whole AI startup, Vektal, from zero to 155,000

00:01:47.645 --> 00:01:48.445
ARR

00:01:48.445 --> 00:01:54.445
just by using AI agents like Cursor and Cloth. And currently, I'm spending between 6 and $10,000

00:01:54.445 --> 00:02:28.630
per month on just API costs for AI agents. So in this video, you're not going to get some unproven theories or hypothetical scenarios. I'll show you how to actually set up Hermes Agent and how to make it powerful in seven different levels where each level makes it more and more powerful building on top of the previous ones. And don't worry, you don't have to be a DevOps expert or a developer to do this. As long as you have a computer, access to Internet, and you can speak in English, you can absolutely follow this tutorial. So if you watch until the end, you're gonna have a more powerful Hermes agent setup than 99.9%

00:02:28.630 --> 00:02:39.190
of people. Now the first thing we need is a VPS. That way, the AI agent can live on its own computer. I think the best option by far is Hostinger. This is what I use for all of my AI agents and automations,

00:02:39.270 --> 00:03:04.290
and it's also one of the most affordable options out there. So I'm gonna leave a link to this landing page below. And as you can see, they have a dedicated Hermes agent setup to make it as easy as possible. So go right here, click deploy, and again, the link to this page is below the video. And here, select the length of the plan. I would recommend going for twenty four months, but minimum twelve months. The reason is simple. You set it up once and the AI agents keep running forever. And with a single VPS, you can use Hermes agent, OpenClaw,

00:03:04.290 --> 00:03:46.475
agent zero. You you can put your n eight and automations in there. You can host your full full stack web app on a VPS. You can do all of that on a single k v m two plan. So that's why I recommend going for twenty four months. Plus, you get the biggest savings if you go for twenty four months. Now if you wanna save even more money, go to the right and click on have a coupon code and type in code david. Hostinger was kind enough to sponsor this video. So if you use the code david, you'll get an additional 10% off your Hostinger plan. Then scroll down, select the server location. I'm gonna go with Lithuania, and click on continue. This will take you to a Hostinger card where you need to put your credit card information and complete the checkout. Now it's gonna take a few minutes for your VPS to set up, usually two to three minutes from my experience. So in the meantime, can look at the official Hermes agent GitHub repo, which has 133,000

00:03:46.475 --> 00:03:47.115
stars.

00:03:47.275 --> 00:04:12.505
Pretty crazy growth if you ask me. In fact, it's one of the fastest growing open source projects in history. Now what the team behind Hermes did is that they created everything into a single quick install command. Right? So with Hostinger, we get an option of deploying this inside of a Docker container, which is good for security. But, personally, I prefer running it in a root level, which luckily is very easy. You just copy this one line installer and run it in the terminal. Alright. Let's go back to Holstinger

00:04:12.505 --> 00:04:18.585
where the VPS has finished setting up, and we're gonna do that using SSH. And, again, you don't even have to understand

00:04:18.665 --> 00:05:24.580
what SSH means. You just need to know, hey. I copy this command, and this is gonna be used to access my virtual private server from my own computer. And then when you open the terminal, you simply copy this SSH command and you paste it in. Boom. It's asking, are you sure you want to connect? I'm gonna do yes. And then it's gonna ask for our root password. And again, if you manage to forget this, no worries. It's very easy to do a reset in Hostinger. Just click here, root password, click on change, and click this button to generate the password. It will generate a new secure password for your VPS. Alright. Seems like the password has changed. Let's open the terminal again and paste that in. Boom. And here we go. We're logged in into our VPS. You can type in clear to get rid of this mess. So now I can control what's happening on our virtual private server. And And this is important because it allows me to do things like installing Hermes agent on the root level. So when I go back to the GitHub repo, which again, I'm gonna link this below the video, you can just copy the quick install command, literally click right here to copy the full thing. Go back to the terminal and paste it in. Boom. And this is gonna install all of the dependencies that Hermes agent needs to run on your VPS. So if you don't have your own VPS in 2026,

00:05:24.580 --> 00:05:45.310
go below the video, click the first link. It's gonna take you to this Hostinger page set up your own VPS. Alright. Let's check the terminal. Okay. So it's finished running. Let's go over the quick setup. Hit enter. Now we need to select the inference provider, aka, how do we use AI? How do we access AI? Now as you can see, there's a lot of options. Right? Uh, news portal, it's from the developers behind Hermes. We can also use OpenRouter,

00:05:45.310 --> 00:05:49.790
Anthropic, LM Studio if you wanna run the models locally and have it completely private.

00:05:50.110 --> 00:05:54.830
Or you can use, for example, OpenAI Codex, which allows you to use your ChiaGPT subscription

00:05:54.990 --> 00:06:07.685
to run Hermes agent for free. Right? So if you have if you're paying for ChiaGPT Plus or ChiaGBT pro, you can literally use that subscription to power Hermes Agent. But, personally, I'm gonna use OpenRouter because allows you to use any model possible.

00:06:07.925 --> 00:06:11.845
Next, we need to give it an OpenRouter API key. So I'm gonna go to openrouter.ai,

00:06:11.845 --> 00:06:21.270
go to top right, click on credits, or make sure to create an account. It's completely free. But you need to charge up couple of dollar of credits. 5 or $10 should be enough. You don't need 88.

00:06:21.350 --> 00:06:28.870
Go to top left, click on API keys, and then go to top right and click on new key. Let's name it seven levels of Hermes.

00:06:29.110 --> 00:06:35.645
And I'm gonna put some credit limit, like $30 should be enough. I'm gonna create. Now, again, do not share your API keys with anybody.

00:06:35.885 --> 00:06:51.440
Obviously, I'm gonna rotate this key before uploading this video. I'm gonna copy and go back to the terminal and paste it in. You need to click and paste it in. It will not be showing because it's a private key, so don't be surprised by that. It doesn't show the connectors. Here, you can select any type of model available on OpenRouter.

00:06:51.520 --> 00:06:55.680
This is why I like to use it. There are so many models. But I'm gonna go with OPUS 4.7,

00:06:55.680 --> 00:06:57.040
which is Anthropic's

00:06:57.040 --> 00:06:59.360
latest model they give us, you know, to us public,

00:07:00.055 --> 00:07:09.255
the plebs. Okay. So, actually, this is the next level, so I'm gonna skip that. I'm gonna show you Discord in a second. Launch Hermes chat now, and, yes, we can test chatting with it.

00:07:10.215 --> 00:07:14.935
Okay. There it is. Hermes agent loaded on our very own VPS.

00:07:15.570 --> 00:07:19.890
You can see the list of available skills here, but I'm just gonna send a message. Hey.

00:07:21.250 --> 00:07:52.200
And let's see if we can get a successful response. There it is. Hermes agent running Claude OPUS four one seven on our very own VPS. So this is level one completed. Real quick, anyone who joins the new society during the month of May will receive a personalized audit of their GitHub repository. And you can actually tell us what to focus on, whether it's security, architecture, front end design, code quality, or just leave this empty and let us look at it. A lot of the people who get into AI coding, they have no idea what they're doing, and they have no idea if their GitHub repository has any flaws, issues,

00:07:52.440 --> 00:08:22.535
or obvious things they're missing. That's why for the month of May, anyone who joins The New Society will receive this as a bonus, a personalized GitHub audit. Plus, we have a new course about Hermes agent. So if you like what you're seeing in this video and you wanna take it a step further, make sure to join the new society, go to the classroom, and go through the Hermes mastery course. The link to new society is gonna be below the video. Now level two is connecting Hermes to a chat messaging tool that you already used. Right? So you can use it from the conference of WhatsApp, Slack, Telegram, Discord, iMessage,

00:08:22.615 --> 00:08:39.430
whatever you're already using, you can use Hermes from that. And for this video, I'm gonna use Discord. So let's switch back to our terminal. I'm gonna hit control c to kill this process. So you need to hit control c a few times. I'm gonna type in clear to get rid of everything and make it clear. And I'm gonna put Hermes gateway

00:08:39.430 --> 00:08:40.150
setup.

00:08:40.310 --> 00:08:40.950
Enter.

00:08:41.190 --> 00:09:03.090
This will allow us to set up further things about the gateway. You can see how many options there is. Even Microsoft Teams. Right? Like, some of you might be using Microsoft Teams. Kinda crazy. But if you are, you can use Hermes agent in your Microsoft Teams. Even email. Right? I'm gonna go with Discord. Number two, hit enter. And we need Discord bot token. Now Hermes agent gives us exactly where we need to go. So copy this URL to the Discord developer portal,

00:09:03.330 --> 00:09:13.695
open a new browser tab, and paste it in. So when you paste this, uh, it's gonna open the developer portal. In the top right click on new application. I'm gonna name it seven level Hermes.

00:09:13.935 --> 00:09:29.670
I know. Very creative. By the way, if you want me to make more videos on Hermes Agent, make sure to subscribe. It's completely free subscribing on YouTube, and it tells me, hey. You I should make more videos like this one. So if you want your YouTube recommendations to be useful AI content instead of just wasteful entertainment,

00:09:29.670 --> 00:09:40.630
make sure to go upload video and click the subscribe button. It takes two seconds. It's completely free, and it helps out a lot. Appreciate it. Okay. So I'm gonna click on create to create the new Discord app. It's asking me if I'm human,

00:09:41.195 --> 00:09:46.315
and maybe maybe I'm not. But I'm gonna click that I am because we need it for our Hermes agent setup.

00:09:46.955 --> 00:09:53.195
And here we are. Okay. So we can obviously rename the bot, we can give it an icon. Yes. So I'm gonna use my own custom software

00:09:53.880 --> 00:09:56.760
to select a cool icon for Hermes agent.

00:09:57.240 --> 00:09:58.440
Let's go with this one.

00:09:59.000 --> 00:10:02.040
By way, if you want me to release this, comment below.

00:10:02.440 --> 00:10:17.415
We use this internally for anything YouTube related, thumbnails, titles, sporting outlier videos. But again, right now, it's only available to my team. So if there's enough interest, maybe I'll turn it into a commercial product. We'll see. Let's go back to the developer portal and let's select the icon.

00:10:17.895 --> 00:10:18.775
There we go.

00:10:19.175 --> 00:10:27.980
Apply and save changes. Alright. So if you look in this terminal, what Hermes needs, it needs the Discord bot token. So go to the left, click on bot,

00:10:28.620 --> 00:10:30.940
and scroll down and reset the token.

00:10:31.180 --> 00:10:37.805
Yes. Do it. It's gonna ask for 2F a if you have it. It's based in your 2 f a code. Boom. Submit.

00:10:37.965 --> 00:10:46.845
And, again, keep this token private. Do not share this with anybody. I'm gonna copy it. I'm gonna paste it directly into Hermes. Here on this page, if you scroll down,

00:10:47.565 --> 00:10:52.840
we have these privileged gateway intents. We need to enable all three of these. Right? So presence intent enable,

00:10:52.920 --> 00:11:26.670
server members intent enable, and message content intent enable, and then click save changes in the bottom right. Now on the same page, you also need to give the bot some permissions. Right? So whatever you wanted to do, such as send messages, pin messages, embed links, attach files, read messages to the send voice messages, whatever you want your hermes agent to do, just enable them here. Then go to the left, click on o auth two and scroll down here, and we need to give it two things. We need to give it the bot scope and then applications commands, these two. Make sure to enable these two underneath OAuth URL generators.

00:11:26.670 --> 00:11:31.150
And then scroll all the way down. As you can see, it gives you a generated URL.

00:11:31.230 --> 00:11:49.930
Copy that, then open a new browser and paste that in. This is gonna invite this, uh, bot to a Discord server. Right? So let's click on allow. But to complete this step, you need your own Discord server, which if you don't have it, let me quickly show you how to set it up because it's very, very easy. So inside of the Discord UI, go to the left and click on add server.

00:11:50.170 --> 00:11:55.530
Here, I'm gonna click create my own. For friends and me, I'm gonna name it recording

00:11:55.610 --> 00:11:56.330
server,

00:11:56.490 --> 00:11:58.170
something simple, and click on create.

00:11:59.075 --> 00:12:17.100
And just like that, in a matter of five seconds, I managed to create a new Discord server, which I would recommend you to do because then you can use the server for all of your different Discord bots for AI agents. So now if we rerun the same link, we should be able to invite Hermes agent into the recording server. There it is.

00:12:17.580 --> 00:12:37.745
And click on authorize. Okay. Nice. On the right, we can see that our seven level Hermes has been invited to the Discord server. Beautiful. Now if you remember correctly, in the terminal, it's asking for my username. Right? So inside of Discord, if you click on your profile in the bottom left, you can see copy user ID. If you don't see it, you need to open user settings

00:12:38.100 --> 00:12:39.220
and type in

00:12:39.700 --> 00:12:40.500
developer.

00:12:40.580 --> 00:12:57.575
K? Developer on the left or maybe like advanced settings or something. One of these two options, but basically you need to enable developer mode right here. And then if you click on your profile picture, you will see this button, copy user ID. Click that. Go back to the terminal and simply paste it in. Hit enter.

00:12:57.815 --> 00:13:02.135
It's asking for the home channel. Uh, you can leave it empty, so just hit hit enter.

00:13:02.775 --> 00:13:05.975
And that's it. Done. Install the gateway as a systemd service.

00:13:06.570 --> 00:13:07.850
You can do yes.

00:13:08.570 --> 00:13:16.890
Hit enter again. Start the service now. Yes. Enter. Okay. It is online now. Beautiful. Our board is online. So we say if we tag it, seven of Hermes, hey.

00:13:17.210 --> 00:13:18.890
We should hopefully

00:13:19.035 --> 00:13:25.275
get a response. Okay. We have have the eyes emoji. This means that Hermes has seen the message and we click here into the thread.

00:13:26.075 --> 00:13:27.675
There it is. It responded here.

00:13:27.995 --> 00:14:21.245
Amazing. So I can maybe say like, who are you? There it is. It has the eyes. I'm Hermes. Yeah. Assistant. I can help you with coding, research, writing, script, browsing the web, managing files, and a bunch of other stuff. Right? And when it completes, it gives you the check mark. So that's how you know Hermes agent is working and is responding. So we have level two completed. Now let's go to level three of your Hermes agent setup, and that is setting up the Hermes curator. This is a new thing released in the last couple of days that basically makes sure that your skills don't stack up. Right? If the self improving loop creates skills that never get used, they will mark them for deletion after thirty days. And if they're not used for more than ninety days, it will delete them so that you don't get context route so that your Hermes isn't bloated with skills that never get activated. First, let's go back to our terminal so we can access our VPS again. I'm gonna type in clear and type in Hermes update so that you update to the latest version of Hermes agent. Alright. There it is. It says update completed.

00:14:21.325 --> 00:14:23.965
There it is. It restarted the Hermes gateway.

00:14:24.365 --> 00:14:31.930
And now we can type in clear. And to check the status of your Hermes curator, if you already have it enabled, Hermes curator status.

00:14:31.930 --> 00:15:06.560
As you can see, it is enabled and the settings are as follows. So, obviously, we can change all of these if needed, but, realistically, the default settings are pretty good. If a skill isn't used for more than thirty days, it's marked as stale. And if it's not used as ninety days, it's deleted. So make sure you have Curator enabled because people who don't, they just pay for wasteful tokens. Right? That can be thousands of dollars. In fact, for me, it is thousands of dollars because I'm using so many different AI agents, and it's gonna make your Hermes agent more focused and less distracted. Okay. Let's talk about level four, which is scheduled tasks, also known as cron jobs, also known as automations.

00:15:06.640 --> 00:15:33.780
This lets Hermes agent automate things on a schedule. Right? So could be once a day, every other hour, once per month. But this is very, very powerful, and I'm gonna show you a use case that all of you should set up no matter what you're doing, and that is daily backup to GitHub. So by the end of this level, you'll know how to create any type of automation inside of Hermes agent, giving you the ability to save endless amounts of time in either your life or business. The first thing we need is, of course, the GitHub account, which is completely free. So go to github.com

00:15:33.780 --> 00:15:39.460
and top right, either sign into your existing account or sign up for a new one. I already have a GitHub, so I'm gonna log in.

00:15:40.625 --> 00:15:47.585
There we go. And then make sure to create a new repository, which you can either do here by clicking new or by clicking top right and going to repositories

00:15:47.665 --> 00:15:50.785
and then clicking the green button new right here.

00:15:51.665 --> 00:15:54.785
I'm gonna name it something like test Hermes backup.

00:15:54.865 --> 00:15:55.505
Very simple.

00:15:56.510 --> 00:16:00.430
Private repo for my Hermes agent backups.

00:16:01.310 --> 00:16:09.070
Boom. Here, just make sure to put it as private. Okay? Very important. You don't want your backups to be visible to the Internet. And then click the green button, create repository.

00:16:09.555 --> 00:16:17.635
And just like that, you just created your own GitHub repo in a matter of fifteen seconds. Nothing to be scared about. GitHub is absolutely essential in 2026.

00:16:17.715 --> 00:16:28.080
Now inside of GitHub, we also need to create a personal access token so that Hermes can somehow access this GitHub repo because remember, we made it private. Right? So go to top right, click on settings.

00:16:28.080 --> 00:16:29.280
There we go. Settings.

00:16:29.840 --> 00:16:39.440
Go to the left, scroll all the way down, and click on developer settings right here. Then on the left, click on personal access tokens, fine grained tokens, and generate a new one.

00:16:40.425 --> 00:16:42.505
We can name it something like seven

00:16:42.985 --> 00:16:44.745
levels Hermes

00:16:44.745 --> 00:16:45.625
backups.

00:16:46.905 --> 00:16:48.265
Owner expiration,

00:16:48.265 --> 00:16:57.490
you can, you know, set no expiration or seven days up to you. And then you can only select certain repositories. We're gonna select the Hermes

00:16:57.970 --> 00:17:01.330
backup. There it is. So it cannot mess with other repositories.

00:17:01.490 --> 00:17:04.290
Then we need to add some permissions. So click on add permissions,

00:17:04.290 --> 00:17:06.610
scroll down and find contents,

00:17:06.930 --> 00:17:14.025
and then put read and write because it needs to read the GitHub repo, but also writes to it daily. Okay. So now click on generate token.

00:17:15.225 --> 00:17:16.905
There it is. Generate token,

00:17:18.185 --> 00:17:19.545
and here it is.

00:17:19.945 --> 00:17:26.745
So now what we need to do is we need to open the terminal again, SSH into the VPS, and type in Hermes config

00:17:26.745 --> 00:17:29.450
set and then the name of the environment

00:17:29.450 --> 00:17:32.490
variable. Let's do something clear like GitHub token,

00:17:32.490 --> 00:17:34.090
you know, GitHub underscore token,

00:17:34.490 --> 00:17:35.690
and then space

00:17:35.850 --> 00:17:37.130
and copy this

00:17:37.530 --> 00:17:43.655
personal access token and paste it in. Boom. This will securely store it into the environment file dot e n v,

00:17:43.975 --> 00:18:26.100
allowing Hermes to use it, but it's not gonna be sent to the AI. I'm gonna open Hermes, and I'm gonna tell it, listen. I just set up a new token in our e n v file. I don't want you to read it. I just want to check it if it's there and try doing something with it to see if it works or not. File exists. The token variables are, and, yeah, it's the GitHub token. Okay. It's asking for permission. I'm gonna allow it. It works. Beautiful. So now let's create the cron job so that every single day at night, automatically backup itself into GitHub. Right? So if you remember, we had this repo, and this repo is empty now. Right? Nothing is on there so that if something goes wrong and if your VPS explodes or, you know, Hermes agent deletes everything,

00:18:26.500 --> 00:18:28.740
your data is still safe on GitHub.

00:18:28.820 --> 00:18:40.505
Now one thing you should check inside of Hermes agent is the status of the gateway if it is installed as a system d service. That way, can run twenty four seven. And that's very simple. You just type in Hermes gateway

00:18:40.825 --> 00:18:42.265
status, hit enter.

00:18:42.665 --> 00:18:47.065
And as you can see, system d linger is enabled. Beautiful service survives logout.

00:18:47.145 --> 00:18:56.230
That's amazing. So let's do clear. And I'm gonna give it this prompt to set up the daily backup. Right? So very simple prompt. I want a daily freem backups of the entire

00:18:56.310 --> 00:18:59.030
dot hermes folder to my private GitHub repo,

00:18:59.590 --> 00:19:03.750
and this is the name of the repo we just created. Right? Test hermes backup.

00:19:04.870 --> 00:19:06.390
The token is GitHub token.

00:19:06.975 --> 00:19:07.935
I

00:19:07.935 --> 00:19:15.455
wanna read the prompt, it's already doing it. Reset the Git identity, HMS bot, clone the repo, create daily cron job at 3AM, prog time.

00:19:16.015 --> 00:19:24.950
And, yeah, it's just telling it what to do. Right? And then run it once to see if the push works. So it's gonna run it once. Get up token is in environment. It's c.

00:19:25.910 --> 00:19:28.790
The token is in there actually. Look deeper.

00:19:30.790 --> 00:19:39.695
I don't know why it's having trouble looking into the token. Yeah. Found it in Hermesla and verified loads. Okay. Update your memory so that you remember where

00:19:39.855 --> 00:19:44.655
the ENV file actually is located. Your backup ran committed, pushed successfully.

00:19:44.655 --> 00:19:45.695
Let's reload.

00:19:46.575 --> 00:19:49.775
And here we go. Here we have our first backup from today

00:19:50.095 --> 00:19:51.615
of the entire folder,

00:19:52.710 --> 00:19:55.190
which is 60 megabytes.

00:19:55.190 --> 00:19:57.350
It's above the GitHub limit.

00:19:59.270 --> 00:20:02.550
So to optimize it, we could only back up certain things,

00:20:02.950 --> 00:20:06.470
but I'm gonna also send this message so it remembers the location of these tokens.

00:20:07.025 --> 00:20:11.665
And now the Cronjob is created here. This is the ID scheduled at 3AM

00:20:11.905 --> 00:20:13.585
Central Eastern European time,

00:20:13.905 --> 00:20:29.440
and the next run is tomorrow at 3AM. So now Hermes agent is gonna back itself up. It's probably not needed to back up the full thing every day. If you wanna just back up your skills only, you can say, hey. Just make sure to back up my skills only or only my Markdown files. Right? So you're probably

00:20:30.000 --> 00:20:40.415
gonna have faster backups and not, like, spamming your GitHub repo with the full thing. But if you want the full thing, you can also back up the the entire thing. Right? Again, just talk to it in plain English. That's enough.

00:20:40.655 --> 00:20:52.940
So now you know how to create scheduled tasks aka Kron automations with Hermes Agent. This is level four. Now let's go to level five. Now, level five is really cool. This is one of the biggest releases to Hermes agent recently,

00:20:52.940 --> 00:21:04.345
which says a lot because there are releases nearly every day. Like, literally every other day, the team behind Hermes agent pushes a major update, which is crazy. But this one is especially insane because,

00:21:04.745 --> 00:21:29.235
first of all, it went very viral. But second of all, it allows you to run multiple agents through Kanban board. So the way it works is that the agents claim tasks from this Kanban board and they work in parallel. Right? So let me show you this graphic. And you as the human, you simply watch in a simple user interface instead of having to have 20 terminals open. You just look at the Kanban and you manage. Okay? This task in progress. This task getting started. Alright. This agent is working on that task. Like, if we're in the future,

00:21:29.395 --> 00:22:06.145
all of us are gonna have hundreds of AI agents working for us much sooner than you realize. So what's gonna matter is how do you manage these agents? How do you actually have clear observability and clarity of what they are doing? That is gonna be a billion dollar question because whoever figures this out is gonna help build a multibillion dollar company. Right? And, obviously, Hermes is trying to do that right now, and they're actually adding it into Hermes agent. So this is level five. Let's set it up. Now one of the best things about working with AI agents like Hermes is that you can literally ask it to set these things up for itself. Right? So boom. A link to that release and literally telling it,

00:22:06.465 --> 00:22:18.830
help me set this up. Recontext Hermes agent now has a multi agent via the Kanban in the UI. At first, it activates the skill Hermes agent, then it checks the skill Kanban orchestrator, and it goes to this URL with browser navigate,

00:22:19.150 --> 00:22:29.975
and it's gonna read it and learn everything about the release, and it's gonna tell me what it needs from me and the remaining steps, it's gonna do it itself. Right? So here, it's learned everything.

00:22:30.295 --> 00:22:35.975
You already have Hermes latest update, beautiful gateway running, can have been initialized. You're missing specialist profiles.

00:22:36.540 --> 00:22:39.260
So it's asking for the specialist profiles.

00:22:39.660 --> 00:22:44.700
I'm gonna say, just set it all up. You have my permission. Okay? It's asking too many informations.

00:22:44.700 --> 00:22:55.635
Obviously, you wanna customize it, feel free to tell it like, want a researcher or I want this to be for software development or social media research or something else. In this case, I just wanted to set it up and stop overthinking.

00:22:56.035 --> 00:22:57.155
Also, gonna say

00:22:57.635 --> 00:23:09.260
update your memory to always response in a super concise and clear way. Now one important thing I wanna stress is that do not use cheap models. Okay? These agentic harnesses, like Hermes Agent or Open Claw,

00:23:09.660 --> 00:23:20.540
they are complex. They're very complex. And if you cheap out and you try to use a very small, very cheap model, you're gonna have a hard time. Okay? So to get the most out of Hermes Agent, use something like OPUS 4.7,

00:23:20.540 --> 00:23:21.580
GPT 5.5.

00:23:22.235 --> 00:23:25.035
Don't be cheap. Okay? Don't use small model.

00:23:25.195 --> 00:23:27.355
Use the most powerful model available.

00:23:27.595 --> 00:23:41.240
As you can see, Hermes agent is doing a lot, like dozens and dozens of terminal commands to set this up himself. Right? Like, I just said, okay. I want this release. I want this multi agent Kanban orchestration dashboard,

00:23:41.720 --> 00:23:47.320
and that's it. You know, Hermes is setting it up. I was asking for a command task. These are the boards. I was ready.

00:23:47.560 --> 00:23:56.335
K. What is this command? Secure disk scan. Okay. And let's allow it. And it's the beauty of it being on a VPS. You don't have to worry that it's gonna do something sketchy on the computer. It has its own computer,

00:23:56.655 --> 00:24:04.575
which I think it's the ultimate paradigm where each agent runs on its own computer so it can set it up in a way that it needs to be most effective.

00:24:05.200 --> 00:24:08.800
The dashboard loads, and I was testing the dashboard itself. That's crazy. Look at this.

00:24:09.360 --> 00:24:10.000
Wow.

00:24:10.240 --> 00:24:17.280
It navigates to the local host on the VPS. It clicks around, takes a screenshot of it, and it's it's debugging it itself.

00:24:18.125 --> 00:24:21.085
Okay, man. This is impressive. Browser vision.

00:24:21.965 --> 00:24:25.565
This is the difference between Hermes agent and something like CherryGPT.

00:24:25.565 --> 00:24:34.010
Right? CherryGPT absolutely cannot do these things. Launch a local host server inside of itself and then click around and take screenshots of it and debug it.

00:24:34.490 --> 00:24:43.850
Man, this is wild. The dispatcher is working. Let me grab a screenshot for David. So it saved the memory, and then it said the Kanban setup is done. Four profiles, default researcher, writer, reviewer,

00:24:44.475 --> 00:24:49.915
and the dashboard is there. And it even gives me the SSH to view it from my laptop. That's insane.

00:24:50.315 --> 00:24:54.075
I haven't even asked for this. How was gonna be my next prompt? I actually have it prepared.

00:24:54.395 --> 00:24:58.795
I have the prompt prepared for it to give me the the link for the SSH tunnel,

00:25:00.170 --> 00:25:06.170
but it predicted that itself and even included a screenshot of what this looks like on the VPS.

00:25:06.170 --> 00:25:07.370
Guys, this is crazy.

00:25:08.650 --> 00:25:11.050
This is this insane. We really do live in the future.

00:25:11.915 --> 00:25:19.435
Alright. Well, let's do this. Right? So actually, I'm gonna give it the let's go back to hosting the panel, and then I'm just gonna take a screenshot of this whole thing.

00:25:20.155 --> 00:25:21.675
And I'm gonna say

00:25:22.315 --> 00:25:26.475
update the SSH tunnel command to actually include

00:25:26.860 --> 00:25:28.620
my VPS address.

00:25:29.260 --> 00:25:36.780
K. I don't even wanna bother figuring this out. I can just screenshot my full screen, send it to her mess agent, and tell it, y'all, figure it out. Tell me what to do.

00:25:37.340 --> 00:25:39.020
You know, what what is the server IP?

00:25:39.565 --> 00:25:47.005
I figured it out. Okay. Copy that. And let's open the terminal again. We need to actually open a new terminal, command n, paste that in.

00:25:47.565 --> 00:25:51.325
Root password again. So, hopefully, you saved it. Boom. Let's paste that in.

00:25:52.765 --> 00:25:56.800
And here we go. We're in. And then we can just open this,

00:25:57.120 --> 00:26:13.405
and we are in the Hermes Asian Kanban. So on the left, it's a bit small, but on the left, you can see Kanban right here, below plug ins. Click that. And this is the Kanban. Okay? So you can drag stuff around, change it up however you want, just like in any Kanban board, right, whether you use Trello, monday.com,

00:26:13.405 --> 00:26:41.835
ClickUp, whatever. You can manage how your Hermes is working and dispatch multiple Hermes agents on different tasks. Now, again, I really have to stress this. Hermes set this up by itself for most part. Like, it ran for, like, three minutes, four minutes, then done all these commands and set it up by itself. I just gave it the link to the release. Say, like, this is a cool release. I just want this. Help me set this up. And it literally did everything itself, and now we have the Canva here installed. We can click new tasks, you know, set a rough idea,

00:26:42.315 --> 00:26:45.355
research the new latest update of Hermes agent.

00:26:45.675 --> 00:27:03.750
Boom. We can create that. Maybe let's do something in To do. Help me set up a multi agent workflow with Codec so I can build and deploy apps on Vercel by itself. Let's put something in blocked. Help me set up a new office in Katowice, Poland. I already did that, but, you know, just example as a as a thing.

00:27:04.310 --> 00:27:04.870
And

00:27:05.190 --> 00:27:19.775
these tasks are getting automatically moved to ready, and Hermes is ready to work on them. Okay. But this is cool and all, but how do you actually make it useful? Well, let me show you a use case that I myself actually need, and that is research for content. And in fact, all of you can do this.

00:27:20.640 --> 00:27:24.960
Just apply it to your own business or to your niche. Right? So let's go back to Discord,

00:27:25.360 --> 00:27:33.680
and let's paste in this prompt. So pretty long because I described exactly what I mean want. I want to make a YouTube video about uncensored AI models. Right? And, again,

00:27:34.185 --> 00:27:43.225
let's say you wanna make a LinkedIn post about how to hire people in Germany. Whatever you do, whatever your business is about, whatever you want to research,

00:27:44.185 --> 00:27:57.030
just give it a task. Okay? Describe the task. You don't have to copy my own example, but I'm doing something that's truly useful for me because a lot of people, they're just incompetent in terms of giving these agents use cases. There's, like, literally such a large percentage of population

00:27:57.350 --> 00:28:06.175
that have OpenClose set up, but they don't use it because they don't know how. They have Hermes agent, and they know how to set it up, but they don't know what to give it. So here's a clear example.

00:28:07.135 --> 00:28:23.480
Queue this as a four task Kanban pipeline on a default board. You must use Kanban create. Basically, I'm telling it, you know, that it should use the Kanban because, you know, sometimes it just completes itself, but this is all about the Kanban board. Right? The new update, so I wanted to be using it. So I send this detailed prompt,

00:28:24.040 --> 00:28:27.400
and now Hermes agent is doing that. If we reload, we could see some changes happening.

00:28:28.725 --> 00:28:32.325
Okay. We already have the changes. We could see draft three research.

00:28:32.565 --> 00:28:52.710
There is in progress research state of ancestral AI models. You can click on it to get more info. Priority is zero. So has priority assignee researcher status running. So the it created four different profiles of four different AI agents, and now the researcher one is working on it. You can see where it lives on the workspace created by the user. You can see these all different options, trash, ready, block, unblock.

00:28:53.030 --> 00:29:00.255
Archive, the description of this task, what's the state of uncensored, obliterated jailbroker AI models right now, cover the topics, dependencies,

00:29:00.255 --> 00:29:01.855
parents, comments, events,

00:29:02.015 --> 00:29:03.055
worker log,

00:29:03.215 --> 00:29:16.310
very detailed, and you can even send comments on this task as it's running. So, basically, here is how that works. Right? You have the first researcher, what's new in topic this week, what's new in fitness, in real estate, in AI. Then the second researcher

00:29:16.390 --> 00:29:30.015
was already on YouTube about topic in last thirty days, and these run-in parallel. Right? Then the analyst waits for the first two to find a gap. Right? Some angle, something that people are missing. And then the fourth agent, the writer, drafts three video concepts

00:29:30.095 --> 00:29:33.775
after the third one finishes. Right? So this is a very simple workflow

00:29:34.015 --> 00:29:47.080
of multiplayer agents working at the same time, and we have the Kanban to actually monitor their progress. Right? So, obviously, Hermes agent can do this even without the Kanban, but the way the Kanban is useful is allows you, the human,

00:29:47.400 --> 00:30:00.985
it allows you to see what's happening. Right? Not just looking into terminal with endless commands and lots of text. This is a very visual way to monitor the progress of your Hermes agent and all the different sub agents. Alright. So let's check what the status is. We can see that

00:30:01.385 --> 00:30:07.625
everything has moved to complete and we can even see these tasks and we can either click on them and inspect here

00:30:07.730 --> 00:30:09.970
or you can go to Discord

00:30:10.370 --> 00:30:11.810
and chat with it.

00:30:12.370 --> 00:30:16.130
Chat with Hermes here. What is the status on these tasks?

00:30:16.610 --> 00:30:18.050
Give me a concise report.

00:30:20.065 --> 00:30:32.145
So we can check it itself. And by the way, here we can see a lot more things than just the Kanban. We can see the different sessions we have as well as whether they're in Discord, CLI, or somewhere else. We can see our current automations, scheduled jobs.

00:30:32.305 --> 00:30:34.705
This is the GitHub one. You can see boom.

00:30:34.865 --> 00:30:37.520
We can also see the documentation if something is, you

00:30:38.320 --> 00:30:42.320
know, lagging or something isn't set up correctly. You can check the logs.

00:30:42.640 --> 00:30:47.440
You can check the models that are available and the usage on them, how many tokens,

00:30:48.005 --> 00:30:49.525
total total spent,

00:30:49.685 --> 00:31:00.725
different analytics about Hermes, so this is very useful. But let's check-in Discord. All tasks done. Yes. Show me the full output and show it here. Again, Hermes gives you this nice gateway

00:31:00.725 --> 00:31:01.205
dashboard,

00:31:01.930 --> 00:31:05.130
and you can even restart gateway from here or update Hermes.

00:31:05.690 --> 00:31:15.290
Or you can just chat with it through Discord for maximum convenience because, you know, you have Discord in the phone or WhatsApp or Telegram, whatever you prefer. And that's the power of DCA agents. They're so configurable,

00:31:15.635 --> 00:31:16.835
so extensible

00:31:16.835 --> 00:31:17.555
that

00:31:17.715 --> 00:31:19.635
anybody can adapt them to their own

00:31:20.035 --> 00:31:34.490
use case or their own preference. The issue is that most people don't know what their preference is or don't know how to how to configure them. Luckily, if you're watching this video, so you hopefully at least know how to configure them. And if you are smart, you can figure out a few use cases for Hermes agent.

00:31:34.810 --> 00:31:38.010
Alright. Here's the answer. As you can see, it's a quite long

00:31:38.490 --> 00:31:39.210
answer.

00:31:39.930 --> 00:31:42.810
Console number one, uncensored coding agent

00:31:43.425 --> 00:31:48.145
Use a twenty four twenty seven b model into cloth curve o lama. Okay. Fair enough.

00:31:48.865 --> 00:31:53.905
I've literally explained Europe's finding that one direction and LLMs conferred refusal,

00:31:54.545 --> 00:31:55.425
the bench off.

00:31:57.380 --> 00:32:04.180
Okay. So specific ideas with clear preproduction for all of them. Not bad. Not bad. So this is level five using the

00:32:04.420 --> 00:32:29.950
Hermes Kanban to manage your AI agents and what tasks they're working on. Okay. So level six is adding memory because a lot of people struggle with, yeah, agents not having good long term memory and losing context and stuff like that. So here is why memory plugins like Holographic actually exist. Beginners never save anything. Right? They just chat and they hope that the default memory is good enough. And obviously, in Hermes, it's probably better than in any other agent,

00:32:30.110 --> 00:32:42.030
but beginners don't even trigger that with words like remember this or save this into memory. So everything stays in the chat and dies at the end of the session. I think most of you probably do that mistake as well. I certainly did it when I was newer to AI.

00:32:42.615 --> 00:32:45.175
Also, bigger context doesn't mean more memory.

00:32:45.415 --> 00:32:49.095
People who are like one step, two steps ahead of beginners,

00:32:49.095 --> 00:32:50.935
they just paste in a bunch of

00:32:51.255 --> 00:33:06.320
slop. Right? And a lot of it, it's not even relevant to what needs to be done. So more context doesn't necessarily mean it's gonna be better memory. But more context always results in more cost and worse attention to the things that matter the most. Right? A lot of people then go to RAC, retrieval augmented generation,

00:33:06.400 --> 00:33:12.415
but that's by vibes. You know? Vectors, similarly, cannot answer what does that have its own. Like, what what's my own

00:33:13.055 --> 00:33:14.735
task? What's my own responsibility?

00:33:14.895 --> 00:33:20.895
That needs structure. You know? You don't see what task assigned to each person just from similarity,

00:33:20.895 --> 00:33:21.935
just from semantics.

00:33:22.170 --> 00:33:27.210
Now, embeddings also cost money and they leak data. You know, if you use Gemini embeddings, are sending it to Google.

00:33:27.450 --> 00:33:28.810
And summaries,

00:33:28.810 --> 00:33:38.775
they blur over time. You know, they compress essential facts away. So most people have no idea how to solve this and this is why things like holographic exist. So in level six,

00:33:39.015 --> 00:33:48.375
we give our Hermes agent near infinite memory. Okay. So to set up this near infinite memory, let's jump back into our SSH and type in Hermes memory setup.

00:33:49.060 --> 00:33:49.940
Hit enter.

00:33:50.980 --> 00:33:53.860
As you can see, comes with a few premade options

00:33:54.020 --> 00:33:59.860
and holographic is one of them. Or you can try other ones like honcho, web zero, open viking, super memory.

00:34:00.020 --> 00:34:12.555
Some of them require API keys. You can see holographic is fully local and that's a important thing because then you're not leaking your data. You're not sending your data to any cloud, and, obviously, you don't have to pay for stuff. SQL database path, I think that's good. Hit enter.

00:34:13.515 --> 00:34:19.115
Auto extract facts at the session end. You can either enable it or disable it. I would enable it if you want maximum memory.

00:34:20.550 --> 00:34:23.910
Default trust score for new facts output, like, 0.4.

00:34:25.030 --> 00:34:27.190
Dimensions, leave that as it is. Enter,

00:34:27.510 --> 00:34:28.710
and that's it.

00:34:29.350 --> 00:34:31.190
Next type in her mess

00:34:31.350 --> 00:34:32.150
gateway

00:34:32.150 --> 00:34:33.590
restart

00:34:33.345 --> 00:34:35.905
just to make sure that the gateway picks up everything.

00:34:37.585 --> 00:34:39.585
And then we can type in her mess.

00:34:39.825 --> 00:34:42.545
And then in the chat, can say something like check this

00:34:43.025 --> 00:34:45.505
to see if we have the fact store.

00:34:45.950 --> 00:34:49.470
Yes. Holographic memory is set up and working. Alright. Amazing.

00:34:49.710 --> 00:34:51.710
So we can do something like read

00:34:51.790 --> 00:34:53.630
all previous sessions

00:34:53.950 --> 00:34:59.710
as well as user dot m d and memory dot m d and seed the

00:35:00.190 --> 00:35:01.390
holographic

00:35:01.855 --> 00:35:02.815
back store.

00:35:03.135 --> 00:35:10.735
So it can add some of these things that we discussed in previous sessions or some of these things that it already knows about me into holographic

00:35:10.735 --> 00:35:16.270
because, you know, we just set it up, it's obviously empty for now. Okay. So it analyzed all previous sessions,

00:35:16.830 --> 00:35:17.790
and I was preparing

00:35:18.430 --> 00:35:23.630
so they did these tool calls to learn everything about me and what we talked about, and now it's doing

00:35:24.510 --> 00:35:25.230
writes

00:35:25.630 --> 00:35:27.150
into holographic

00:35:27.310 --> 00:35:27.950
fact store.

00:35:28.795 --> 00:35:31.275
And we can actually maybe even prepare a prompt like,

00:35:31.595 --> 00:35:36.155
from now on, remember to store anything important

00:35:36.235 --> 00:35:38.235
into holographic

00:35:38.235 --> 00:35:39.195
fact store.

00:35:39.355 --> 00:35:40.795
K. See this 15 facts,

00:35:41.250 --> 00:35:46.130
by name and by preference, discord CLI, concise style responses. This is good.

00:35:47.490 --> 00:35:54.530
I mean, yeah, this is basically all we discussed, but it it removed the useless stuff and only saved the important things. Alright? So I'm not gonna say,

00:35:55.615 --> 00:35:58.895
remember to store anything important in whole graphic fact store from now on,

00:35:59.375 --> 00:36:00.895
and it's gonna save it into

00:36:01.695 --> 00:36:11.760
the main memory so that it's actually gonna be using it. Now let's talk about a few use cases of why having solid memory actually matters in case it's not obvious.

00:36:11.920 --> 00:36:18.960
Number one, you can say something like, remember everything about each video you're making. Right? So for me, if I use Hermes dedicated

00:36:18.960 --> 00:36:30.255
to YouTube, I would be running something like that. Remember the key facts about each video we're making. If it's a sponsor, if there's a deadline, what angle we're taking, what went wrong, so it can be more useful with each video going forward.

00:36:30.735 --> 00:36:35.455
You could also track your sponsor history to know which age which of the sponsor

00:36:35.680 --> 00:36:42.240
paid what. Right? So the agent would be in track of this. You don't have to remember it in your head or track in your spreadsheet. The agent will be tracking that.

00:36:42.560 --> 00:36:52.400
It can also recall your VPS setup, you know, how much disk space you have, how much RAM you're using, all that stuff. It can proactively check it manually. That's another great

00:36:51.895 --> 00:37:00.775
cron job you should create. It's like a weekly check of your VPS to see the health. You know, maybe you're running out of space, maybe your your RAM is getting out of control. Who knows?

00:37:01.255 --> 00:37:23.875
It can also catch itself when it's holding two facts that contradict each other. Right? Because it will be in the memory and say, okay, we upload videos every five days, and there's a different one that says every three days. Well, guess what? It's contradicting and it can ask you which of these is correct. And you can find the connections between topics you've worked on that you don't even realize. Right? So maybe shorter videos perform better or sponsored videos get less views, whatever. Right?

00:37:24.435 --> 00:37:41.320
Things that like actually can have meaningful impact on your life or business. So while most people just rely on the basic memory inside of Hermes, which isn't bad, Holographic takes it to the next level and makes the long term memory a lot better. Alright. Level seven, the most advanced level, obviously,

00:37:41.800 --> 00:38:02.660
turning Hermes agent into an MCP. Okay? So, basically, you expose it as a MCP server so that other agents like Clothecore or Codex can interact with it as if Hermes was your back end. And this has three main use cases. Number one, serving as a remote approval gate. So let's say Clothecore wants to run something destructive. Right? A risky operation, deleting files, you know, removing database backups,

00:38:02.820 --> 00:38:16.825
whatever. You have, like, a hook that makes it pause. Hermes pushes the approval prompt to your phone so that, you know, let's say you're on a date with a girl, and now suddenly you do something important like, oh, shit. You know? By Hermes agent is messaging me, it wants to push a risky update to delete a database.

00:38:17.065 --> 00:38:35.120
So maybe like, okay. This is a database backup. It's obsolete. It's from six months ago. You approve it, or if it's something it shouldn't do, you reject it. Right? And then it continues. So this is the use case that Clothecode cannot do. Like, Clothecode couldn't do this. It it doesn't have access to your Telegram or Discord. It doesn't have these connections, these authentications.

00:38:35.120 --> 00:38:57.825
So that's one use case. The second one is walk away mode. So you start a long refactor in Clothecode and you close the laptop and you get progress pings on your phone. Right? And you can reply, like, keep going, you know, make it simpler, fewer lines of code, or push to GitHub, whatever. And you can trash from your phone as well. You know? So bug report lines in Discord. You can tell Cloth through Hermes agent to look at the relevant file and reply with a free line diagnosis before opening your laptop. So this is

00:38:58.200 --> 00:39:04.440
pretty many use cases of turning Hermes agent into MCP. And it's the most advanced level because most people don't even understand MCPs,

00:39:04.600 --> 00:39:32.520
and they definitely do not even know that it's possible to turn Hermes agent into an MCP server. But But I'm gonna show you how to do that just now. So just like before, we're gonna set it up by just talking to Hermes and telling it to set it up. So I'm gonna do slash new to start a new conversation. I'm gonna paste in a very long prompt I have, and that starts with expose your Hermes to Cloth code via MCP. Cloth can read and send messages across connected messaging platforms. Telegram, Discord, Slack, Volley code, editor, and there's 22 more lines. Let me just show you the full prompt.

00:39:32.920 --> 00:39:36.920
Here's the full thing. Feel free to screenshot it. We have the full prompt.

00:39:37.320 --> 00:39:38.040
Boom. There it is.

00:39:38.945 --> 00:39:40.865
So Hermes exposes the gateway

00:39:41.105 --> 00:39:42.465
so that Clothecode,

00:39:42.465 --> 00:39:45.905
which obviously can use MCP servers because Anthropic invented

00:39:45.905 --> 00:40:04.330
the model context protocol, can interact with Hermes, which otherwise it couldn't interact and obviously access all the things that Hermes has configured already. So let's go to the terminal. Let's see how Hermes is doing on this task. Uh-uh. Loop is closed. Okay. So make your answer simpler and shorter. I'm not reading all that. I don't know why opens 4.7 is Silverboss.

00:40:05.265 --> 00:40:07.345
Okay. Hermes SCP works.

00:40:08.385 --> 00:40:09.585
Okay. So

00:40:10.545 --> 00:40:13.905
tell me how to now test it on ClothCode.

00:40:14.865 --> 00:40:17.745
I will set up ClothCode on this VPS,

00:40:18.360 --> 00:40:25.480
which obviously we still need to do yet because we haven't set up ClothCode CLI on the VPS. Hermes is giving up the steps. So,

00:40:25.880 --> 00:40:27.560
yeah, let's do that. I'm gonna actually

00:40:27.800 --> 00:40:29.720
open in fact, I'm gonna

00:40:30.455 --> 00:40:32.775
I'm just gonna copy this and follow in the

00:40:33.175 --> 00:40:35.175
in the Discord because why not? You know?

00:40:35.655 --> 00:40:41.015
So I'm gonna copy this over the Discord. I'm gonna start a new chat. Say,

00:40:42.375 --> 00:40:44.695
MCP, a new thread, so it's clearly separate.

00:40:45.990 --> 00:40:47.590
Boom. Let's go to this thread.

00:40:49.110 --> 00:40:51.670
I'm gonna give it to everything here as a context.

00:40:53.990 --> 00:40:54.950
Context.

00:40:55.750 --> 00:40:59.175
Help me set this up on my BPS.

00:40:59.575 --> 00:41:02.695
One step at a time. Be very concise.

00:41:04.055 --> 00:41:11.255
Boom. Let's send this. And then here in the terminal, we can hit control c to stop this and clear and follow these instructions to set up

00:41:11.735 --> 00:41:12.855
Cloth code. Right? So

00:41:13.360 --> 00:41:15.040
first, need to install Cloth.

00:41:15.360 --> 00:41:17.360
So let's copy this command. Boom.

00:41:18.160 --> 00:41:19.600
Installing Cloth code.

00:41:20.160 --> 00:41:24.320
It's similar to the Hermes agent command we ran at the start, know, a one liner installer

00:41:24.320 --> 00:41:25.760
that's gonna install everything.

00:41:26.265 --> 00:41:30.825
But there is if we do Clot, it should ask us to log in. We need to reload the

00:41:31.065 --> 00:41:32.505
reload the thing. Right?

00:41:33.145 --> 00:41:36.265
The shell. I'm gonna copy everything. I'm gonna say,

00:41:37.625 --> 00:41:47.470
what now? Super plain English. Like, I'm literally showing you how to debug, right, using one AI agent, which is Remest agent to set up Cloud Code so that we can then expose Remest as MCP.

00:41:47.550 --> 00:41:50.590
It needs to add to path, so I'm just gonna copy this, literally

00:41:50.750 --> 00:41:59.655
super simple debugging. And there it is. It works. Right? So I'm gonna do Cloud. I need to authenticate. Dark mode is fine. Let's do Anthropic console account.

00:42:00.295 --> 00:42:01.735
Gonna give us a link.

00:42:02.215 --> 00:42:02.935
Boom.

00:42:03.335 --> 00:42:04.775
Space that into a browser.

00:42:08.630 --> 00:42:09.590
Authorize.

00:42:10.310 --> 00:42:14.150
We need to copy this code, switch back to a terminal, and paste in this code.

00:42:15.110 --> 00:42:28.165
And that should be it. Login successful. Enter. Enter. Enter. Just press enter three times, and let's type in message to see if Cloud Code is working, and it is working. That was very easy, and Frohpik has made this authentication super easy. So I'm I'm here.

00:42:29.205 --> 00:42:30.325
So I can just say

00:42:30.885 --> 00:42:31.925
SSH.

00:42:32.005 --> 00:42:32.325
Boom.

00:42:35.310 --> 00:42:38.590
I've managed to install Cloud Code and log in. What now?

00:42:40.750 --> 00:42:44.350
Right. So we need to register the MCP, so let's copy these two commands.

00:42:44.750 --> 00:42:48.110
Switch back to our terminal. Hit control c to kill the Hermes

00:42:48.190 --> 00:42:50.405
t y. Let's run these.

00:42:51.685 --> 00:42:53.525
Okay. So that's that.

00:42:54.645 --> 00:42:57.125
Okay. I did these two commands. What now?

00:42:59.845 --> 00:43:06.930
Literally plain English debugging. Right? Just make sure to use the best model you can. Don't use a cheap small model. So I'm using OpenScore point seven here.

00:43:07.330 --> 00:43:12.290
And now we start Clothecore again. So I can do Cloth dash dash dangerously

00:43:12.290 --> 00:43:13.650
skip permissions.

00:43:16.385 --> 00:43:21.185
Okay. It's gonna be running root, whatever. Just let's do normal clot. Hit enter, and

00:43:21.745 --> 00:43:22.625
let's see

00:43:22.945 --> 00:43:25.185
what tools it has for the Hermes MCP.

00:43:26.225 --> 00:43:28.625
Alright. So it gives all of these different

00:43:28.625 --> 00:43:33.290
tools. MCP Hermes attachment fetch, Hermes channel list, conversations get.

00:43:34.490 --> 00:43:37.610
Okay. So test this actually. Get the previous conversations

00:43:37.770 --> 00:43:42.490
and, you know, read some messages and see if it actually works, these MCP servers.

00:43:43.745 --> 00:43:47.185
So, again, plain English telling it to test the Hermes MCP.

00:43:47.825 --> 00:43:50.305
Let me load the tool schema first then test them.

00:43:50.785 --> 00:43:54.305
K. Let's this is why I wanted to to add to run-in

00:43:54.305 --> 00:43:58.145
dangerous escape permission so we don't have to approve these. Yes.

00:44:01.120 --> 00:44:05.200
Both tools work perfectly. Here's the summary. Conversationary returns free Discord threads.

00:44:05.440 --> 00:44:07.920
Messages read successfully read 10 messages.

00:44:08.320 --> 00:44:11.280
Channels list. Okay. Everything works works. Nice.

00:44:12.315 --> 00:44:14.955
Okay. So now use these tools to analyze

00:44:15.035 --> 00:44:21.835
things about me as a user. What am I likely missing? What are my attributes? What are likely my goals? Based on these conversations,

00:44:21.835 --> 00:44:27.515
based on these messages, what can you tell about me? Make sure to use the Hermes MCP for this and be very concise.

00:44:28.270 --> 00:44:33.070
K. Let me read all three conversations for a fuller picture, and it's calling the Hermes MCP.

00:44:33.630 --> 00:44:35.470
Here's what the conversation reveal.

00:44:35.710 --> 00:44:37.150
You are a content creator.

00:44:37.950 --> 00:44:39.310
Okay. Vactel,

00:44:39.310 --> 00:44:47.365
it even knows the company name, power user, self host AI infra. K. So listen. I'm not claiming to be power user. It's cloth code calling me power user.

00:44:48.085 --> 00:44:55.445
Your behavior patterns delegates fully, low tolerance for verbosity. That's true. Checks in hours later rather than monitoring. Okay?

00:44:56.600 --> 00:44:59.880
Your goals, build the agent, produce YouTube content, automate everything.

00:45:00.360 --> 00:45:00.920
Yeah.

00:45:01.640 --> 00:45:06.920
I mean, it's true. It's basically, use the Hermes MCP to analyze myself. And,

00:45:07.480 --> 00:45:37.390
obviously, the power of this is that as you're building something, Clothcode doesn't need to have all the context of a Hermes agent. You can keep it private on a VPS. Maybe Clothcode is on a different VPS or Clothcode is running locally, and it can still fetch the data when needed through Hermes. Because Hermes agent can be served as a MCP server, which again, most people have no idea because they don't go through the seven levels of Hermes agent. Now, if you watch all of this, the next step is to actually go through the video again and set it up. So go below the video, click the first link, and get your very own virtual private server.

00:45:37.955 --> 00:45:49.715
Hostinger has the one of the most affordable options for a VPS, and it's super easy setup for Hermes agent. This is what I was using in the entire video. So, again, click the first link, below the video, and get your own Hostinger VPS.

00:45:49.795 --> 00:45:55.240
Make sure to use code david for additional 10% off. And if you are serious about AI, then make sure to join the new society.

00:45:55.400 --> 00:46:12.755
Everyone who joins in the month of May will get a personalized audit of their GitHub repository. So you submit your GitHub repo and we look at it. We can go through the security, through the front end, suggest new features, whatever you want us to focus on, or if you just want us to go through the whole thing without any focus, you don't need to include anything.

00:46:12.915 --> 00:46:59.640
But this is only available for people who join in May because it's not scalable to do this forever. It takes a lot of time to audit these GitHub repositories. So if you join New Society in May, you get a specialized GitHub audit. Plus in the classroom, we're releasing a new course on HerMS agent. So if you like this video, it's just a taste of what's coming in the classroom. Right? So inside of New Society, you get more granular step by step modules with premade resources, configs, skill system prompts that you can just copy paste into your life and business. So if you want more access and more content about Hermes agent and also calls with me, which, by the way, there's literally a call happening in seven minutes, That's why I'm speaking fast. Make sure to join the new society. The link to the new society Lightning page will be below the video. With that being said, thank you guys for watching, and have a wonderful, productive week. See you.
