AnswerDotAI/shell_sage

Document Logging System

オープン

#35 opened on 2025/02/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Jupyter Notebook (44 件のフォーク)auto 404
documentationgood first issuehelp wanted

Repository metrics

Stars
 (406 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド