mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-02 21:04:57 +00:00
9 lines
437 B
Markdown
9 lines
437 B
Markdown
# @codeburn/core
|
|
|
|
Shared, provider-agnostic core for [CodeBurn](https://github.com/getagentseal/codeburn):
|
|
session parsing, model/pricing resolution, and the cost math that the CLI and the
|
|
desktop apps all depend on.
|
|
|
|
**Status: skeleton.** This package currently exports nothing. It is introduced in
|
|
Phase 1 of the core extraction (packaging only) and is populated incrementally in
|
|
later phases as logic is lifted out of `packages/cli`.
|