Metadata-Version: 2.4
Name: crudecode-analyst
Version: 0.1.0
Summary: Briefing composer SDK for the Crude Code data-analyst agent.
Project-URL: Homepage, https://github.com/petroleumPythoneer/crudecode
Author: Crude Code
License: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# crudecode-analyst

Briefing composer SDK for the Crude Code data-analyst agent. Provides
typed widget builders, a briefing assembler, and a persist callback
client.

## Install

    pip install crudecode-analyst

## Public API

    from crude_analyst import (
        build_briefing, section, error,
        callout, line_chart, bar_chart, table, commentary,
        persist, PersistError,
    )

## Where it runs

The Managed Agents data-analyst sandbox installs this package from PyPI
at environment build time. The agent imports it inside the sandbox to
compose briefing specs and POST them to the persist endpoint.

## Source

<https://github.com/petroleumPythoneer/crudecode> (`packages/crude-analyst/`)
