neat.h File
Top-level umbrella header for the SiMa NEAT framework. More...
Included Headers
#include "neat/genai.h"
#include "neat/models.h"
#include "neat/node_groups.h"
#include "neat/nodes.h"
#include "neat/runtime.h"
Description
Top-level umbrella header for the SiMa NEAT framework.
Including <neat.h> is enough to write a complete NEAT application: it transitively pulls in the public Graph/runtime types (neat/runtime.h), the model layer (neat/models.h), the reusable Graph fragment factories (neat/node_groups.h), the atomic Node types (neat/nodes.h), and the GenAI/LLiMa surface (neat/genai.h).
Application code should prefer this single include over cherry-picking individual subsystem headers, both for readability and so the framework can keep the public surface area cohesive.
File Listing
The file content with the documentation metadata removed is:
17#include "neat/genai.h"
18#include "neat/models.h"
19#include "neat/node_groups.h"
20#include "neat/nodes.h"
21#include "neat/runtime.h"
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.