![]() |
|
Hermes Agentic AI project - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Fetishes, obsessions, traits, features, peculiarities (https://www.likera.com/forum/mybb/Forum-Fetishes-obsessions-traits-features-peculiarities) +--- Forum: Hypnosis and Hypno-fetish (https://www.likera.com/forum/mybb/Forum-Hypnosis-and-Hypno-fetish) +---- Forum: Like Ra’s Hypno-TransformAItion Lab (https://www.likera.com/forum/mybb/Forum-Like-Ra%E2%80%99s-Hypno-TransformAItion-Lab) +---- Thread: Hermes Agentic AI project (/Thread-Hermes-Agentic-AI-project) |
Hermes Agentic AI project - Like Ra - 26 May 2026 You might have heard of agentic AIs, when you set up LLM to perform some real tasks for you, not just generate a fancy text or a kinky picture. I did not have much success with OpenClaw, but Hermes caught my attention, because it can create specific "skills" for you, just from a conversation. The main links: https://github.com/nousresearch/hermes-agent https://hermes-agent.nousresearch.com/ For my main LLM I'm using Ollama cloud with Gemma4 31B for free. For the time being, it's the minimum usable LLM - I did not have any luck with local models, suitable for my computer. RE: Hermes Agentic AI project - Like Ra - 26 May 2026 So far, I managed to create and successfully use the following skills (will be updated): "Supplement research" It takes a list or a photo with a list of ingredients, collects the info about each of the ingredient (Latin name, basic usage, dosage, side effects, up to 5 clinical trial researches with outcomes and links - all web links are tested!), and checks/creates files in the Obsidian vault (which is synched to all my devices). "Picture generation" Generate a picture from a description or a text using local ComfyUI (all prompts are created automatically), analyze the result with a local uncensored LLM, compare with the description, adjust the prompts, generate again. Related: https://www.likera.com/forum/mybb/showthread.php?tid=4602 Kinky LoRAs "Audio file transcription" Use local Faster Whisper to transcribe audio files, add the title with the author, remove time codes, add new lines at the end of the sentences. Related: https://www.likera.com/forum/mybb/Thread-Hypnosis-Scripts?pid=86562#pid86562 RE: Hermes Agentic AI project - Like Ra - 26 May 2026 Ideas: - create a LoRA from hypno-texts and hypnosis and NLP-books - auto create hypno-files with corresponding images - send daily (hourly) triggers and (self-)bondage/fetish/feminization motivators - search Aliexpress/eBay for items, corresponding to hypnofiles or daily goals - create bondage/fetish/sissy tasks or daily/weekly goals (what to wear, what to buy) - enforced feminization with image, behaviour, task analysis - interface with remotely controlled devices - train LoRA with the site content (need to create an MLP first) - analyze all images in the forum, tag them (e.g. danbooru style?), add the tags to the forum (think of advanced search?) - grab hypno-file descriptions off the sites and create a properly searchable KB/DB/repository RE: Hermes Agentic AI project - Like Ra - 27 May 2026 The bad thing is - LLMs tend to inadvertently change something working, when you tell them to fix, they break it, when they tell them to fix, they rewrite everything, then the token quota ends, and you are left with broken tools and no job done 🤣 |