Ryanhub - file viewer
filename: assistant/config/config.yaml
branch: main
back to repo
llm:
  # online version
  base_url: http://100.108.16.6:11434
  model: qwen3.5:4b
  
  # true laptop local version
  # base_url: http://localhost:11434
  # model: qwen3.5:0.8b

  api_key: ""

agent:
  system_prompt: |
    You are a personal assistant.
    Prefer doing over describing.
    Keep responses short and useful.
  context_window_chars: 32000

server:
  host: 0.0.0.0
  port: 6700

automation:
  morning_briefing_hour: 7
  after_dinner_recap_hour: 21

tools:
  weather:
    enabled: true
    lat: 40.7128
    lon: -74.0060

  news:
    enabled: true
    preferences: "local AI models, open source, startups, machine learning"
    strict_preferences: true
    feeds:
      - https://news.ycombinator.com/rss

  calendar:
    enabled: true

  memory:
    enabled: true

  code:
    enabled: false
    workspace: ./workspace

  gitlog:
    enabled: true
    log_url: https://ryanhub.org/logs/git-pushes.log
    focus_user: ryan-alport

  scratchpad:
    enabled: true
    path: ./scratchpad.md

memory:
  db_path: ./assistant.db