home.social

#fts5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fts5, aggregated by home.social.

  1. ----------------

    🔹 Tool 🧭 Hermes Agent — Technical Overview

    Hermes Agent is an AI agent framework from Nous Research that embeds a closed learning loop: it creates and refines skills from operational experience, nudges memory persistence, and performs full-text session search using FTS5 with LLM summarization. The project emphasises long-term agent competence rather than single-session behaviour.

    Architecture and capabilities
    • Terminal and multi-platform gateways: Hermes exposes a full TUI with multiline editing, slash-command autocomplete, conversation history, interrupt-and-redirect, and streaming tool output. It also routes conversations across messaging backends (Telegram, Discord, Slack, WhatsApp, Signal) while maintaining cross-platform continuity.
    • Learning and memory: The agent uses agent-curated memory with periodic nudges and autonomous skill creation after complex tasks. Skills are self-improving during use and compatible with agentskills.io as an open standard. Session-level retrieval uses FTS5 plus LLM-based summarization for cross-session recall.
    • Concurrency and delegation: Hermes can spawn isolated subagents for parallel workstreams and supports RPC-style tool invocation where Python scripts can call tools, collapsing multi-step pipelines into single agent turns.
    • Scheduling and persistence: A built-in cron-style scheduler delivers natural-language automations (daily reports, backups, audits). Multiple backends support serverless persistence, enabling hibernation when idle and warm-up on demand to reduce cost between sessions.
    • Model and runtime flexibility: Model endpoints are pluggable — users can point to Nous Portal, OpenAI, OpenRouter, z.ai/GLM, Kimi/Moonshot, MiniMax, or custom endpoints and switch models without code changes. Runtime backends include local, Docker, SSH, Daytona, Singularity, and Modal.

    Research features

    Hermes includes batch trajectory generation, Atropos RL environments, and trajectory compression primitives aimed at tooling for training tool-calling models and agent research.

    Limitations and scope

    The project is presented as a research-grade, multi-backend agent platform rather than a turnkey consumer assistant. The codebase and documentation indicate reliance on several runtime integrations and standards but do not embed provider-specific operational instructions.

    🔹 HermesAgent #NousResearch #agentskills_io #FTS5 #Atropos

    🔗 Source: github.com/nousresearch/hermes