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

贡献者指南