Skip to content

Commit cbb02b0

Browse files
committed
Revert back to commit 1f2e3d4
1 parent 0971406 commit cbb02b0

File tree

17 files changed

+3
-25
lines changed

17 files changed

+3
-25
lines changed
-12.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

agentic/images/n1.png

-1.09 MB
Binary file not shown.

agentic/images/n2.png

-1.52 MB
Binary file not shown.

agentic/images/n3.png

-1.03 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

agentic/requirements.txt

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# requirements.txt - Updated for NOC Integration System
1+
# requirements.txt
22

33
# Web server and API
44
fastapi>=0.103.1
@@ -8,35 +8,13 @@ aiohttp>=3.8.5
88
# Data handling and validation
99
pydantic>=2.4.2
1010
numpy>=1.24.0
11-
pandas>=2.0.0
1211

1312
# Asynchronous programming
1413
asyncio>=3.4.3
1514

1615
# Utilities
1716
python-dateutil>=2.8.2
18-
jinja2
19-
setuptools
20-
21-
# NOC Integration specific dependencies
22-
# Data processing and analysis
23-
scikit-learn>=1.3.0
24-
25-
# Langchain for vector processing (if using vector stores)
26-
langchain>=0.0.300
27-
langchain-openai>=0.0.5
28-
langchain-community>=0.0.20
2917

30-
# Vector storage and embeddings
31-
faiss-cpu>=1.7.4
32-
33-
# Optional: Ansible for real playbook execution
34-
# ansible>=8.0.0 # Uncomment if you want to install Ansible
35-
36-
# Optional: Additional data processing
37-
# openpyxl>=3.1.0 # For Excel file processing
38-
# PyYAML>=6.0 # For YAML configuration files
18+
jinja2
3919

40-
# Development and testing
41-
pytest>=7.4.0
42-
pytest-asyncio>=0.21.0
20+
setuptools

0 commit comments

Comments
 (0)