Examples

Examples

Worked Intent Forge examples spanning Beginner → Intermediate → Advanced. Pick by what you want to learn or by what your project shape needs.

[ Examples ]

Worked examples, beginner to advanced

Each example is self-contained: drop the actor in a level, hit Play, and inspect the agent in the Live Inspector. Examples are sorted by difficulty. If you've finished the Quickstart and want to dig deeper, start with Hello-World or Sandbox.

9 examplesBeginner → AdvancedDrop-in + walkthrough

Beginner

Intermediate

Advanced

Skill ladder

The examples build on each other in a deliberate order. If you've just finished the Quickstart, this is the recommended path:

Hello-World — verify your mental model of goals + actions + effects
Sandbox. See a real (if tiny) decision being made
Patrol / Chase — feel what flap is, then watch the toolkit make it disappear
Companion AI — multi-goal selection + interruption
Town NPC — utility considerations + needs decay
Custom executor — extend the framework (engineering muscle)
Guard — production-shaped combat AI
Squad — multi-agent (territory beyond per-agent stability)
Replicated Patrol — taking everything above into multiplayer

You can skip around — each example is self-contained, but the order above introduces concepts incrementally.

What's still missing

A demo level with multiple agents interacting (companion + town NPCs

  • guards reacting to each other) is planned (Linear: INT-13) but not shipped yet. When it lands, this index will get a "Take the full tour" link at the top.

On this page