2026-01-23 12:26:53 +00:00
|
|
|
# Core dependencies
|
2025-08-09 09:52:07 -07:00
|
|
|
openai
|
2025-10-01 09:54:17 +00:00
|
|
|
python-dotenv
|
2025-10-08 02:38:04 +00:00
|
|
|
fire
|
2026-01-08 00:59:51 -08:00
|
|
|
httpx
|
2026-01-14 14:02:59 +00:00
|
|
|
rich
|
2026-01-23 12:26:53 +00:00
|
|
|
tenacity
|
2026-01-31 06:30:48 +00:00
|
|
|
prompt_toolkit
|
2026-02-07 00:05:04 +00:00
|
|
|
pyyaml
|
|
|
|
|
requests
|
|
|
|
|
jinja2
|
|
|
|
|
pydantic>=2.0
|
2026-01-23 12:26:53 +00:00
|
|
|
|
|
|
|
|
# Web tools
|
|
|
|
|
firecrawl-py
|
|
|
|
|
|
|
|
|
|
# Image generation
|
|
|
|
|
fal-client
|
|
|
|
|
|
|
|
|
|
# mini-swe-agent dependencies (for terminal tool)
|
|
|
|
|
# Note: Install mini-swe-agent itself with: pip install -e ./mini-swe-agent
|
|
|
|
|
litellm>=1.75.5
|
|
|
|
|
typer
|
|
|
|
|
platformdirs
|
|
|
|
|
|
|
|
|
|
# Optional: For Docker backend (recommended)
|
|
|
|
|
# Requires Docker installed and user in 'docker' group
|
|
|
|
|
|
|
|
|
|
# Optional: For Modal backend (cloud execution)
|
2026-02-07 00:05:04 +00:00
|
|
|
# swe-rex[modal]>=1.4.0 # Includes modal + boto3 + swe-rex runtime
|
2026-01-23 12:26:53 +00:00
|
|
|
|
2026-02-12 10:05:08 -08:00
|
|
|
# Text-to-speech (Edge TTS is free, no API key needed)
|
|
|
|
|
edge-tts
|
|
|
|
|
|
|
|
|
|
# Optional: Premium TTS providers
|
|
|
|
|
# elevenlabs # Uncomment if using ElevenLabs TTS (needs ELEVENLABS_API_KEY)
|
|
|
|
|
|
2026-02-02 08:26:42 -08:00
|
|
|
# Optional: For cron expression parsing (cronjob scheduling)
|
2026-02-02 19:01:51 -08:00
|
|
|
croniter
|
|
|
|
|
|
|
|
|
|
# Optional: For messaging platform integrations (gateway)
|
2026-02-07 00:05:04 +00:00
|
|
|
# Telegram
|
2026-02-03 07:02:59 -08:00
|
|
|
python-telegram-bot>=20.0
|
2026-02-02 19:01:51 -08:00
|
|
|
|
2026-02-07 00:05:04 +00:00
|
|
|
# Discord
|
2026-02-03 07:02:59 -08:00
|
|
|
discord.py>=2.0
|
2026-02-02 19:01:51 -08:00
|
|
|
|
2026-02-07 00:05:04 +00:00
|
|
|
# WhatsApp bridge communication + general async HTTP (used by gateway)
|
|
|
|
|
aiohttp>=3.9.0
|