Find the insights and best practices about our product.
AgentSensor Overview

Introduction

AgentSensor extends CodeSensor to detect agentic AI frameworks in your code repositories and surface them directly within your AI Bill of Materials. When a repository is scanned, AgentSensor identifies the agentic systems present, maps the relationships between agents, and organizes this information in a dedicated Agentic Systems tab within the BOM detail view. This gives security and governance teams a structured inventory of multi-agent architectures without manual discovery work.

AgentSensor results appear for any BOM created or rescanned after Release 2026.2.2. If you do not see Agentic Systems data for an existing BOM, rescan the repository to pick up agent framework detection.

Supported Frameworks

  • Amazon Strands
  • CrewAI
  • HuggingFace smolagents
  • Microsoft AutoGen-AgentChat
  • LangGraph
  • OpenAI Agents

Agentic Systems Tab

The Agentic Systems tab appears in the BOM detail view for any scanned repository. When AgentSensor detects supported frameworks, the tab lists each agentic system found in the repository along with its framework and the number of agents it contains.

Agent Details

Clicking Details on an agentic system opens a tabular breakdown of the individual agents within that system. The table displays each agent's name, model, instructions, tools, handoffs, file paths, guardrails, and MCP servers.

Agent Visualization

Click View in the Visualization column opens an interactive graph showing the relationships between agents in the system. The graph displays each agent as a node, with connections representing handoffs and dependencies between them. Visualization is available when a system contains more than one agent with input or output connections.

Exporting Agentic Systems Data

Agentic Systems data is included when exporting a BOM in CycloneDX format. To export, navigate to the BOM detail view, click Export, and select Export to cyclonedx.

Did this answer your question?