Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sysg.dev/llms.txt

Use this file to discover all available pages before exploring further.

Examples

Working examples demonstrating systemg features.

Hello World

Minimal service configuration.

CRUD Application

Simple FastAPI CRUD service for testing systemg service management.

Units

Practical command-based unit examples, staged under ~/.local/share/systemg/units/.

Orchestrator

Multi-agent task execution with Redis coordination and DAG scheduling.

Running examples

$ git clone https://github.com/systemg/systemg
$ cd systemg/examples/<example-name>
$ sysg start
Each example includes:
  • Complete configuration file
  • Working application code
  • Setup instructions
  • Expected behavior

See also