Skip to main content

SibylHub Documentation

SibylHub is a mixed-runtime platform for governing AI-agent context and ecosystem knowledge. An Astro/Cloudflare Worker site, Laravel registry backoffice, Rust services, Rust workstation CLI, shared schema package, and this Docusaurus site meet at versioned contracts.

This documentation is organized around the decisions those contracts make:

  • What a workspace is allowed to run and which runtime owns each concern.
  • How .agent/ metadata describes rules, skills, memories, and invariants.
  • How AST skeletons and deterministic budgets control context assembly.
  • How registry snapshots, PURLs, package policies, and Context7 fit together.
  • Which tool and synchronization boundaries are explicit, audited, or not yet available.

Start with the workspace boundaries, then read the .agent/ specification before using the CLI reference.

Local build and test results describe the checked-out workspace. They do not prove Cloudflare deployment, production database state, remote storage, provider authentication, or synchronization convergence.