Skip to main content

Agent portal

Agents should consume JSON endpoints. The HTML pages under /agent are for discoverability and link to stable, machine-first contracts.

Browse

Minimal agent loop

x07 init
x07 fmt --input src/main.x07.json --write
x07 lint --input src/main.x07.json
x07 fix --input src/main.x07.json --write
x07 run
x07 test --manifest tests/tests.json

Start here

  1. Choose a toolchain version from /versions/toolchain_versions.json and download the matching release assets (toolchain builds + skills pack + docs bundle) from https://github.com/x07lang/x07/releases (see Install).
  2. Create a project with x07 init (see Your first X07 program).
  3. Run lint: x07 lint (read x07diag JSON output).
  4. Apply JSON Patch fixes: x07 fix or x07 ast apply-patch.
  5. Run tests: x07 test (read x07test JSON output).

Toolchains

Source of truth: /versions/toolchain_versions.json (latest toolchain: 0.1.79)