AnswerDotAI/shell_sage

Document Logging System

Offen

#35 geöffnet am 15.02.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Jupyter Notebook (44 Forks)auto 404
documentationgood first issuehelp wanted

Repository-Metriken

Stars
 (406 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Add documentation for the logging system including:

  • Database schema
  • Query examples
  • Log maintenance
  • Configuration options

Example additions:

## Logging
Logs are stored in SQLite at ~/.shell_sage/log_db/logs.db

Schema:
- timestamp: DateTime
- query: Text
- response: Text
- model: Text

Estimated time: 1-2 hours

Contributor Guide