-
Agentic AI – Service Now AI Agent
Agentic AI – Service Now Agent servicenow-agentic-ai/ │ ├── app/ │ │ ├── api/ │ │ ├── routes.py │ │ └── dependencies.py │ │ │ ├── agents/ │ │ ├── supervisor_agent.py │ │ ├── incident_agent.py │ │ ├── knowledge_agent.py │ │ └── request_agent.py │ │ │ ├── graph/ │ │ ├── state.py │ │ ├── nodes.py │ │ ├── router.py │ │ └── graph.py │ │ │ ├── tools/ │ │ ├── incident_tools.py │ │ ├── kb_tools.py │ │ └── request_tools.py │ │ │ ├── services/ │ │ ├── servicenow_service.py │ │ ├── llm_service.py │ │ ├── vector_service.py │ │
