File size: 1,074 Bytes
2e658e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
{
  "ciPythonDependencies": [
    "mypy==1.17.1",
    "pip-audit==2.10.1"
  ],
  "containerImages": [
    "ghcr.io/astral-sh/uv:0.11.6-python3.13-trixie",
    "tianon/gosu:1.19-trixie",
    "node:22.16.0-trixie-slim",
    "python:3.13.5-slim-trixie"
  ],
  "nodeDependencyPolicy": {
    "installCommand": "npm ci --prefer-offline --no-audit",
    "localLockfile": "package-lock.json",
    "localLockfileVersion": 3,
    "localNodeDependencies": [],
    "localNodeDevDependencies": [],
    "upstreamLockfile": "package-lock.json"
  },
  "project": "Hermes Futures Desk V5",
  "pythonDependencies": [
    "PyYAML==6.0.3",
    "ccxt==4.5.10",
    "fastapi==0.115.0",
    "httpx==0.27.2",
    "huggingface_hub==0.36.0",
    "psycopg[binary]==3.3.4",
    "pytest-cov==7.0.0",
    "pytest==9.0.2",
    "ruff==0.12.5"
  ],
  "runtime": {
    "node": "22.16.0",
    "npm": "10.9.2",
    "python": "3.13.5"
  },
  "schemaVersion": 1,
  "upstream": {
    "commit": "8fc278207b0f5b25e567966f9615e1b1737f62af",
    "repository": "https://github.com/NousResearch/hermes-agent.git"
  }
}