Skip to content

Galyarder Agent Docs

Galyarder Agent (g-agent) is a practical, self-hosted personal assistant runtime.

Galyarder Agent

Private by default. Operate from your own machine, with your own policies.

Practical by design. Focus on channels, memory, automation, and auditability.

What you get

  • Multi-channel assistant: CLI, Telegram, WhatsApp
  • LLM routing through configurable OpenAI-compatible proxies (CLIProxyAPI, vLLM, LiteLLM, etc.)
  • Persistent memory in local Markdown files
  • Proactive scheduling, cron-based reminders, workflow packs
  • Policy controls for workspace access, approvals, and guest limits

Who this is for

This project is for builders who want:

  • strong local control
  • auditable behavior
  • production utility over hype

Start here

  1. Getting Started
  2. Install Matrix
  3. Configuration
  4. Operations
  5. Troubleshooting
  6. Security

Codebase map

  • Backend runtime: backend/agent
  • Docs source: docs/
  • Project roadmap: docs/roadmap/runtime-roadmap.md

Open-source navigation

Architecture

g-agent architecture

Execution path: channel input → agent loop → tools/memory/scheduler → outbound dispatch.