Add automated session logging system
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled

- Created logs/ structure (sessions, operations, incidents)
- Added session-start/log/end scripts
- Installed Git hooks for auto-logging commits/pushes
- Added shell integration for zsh
- Created CHANGELOG.md
- Documented today's session (2026-01-10)
This commit is contained in:
Apple
2026-01-10 04:53:17 -08:00
parent e67882fd15
commit 744c149300
260 changed files with 6364 additions and 68 deletions

View File

@@ -25,3 +25,12 @@ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7008"]

View File

@@ -318,3 +318,12 @@ CREATE TABLE agent_memories_vector (

View File

@@ -10,3 +10,12 @@ __all__ = ['ShortTermBackend', 'VectorStoreBackend', 'KnowledgeBaseBackend']

View File

@@ -76,3 +76,12 @@ class KnowledgeBaseBackend:

View File

@@ -110,3 +110,12 @@ class ShortTermBackend:

View File

@@ -186,3 +186,12 @@ class VectorStoreBackend:

View File

@@ -33,3 +33,12 @@ limits:

View File

@@ -53,3 +53,12 @@ class EmbeddingClient:

View File

@@ -245,3 +245,12 @@ if __name__ == "__main__":

View File

@@ -52,3 +52,12 @@ class MemorySummarizeResponse(BaseModel):

View File

@@ -12,3 +12,12 @@ python-multipart==0.0.6