AnswerDotAI/shell_sage

Document Logging System

Aperta

#35 aperta il 15 feb 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Jupyter Notebook (44 fork)auto 404
documentationgood first issuehelp wanted

Metriche repository

Star
 (406 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor