AnswerDotAI/shell_sage

Document Logging System

開放

#35 建立於 2025年2月15日

 (0 則留言) (0 個反應) (0 位負責人)Jupyter Notebook (44 個分叉)auto 404
documentationgood first issuehelp wanted

倉庫指標

星標
 (406 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南