hassanshka commited on
Commit
7ea3820
·
verified ·
1 Parent(s): ae7a494

Update agent.json

Browse files

i have added the necessary inputs tro the data

Files changed (1) hide show
  1. agent.json +51 -14
agent.json CHANGED
@@ -36,18 +36,55 @@
36
  "planning_interval": null,
37
  "name": null,
38
  "description": null,
39
- "authorized_imports": [
40
- "unicodedata",
41
- "stat",
42
- "datetime",
43
- "random",
44
- "pandas",
45
- "itertools",
46
- "math",
47
- "statistics",
48
- "queue",
49
- "time",
50
- "collections",
51
- "re"
52
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  }
 
36
  "planning_interval": null,
37
  "name": null,
38
  "description": null,
39
+ "authorized_imports": [
40
+ "unicodedata",
41
+ "stat",
42
+ "datetime",
43
+ "random",
44
+ "pandas",
45
+ "numpy",
46
+ "itertools",
47
+ "math",
48
+ "statistics",
49
+ "queue",
50
+ "time",
51
+ "collections",
52
+ "re",
53
+ "os",
54
+ "sys",
55
+ "json",
56
+ "joblib",
57
+ "pickle",
58
+ "gzip",
59
+ "shutil",
60
+ "pathlib",
61
+
62
+ // Machine Learning & Deep Learning
63
+ "torch",
64
+ "torchvision",
65
+ "torchaudio",
66
+ "torch.nn",
67
+ "torch.optim",
68
+ "torch.utils.data",
69
+ "tensorflow",
70
+ "keras",
71
+ "sklearn",
72
+ "scipy",
73
+ "cv2", // OpenCV for image processing
74
+ "transformers", // Hugging Face Transformers
75
+ "datasets",
76
+ "tokenizers",
77
+ "sentencepiece",
78
+
79
+ // Visualization
80
+ "matplotlib.pyplot",
81
+ "seaborn",
82
+ "plotly",
83
+
84
+ // Utility Libraries
85
+ "tqdm",
86
+ "argparse",
87
+ "logging"
88
+ ]
89
+
90
  }