actual-setup

Featured

Set up Actual Computer (actual.inc) inference in Hermes.

AI & Automation 244,407 stars 50594 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Actual Computer Setup Skill Sets up [actual.inc](https://actual.inc) (Actual Computer) as a Hermes inference provider. Actual turns the user's own hardware into a private inference cluster and exposes an OpenAI-compatible API two ways: a hosted end-to-end-encrypted relay at `https://api.actual.inc` (authenticated with an `ac_` key), and a local on-device daemon at `http://127.0.0.1:8080` (no auth on loopback). This skill does not install the Actual daemon for the user — device authorization requires a human in a browser. ## When to Use - User wants to add actual.inc as an inference provider (cloud relay or local). - User has an `ac_` key and wants Hermes routed through their Actual cluster. - User wants fully-local, on-device inference via the Actual daemon. - Troubleshooting: Actual requests failing with cryptic 400s or empty streams. ## Prerequisites - Hermes has **first-class `actual` provider support** (provider id `actual`, aliases `actual-computer`, `actualcomputer`, `aci`). Do NOT configure Actual as a `custom_providers` / `providers.actual.*` entry on current Hermes — the built-in provider owns the name and handles base-url normalization, the Responses transport, and local no-auth automatically. - Relay mode: an Actual account and an `ac_` inference key from https://actual.inc/user/keys. - Local mode: the user has installed the daemon (`curl -fsSL "https://actual.inc/install" | bash`) and completed device authorization by running `actual` once and...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category