Galyarder Agent Docs¶
Galyarder Agent (g-agent) is a practical, self-hosted personal assistant runtime.
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¶
Codebase map¶
- Backend runtime:
backend/agent - Docs source:
docs/ - Project roadmap:
docs/roadmap/runtime-roadmap.md
Open-source navigation¶
- Common operator questions: FAQ
- Contribution expectations: Contributing
Architecture¶

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