Skip to main content

PLATO room navigation — spatial routing, exit resolution, topic-based room routing

Project description

🧭 Plato Room Nav

Spatial routing and exit resolution for PLATO rooms

MUD-style room navigation with exits, locked doors, pathfinding, and topic-based room routing. Maps knowledge domains to PLATO rooms via keyword matching.

Install

pip install plato-room-nav

Quick Start

from plato_room_nav import RoomNavigator, TopicRouter

nav = RoomNavigator()
nav.add_room("entrance", "The fleet gateway", {"lobby"})
nav.add_room("plato-core", "Knowledge rooms", {"plato"})
nav.rooms["entrance"].add_exit("north", "plato-core")

path = nav.find_path("entrance", "plato-core")
print(path)  # ["entrance", "north → plato-core"]

router = TopicRouter()
router.register_room("plato-core", ["plato", "tiles"], ["knowledge", "room", "tile"])
print(router.route("How do PLATO tiles work?"))  # [("plato-core", 2.5)]

Part of Cocapn · Agent Infrastructure

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

plato_room_nav-0.1.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

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

plato_room_nav-0.1.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file plato_room_nav-0.1.1.tar.gz.

File metadata

  • Download URL: plato_room_nav-0.1.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for plato_room_nav-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8a1503d9e5a2c2995b35d4cec9c74a1681ffe6c902d95ae62e1ec414fdc12e0f
MD5 e8c004387ea90a434eccb14d62da1fb0
BLAKE2b-256 227ddb3435f336dba223977d5a99fbd418a984a4db8315e20c383c9c865f8026

See more details on using hashes here.

File details

Details for the file plato_room_nav-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: plato_room_nav-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for plato_room_nav-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c76706bffd42aee870aaf7722ec72fbcc9a8921f4cf80a8f934f5f68a0cac34a
MD5 bcc3671c047cb627fa5dc3f2b64eff39
BLAKE2b-256 92ed637bdec363c0c3239855425a51760971ed14d7a59b5c2e6c1311ad409e82

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