-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (33 loc) · 2 KB
/
requirements.txt
File metadata and controls
41 lines (33 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ── Core LLM / AI ────────────────────────────────────────────────────────────
ollama>=0.3.0
openai>=1.0.0
anthropic>=0.20.0
# ── Web terminal (web_ui/) ────────────────────────────────────────────────────
flask>=3.0.0
flask-socketio>=5.3.0
python-engineio>=4.9.0
python-socketio>=5.11.0
gevent>=23.9.0
gevent-websocket>=0.10.1
gunicorn>=21.0.0
# ── Telegram bot (smolting-telegram-bot/) ────────────────────────────────────
python-telegram-bot>=21.0
# ── LangChain agents (python/AnimeAgent.py, python/LibraryPilot.py) ──────────
langchain>=0.2.0
langchain-openai>=0.1.0
langgraph>=0.1.0
beautifulsoup4>=4.12.0
# ── HTTP / async ──────────────────────────────────────────────────────────────
requests>=2.31.0
aiohttp>=3.9.0
# ── Solana / blockchain (x402 settlements) ────────────────────────────────────
solders>=0.21.0
solana>=0.34.0
# ── Memory plugin (plugins/mem0-memory/) ──────────────────────────────────────
mem0ai>=0.0.1
# ── Utilities ─────────────────────────────────────────────────────────────────
pydantic>=2.0
python-dotenv>=1.0.0
pyyaml>=6.0
# ── Dev / test ────────────────────────────────────────────────────────────────
pytest>=7.4.0