Skip to content

Commit

Permalink
feat(edriziai): initialize Edriziai startup mentor AI assistant
Browse files Browse the repository at this point in the history
- Configure Slack integration with custom commands (/startup, /mentor, /ourfeedback, /analyze, /resources)
- Set up environment configuration for AI services (OpenAI, Anthropic, Google)
- Add startup mentorship knowledge base (fundamentals, mental health, financial modeling)
- Configure character settings in edrizi.json
- Update gitignore to protect sensitive configs and credentials
- Set up proper server ports (3000 main, 3001 Slack)
  • Loading branch information
ccross22 committed Jan 23, 2025
1 parent f37c889 commit 3290a40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,16 @@ eliza.sig
packages/plugin-nvidia-nim/extra
packages/plugin-nvidia-nim/old_code
packages/plugin-nvidia-nim/docs
# Edriziai specific ignores
characters/edriziai-info/secrets.json
*.env
.env.*

# Build directories
**/.turbo/
**/dist/
**/node_modules/

# Cache and temporary files
**/*.cache
**/*.temp

0 comments on commit 3290a40

Please sign in to comment.