Files
clinera-site/.gitignore
T
Azreen Jamal b5d8665ac0 telegram-bot: rewrite to use Pi CLI with streaming JSON output
- 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
2026-03-06 02:58:58 +08:00

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/