Initial SOC memory POC implementation

This commit is contained in:
2026-04-27 17:13:06 +08:00
parent fc68581198
commit e6b1520bce
89 changed files with 7610 additions and 1 deletions

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
# Local runtime configuration
config.yaml
*.local.yaml
*.secret.yaml
.env
.env.*
# Python cache / test artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
# Local editor / agent metadata
.codex
.DS_Store
# Runtime output
*.log
*.tmp