Skip to main content

CampAIgn — map-based LLM RPG simulation engine (Session API, multi-area worlds, compound turns)

Project description

CampAIgn RPG Engine

Grid-based LLM agent simulation engine: multi-area worlds, compound turns (move → look → speak → interact/emote), pluggable memory modules, and a stable campaign_rpg_engine library API. Build your own UI and scenarios on the engine; use CampAIgn-RPG-Studio as a full GM reference app.

License: MIT — open source.

Current version: 1.2.1 — entity templates (save/spawn portable object and agent blueprints). See changelog index; plugin primitives in Plugin primitives.

Quick start

cd path\to\CampAIgn-RPG-Engine
uv sync
uv run pytest
from campaign_rpg_engine import Session, load_profile, AgentCompoundTurn

session = Session.from_profile(load_profile("default_compound"))
session.create_agent(name="Scout", position=(0, 0), personality="Curious.")
session.create_object(name="Chest", position=(2, 1), passive_description="An old chest.")
prompt = session.build_prompt()
result = session.run_compound_turn(
    AgentCompoundTurn(reasoning="look around", action="none"),
)

GM web UI: clone CampAIgn-RPG-Studio (separate GitHub repo):

cd path\to\CampAIgn-RPG-Studio
uv sync
copy .env.example .env   # optional; or use Settings gear in the UI
uv run campaign-rpg-studio

On Windows, if Smart App Control blocks uv run campaign-rpg-studio, use uv run python -m backend.main. Open http://127.0.0.1:8765.

Environment

Copy .env.example to .env and set OPENROUTER_API_KEY for LLM turns. Optional OPENROUTER_MODEL (default deepseek/deepseek-v4-flash). Engine tests mock the LLM — no key required for uv run pytest.

CampAIgn-RPG-Studio Settings (gear icon) can set API key and model in memory for the current server process only — nothing is written to disk.

Custom memory modules

Register .py modules at process startup before creating agents or loading saves:

from campaign_rpg_engine import register_memory_module_from_path

register_memory_module_from_path("path/to/my_module.py")
session.create_agent(..., memory_module="my_module_id")

Saves store module_id + state only (no bundled source). Import fails if a save references a module that is not loaded. Sample module and upload UI: CampAIgn-RPG-Studio fixtures/custom_memory/.

Lorebooks

Load SillyTavern-style .json lorebooks via session.load_lorebook_from_path(...) or CampAIgn-RPG-Studio Lorebooks tab. Add a lorebook prompt block in Prompt layout to inject matched world info. Not included in the default prompt layout.

Tests

uv run pytest

CampAIgn-RPG-Studio API tests live in the CampAIgn-RPG-Studio repo.

Documentation

Start at docs/README.md — guides, API overview, and changelog index.

Doc Topic
Building on CampAIgn-RPG-Engine App integration (typed API, hosting)
Plugin primitives Extensions, events, turn verbs, prompt slots (1.2.0)
API reference campaign_rpg_engine exports and Session methods
Migration realm-fabric → campaign-rpg-engine Rename from Realm-Fabric / realm_fabric
CampAIgn-RPG-Studio Full GM reference UI (GitHub)
Roadmap Version plans
Long-term goals Aspirational features

Older version notes: changelog index.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

campaign_rpg_engine-1.2.1.tar.gz (96.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

campaign_rpg_engine-1.2.1-py3-none-any.whl (134.7 kB view details)

Uploaded Python 3

File details

Details for the file campaign_rpg_engine-1.2.1.tar.gz.

File metadata

  • Download URL: campaign_rpg_engine-1.2.1.tar.gz
  • Upload date:
  • Size: 96.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for campaign_rpg_engine-1.2.1.tar.gz
Algorithm Hash digest
SHA256 eea61e5ede97f169e547586aed5a7b721d5c789098337340d16db256655d4adb
MD5 aa140bb889cf20d532618b76b12e160a
BLAKE2b-256 cb512c460442367d96120317c731d1623d6c57d01707d8b8f68e3d776f5584cc

See more details on using hashes here.

File details

Details for the file campaign_rpg_engine-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: campaign_rpg_engine-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 134.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for campaign_rpg_engine-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 32769499e336b5bdf46439d8f490a8cf4e8ed5269057f917dfa27a3e16a08b97
MD5 4ddcd6caf5098ac074936d8684e2f0e1
BLAKE2b-256 c6e418d412fd8c2870fe89c852bb5fb04712109a24d2c901d0dab37849592f01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page