{% extends "base.html" %} {% block title %}Settings - Familiar Admin{% endblock %} {% block content %}

System Settings

🧠 LLM Provider

🔒 Security & Limits

Requests will be blocked when budget is exceeded

How long before inactive users are logged out

🔧 Enabled Skills

{% set skills = [ ('email', 'Cerberus', '📧', 'Email triage'), ('calendar', 'Chronos', '📅', 'Calendar'), ('tasks', 'Hydra', '✅', 'Tasks'), ('nonprofit', 'Plutus', '💰', 'Nonprofit'), ('knowledge', 'Mnemosyne', '🧠', 'Knowledge base'), ('proactive', 'Helios', 'â˜€ī¸', 'Daily briefings'), ('browser', 'Arachne', '🌐', 'Browser automation'), ('messaging', 'Hermes', '📡', 'Messaging'), ('sms', 'Iris', '🌈', 'SMS'), ('voice', 'Echo', '🔊', 'Voice'), ('triggers', 'Moirai', '⚡', 'Webhooks'), ('webapi', 'Argus', 'đŸ‘ī¸', 'Web APIs'), ] %} {% for skill_id, name, icon, desc in skills %} {% endfor %}

Skill configuration requires restart. Edit config.yaml directly for advanced options.

â„šī¸ System Information

Version
1.6.0
Python
3.11
Data Directory
~/.familiar/data
Config File
~/familiar/config.yaml
{% endblock %}