@atheory-ai/kitsune-modules-flags
v0.1.0
Published
Feature flags capability module for Kitsune.
Maintainers
Readme
@atheory-ai/kitsune-modules-flags
Feature flag capability module for Kitsune.
@atheory-ai/kitsune-modules-flags evaluates local or provider-backed feature flags through runtime commands.
Install
pnpm add @atheory-ai/kitsune-modules-flagsUse
import { createKitRuntime } from '@atheory-ai/kitsune-core'
import { flagsModule } from '@atheory-ai/kitsune-modules-flags'
const runtime = createKitRuntime()
await runtime.install(flagsModule({
flags: { 'new-sidebar': true },
}))
await runtime.start()Commands
flag.evaluateflag.set
Exports
flagsModuleFlagsToken- Flag module, provider, service, input, result, and value types
Documentation
See the Kitsune docs at https://kitsune.atheory.ai.
License
Apache-2.0
