@agentsworklog/api-core
v0.9.0
Published
Composable Fastify REST API core for AgentsWorklog — buildApp, services, and the feature-module extension seams.
Maintainers
Readme
@agentsworklog/api-core
The composable Fastify REST API core of
AgentsWorklog — the
source-available coordination layer for teams using agentic coding tools. This is the
application everything else wraps: buildApp, the services, the database layer,
the GitHub client, and the feature-module extension seams that let a
downstream (e.g. hosted/SaaS) layer add functionality without editing core.
Install
npm install @agentsworklog/api-coreUsage
import { buildApp, coreModule } from '@agentsworklog/api-core';
const app = await buildApp({
// injected db, stores, github client, clock, idGen, config …
featureModules: [coreModule /*, yourModule */],
});Compose extra behaviour by passing additional FeatureModules (migrations,
services, policy handlers, routes) — never by forking core.
License
NFSL-1.0-MIT © Walnut Tree Studios — source-available; each release automatically converts to the MIT license 10 years after it is published.
