<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>kzd@56709.net</email>
		<name>Kyle Dixon</name>
	</maintainer>
	<upstream>
		<remote-id type="github">headroomlabs-ai/headroom</remote-id>
		<remote-id type="pypi">headroom-ai</remote-id>
	</upstream>
	<longdescription lang="en">
		Headroom is a context optimization layer for LLM applications: it
		compresses prompts and proxies LLM traffic to cut token costs.
		This package installs the upstream prebuilt abi3 wheel (Rust core
		compiled with maturin).
	</longdescription>
	<use>
		<flag name="proxy">Install runtime deps for the Headroom proxy
			server and MCP server (headroom proxy). Upstream also wants
			sqlite-vec for the memory vector index; it is not packaged
			here and that feature degrades gracefully at runtime.</flag>
		<flag name="reports">Install deps for report generation</flag>
		<flag name="spreadsheet">Install deps for .xlsx/.xls ingestion</flag>
	</use>
</pkgmetadata>
