Complete cleanup after dropping the mini-swe-agent submodule (PR #2804): - Remove MSWEA_SILENT_STARTUP and MSWEA_GLOBAL_CONFIG_DIR env var settings from cli.py, run_agent.py, hermes_cli/main.py, doctor.py - Remove mini-swe-agent health check from hermes doctor - Remove 'minisweagent' from logger suppression lists - Remove litellm/typer/platformdirs from requirements.txt - Remove mini-swe-agent install steps from install.ps1 (Windows) - Remove mini-swe-agent install steps from website docs - Update all stale comments/docstrings referencing mini-swe-agent in terminal_tool.py, tools/__init__.py, code_execution_tool.py, environments/README.md, environments/agent_loop.py - Remove mini_swe_runner from pyproject.toml py-modules (still exists as standalone script for RL training use) - Shrink test_minisweagent_path.py to empty stub The orphaned mini-swe-agent/ directory on disk needs manual removal: rm -rf mini-swe-agent/
36 lines
615 B
Plaintext
36 lines
615 B
Plaintext
# NOTE: This file is maintained for convenience only.
|
|
# The canonical dependency list is in pyproject.toml.
|
|
# Preferred install: pip install -e ".[all]"
|
|
|
|
# Core dependencies
|
|
openai
|
|
python-dotenv
|
|
fire
|
|
httpx
|
|
rich
|
|
tenacity
|
|
prompt_toolkit
|
|
pyyaml
|
|
requests
|
|
jinja2
|
|
pydantic>=2.0
|
|
PyJWT[crypto]
|
|
|
|
# Web tools
|
|
firecrawl-py
|
|
parallel-web>=0.4.2
|
|
|
|
# Image generation
|
|
fal-client
|
|
|
|
# Text-to-speech (Edge TTS is free, no API key needed)
|
|
edge-tts
|
|
|
|
# Optional: For cron expression parsing (cronjob scheduling)
|
|
croniter
|
|
|
|
# Optional: For messaging platform integrations (gateway)
|
|
python-telegram-bot>=20.0
|
|
discord.py>=2.0
|
|
aiohttp>=3.9.0
|