Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
CodeGraph
Interface CodeGraph
interface
CodeGraph
{
agentId
:
string
;
edges
:
CodeEdge
[]
;
nodes
:
CodeNode
[]
;
repoPath
:
string
;
scannedTs
:
number
;
stats
:
{
configCount
:
number
;
edgeCount
:
number
;
fileCount
:
number
;
functionCount
:
number
;
moduleCount
:
number
;
}
;
}
Index
Properties
agent
Id
edges
nodes
repo
Path
scanned
Ts
stats
Properties
agent
Id
agentId
:
string
edges
edges
:
CodeEdge
[]
nodes
nodes
:
CodeNode
[]
repo
Path
repoPath
:
string
scanned
Ts
scannedTs
:
number
stats
stats
:
{
configCount
:
number
;
edgeCount
:
number
;
fileCount
:
number
;
functionCount
:
number
;
moduleCount
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
edges
nodes
repo
Path
scanned
Ts
stats
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...