Initial commit: Egregore brain service

AI logic with Claude API integration, tool execution, and system prompts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
egregore 2026-02-02 11:37:48 +00:00
commit 5710c44821
6 changed files with 906 additions and 0 deletions

43
.gitignore vendored Normal file
View file

@ -0,0 +1,43 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
dist/
build/
# Environment
.env
.env.*
*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# Secrets - BE PARANOID
*.pem
*.key
*.crt
*.p12
credentials*
secrets*
tokens*
*_secret*
*_token*
*.credentials
# Logs and data
*.log
*.db
*.sqlite
*.backup
# OS
.DS_Store
Thumbs.db