AnswerDotAI/shell_sage

Document Logging System

Aberta

#35 aberto em 15 de fev. de 2025

 (0 comentário) (0 reação) (0 responsável)Jupyter Notebook (44 forks)auto 404
documentationgood first issuehelp wanted

Métricas do repositório

Stars
 (406 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador