Initial commit - LettaBot multi-channel AI assistant
Co-authored-by: Cameron Pfiffer <cameron@pfiffer.org> Co-authored-by: Caren Thomas <carenthomas@gmail.com> Co-authored-by: Charles Packer <packercharles@gmail.com> Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
|
||||
# Environment files (contain secrets)
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Letta local data
|
||||
.letta/
|
||||
|
||||
# User data
|
||||
user-agents.json
|
||||
|
||||
# Reference repos (cloned for research)
|
||||
*-reference/
|
||||
|
||||
# Test files
|
||||
test-*.mjs
|
||||
test-*.js
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Runtime files
|
||||
cron-log.jsonl
|
||||
cron-jobs.json
|
||||
lettabot-agent.json
|
||||
PERSONA.md
|
||||
|
||||
# Related repos
|
||||
moltbot/
|
||||
letta-code-sdk/
|
||||
|
||||
# WhatsApp session (contains credentials)
|
||||
data/whatsapp-session/
|
||||
Reference in New Issue
Block a user