AnswerDotAI/shell_sage

Document Logging System

Open

#35 opened on Feb 15, 2025

 (0 comments) (0 reactions) (0 assignees)Jupyter Notebook (44 forks)auto 404
documentationgood first issuehelp wanted

Repository metrics

Stars
 (406 stars)
PR merge metrics
 (PR metrics pending)

Description

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