Metadata-Version: 2.4
Name: cxtr
Version: 0.0.0
Summary: context provider — schema-first, extensible. Reserved; in active development.
Author-email: Vishwa Vignan <iamvish83@gmail.com>
License: MIT
License-File: LICENSE
Keywords: agents,ai,context,extensible,llm,mcp,provider,schema
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# cxtr

> Context provider — schema-first, extensible.

This is a name reservation. The library is in active development; the first public release will replace this placeholder.

## what it will be

cxtr is a schema-first context provider for agentic systems:

- **Schema-first** — define context shapes declaratively; validation and typing are derived automatically
- **Extensible** — plug in custom context sources, resolvers, and middleware
- **Provider model** — compose and scope context across agents, tools, and runtimes
- **MCP-native** — designed to work alongside MCP transports and tool registries

## status

| field            | value                              |
|------------------|------------------------------------|
| version          | `0.0.0` — name reservation         |
| first release    | TBD                                |
| python           | `>=3.11`                           |
| license          | MIT                                |

## not yet installable

`pip install cxtr` will resolve, but the package currently exposes nothing functional. Watch this page for the first usable release.
