b5d8665ac0
- Replaced direct Anthropic API with Pi CLI (uses platform auth, no API key needed) - Model: claude-sonnet-4-6 - Streaming JSON mode with live progress updates in Telegram - Per-user session files via Pi's --session/--continue - Auto-recovery from corrupted sessions - 5 min timeout, not-lazy system prompt
20 lines
248 B
Plaintext
20 lines
248 B
Plaintext
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# API keys — never commit real credentials
|
|
.env
|
|
|
|
.pi/agent-sessions/
|
|
telegram-bot/sessions/
|
|
telegram-bot/bot.log
|
|
telegram-bot/bot.err
|
|
telegram-bot/conversations.json
|
|
|
|
|
|
.playwright-cli/
|
|
|
|
tmp/ |