GET
/stageResponse
200 OK
See Developmental Stages for details on each stage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the current developmental stage of the graph.
/stage{
"stage": "S1",
"name": "Pattern Crystallization",
"progress_percent": 11,
"stable_edges_needed": 1000,
"stable_edges_current": 207
}
| Field | Type | Description |
|---|---|---|
stage | string | Current stage (S0, S1, S2, S3). |
name | string | Human-readable stage name. |
progress_percent | integer | Progress towards next stage (0-100). |
stable_edges_needed | integer | Stable edges required for next stage. |
stable_edges_current | integer | Current count of stable edges. |
curl -H "Authorization: Bearer your-api-key" \
http://localhost:8080/stage
Was this page helpful?