Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Local development
You can run Pulse from the two source repos in this workspace:okto-pulse-core for the engine and okto-pulse for the installable community package.
Prerequisites
Use Python 3.12 locally. The package metadata allows Python 3.11+, but CI and Docker use 3.12.Install from source
Run this from the workspace root:Initialize and serve
Running tests
For core work:File locations
| Data | Default path |
|---|---|
| SQLite DB | ~/.okto-pulse/data/pulse.db |
| Uploads | ~/.okto-pulse/uploads/{board_id}/ |
| Board graph | ~/.okto-pulse/boards/{board_id}/graph.lbug |
| Global discovery graph | ~/.okto-pulse/global/discovery.lbug |